COLOR #29D442

HEX: #29D442
RGB: (41,212,66)

Renk bilgisi

#29D442 contains mainly green color. #29D442 ‘ nin web güvenlik rengi #33CC33 (ya da #3C3) dir.

RGB renk modeli

#29D442 color RGB value is (41,212,66).

  • kırmız ton 41;
  • yeşil ton 212;
  • mavi ton 66.
RGB:
(41,212,66)
(16%,83%,26%)

RGB bağlantıları ve doygunluk

R 41 of 255 = 16%
G 212 of 255 = 83%
B 66 of 255 = 26%

41
212
66

R + G + B ~ 42%. #29D442 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
41 + 212 + 66 = 319 (100%)
R 41 of 319 ~ 12.85%
G 212 of 319 ~ 66.46%
B 66 of 319 ~ 20.69%

%12.85
%66.46
%20.69

CMYK RENK MODELİ

#29D442 rengi CMYK tonu (81,0,69,17).

  • camgöbeği tonu 80.66%
  • eflatun tonu 0.00%
  • sarı tonu 68.87%
  • ana renk tonu 16.86%
CMYK:
(81,0,69,17)
C81M0Y69K17 
(81%,0%,69%,17%)
(0.81/0.00/0.69/0.17)	

CMYK yüzdeleri

%80.66
%0
%68.87
%16.86

Codes

Color #29D442 in popluar color models

29D442
RGB4121266
HSL129°67.59%49.61%
HSB/HSV129°80.66%83.14%
CMYK80.66%0.00%68.87%
16.86%

Color #29D442 in popluar number systems.

HEX29D442
Decimal4121266
Binary101001110101001000010
Octal51324102

Shades and tints

Shades of #29D442

#29D442
(41,212,66)
#26C13C
(38,193,60)
#23AE36
(35,174,54)
#209B30
(32,155,48)
#1D882A
(29,136,42)
#1A7524
(26,117,36)
#17621E
(23,98,30)
#144F18
(20,79,24)
#113C12
(17,60,18)
#0E290C
(14,41,12)
#0B1606
(11,22,6)
#000000
(0,0,0)

Tints of #29D442

#29D442
(41,212,66)
#3CD753
(60,215,83)
#4FDA64
(79,218,100)
#62DD75
(98,221,117)
#75E086
(117,224,134)
#88E397
(136,227,151)
#9BE6A8
(155,230,168)
#AEE9B9
(174,233,185)
#C1ECCA
(193,236,202)
#D4EFDB
(212,239,219)
#E7F2EC
(231,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29D442 color. Also use rgb(41,212,66) instead hex code.

Text Font Color

.myTextColor { color: #29D442; }

<p style="color:#29D442">This sample text font color is #29D442.</p>

This text font color is #29D442.


Background Color

.myBgColor { background-color: #29D442; }

<div style="background-color:#29D442">Inner text</div>

This div background color is #29D442.


Border color

.myBorderColor { border: 1px solid #29D442; }

<div style="border:3px solid #29D442">Div</div>

This div border color is #29D442.


Opacity

.myOpacity80 { color: #29D442; opacity: 0.8; }

<p style="color:#29D442;opacity:0.8;">80%</p>

Text with #29D442 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #29D442;}

<p style="text-shadow: 3px 3px 1px #29D442">Text here.</p>

This text has shadow with #29D442 color.

.textShadow {text-shadow: 3px 3px 1px #29D442, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #29D442, 5px 5px 20px red">Text here.</p>

This text has shadow with #29D442 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#29D442, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#29D442, Direction=45, Strength=4)">Text</p>

This text has shadow with #29D442 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #29D442;
  -webkit-box-shadow:	1px 1px 3px 2px #29D442;
  box-shadow:		1px 1px 3px 2px #29D442;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #29D442;
-webkit-box-shadow: 1px 1px 3px 2px #29D442;
box-shadow:1px 1px 3px 2px #29D442;">
Div content here</div>
This div box has shadow with color #29D442.

Preview

Color preview on black background

This text has color #29D442 on black background.


Color preview on white background

This text has color #29D442 on white background.



Black color preview on #29D442 background

This text has black color on #29D442 background.


White color preview on #29D442 background

This text has white color on #29D442 background.