COLOR #29B059

HEX: #29B059
RGB: (41,176,89)

Renk bilgisi

#29B059 contains mainly green color. #29B059 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#29B059 color RGB value is (41,176,89).

  • kırmız ton 41;
  • yeşil ton 176;
  • mavi ton 89.
RGB:
(41,176,89)
(16%,69%,35%)

RGB bağlantıları ve doygunluk

R 41 of 255 = 16%
G 176 of 255 = 69%
B 89 of 255 = 35%

41
176
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
41 + 176 + 89 = 306 (100%)
R 41 of 306 ~ 13.4%
G 176 of 306 ~ 57.52%
B 89 of 306 ~ 29.08%

%13.4
%57.52
%29.08

CMYK RENK MODELİ

#29B059 rengi CMYK tonu (77,0,49,31).

  • camgöbeği tonu 76.70%
  • eflatun tonu 0.00%
  • sarı tonu 49.43%
  • ana renk tonu 30.98%
CMYK:
(77,0,49,31)
C77M0Y49K31 
(77%,0%,49%,31%)
(0.77/0.00/0.49/0.31)	

CMYK yüzdeleri

%76.7
%0
%49.43
%30.98

Codes

Color #29B059 in popluar color models

29B059
RGB4117689
HSL141°62.21%42.55%
HSB/HSV141°76.70%69.02%
CMYK76.70%0.00%49.43%
30.98%

Color #29B059 in popluar number systems.

HEX29B059
Decimal4117689
Binary101001101100001011001
Octal51260131

Shades and tints

Shades of #29B059

#29B059
(41,176,89)
#26A051
(38,160,81)
#239049
(35,144,73)
#208041
(32,128,65)
#1D7039
(29,112,57)
#1A6031
(26,96,49)
#175029
(23,80,41)
#144021
(20,64,33)
#113019
(17,48,25)
#0E2011
(14,32,17)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #29B059

#29B059
(41,176,89)
#3CB768
(60,183,104)
#4FBE77
(79,190,119)
#62C586
(98,197,134)
#75CC95
(117,204,149)
#88D3A4
(136,211,164)
#9BDAB3
(155,218,179)
#AEE1C2
(174,225,194)
#C1E8D1
(193,232,209)
#D4EFE0
(212,239,224)
#E7F6EF
(231,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29B059 color. Also use rgb(41,176,89) instead hex code.

Text Font Color

.myTextColor { color: #29B059; }

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

This text font color is #29B059.


Background Color

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

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

This div background color is #29B059.


Border color

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

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

This div border color is #29B059.


Opacity

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

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

Text with #29B059 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 #29B059;}

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

This text has shadow with #29B059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29B059 on black background.


Color preview on white background

This text has color #29B059 on white background.



Black color preview on #29B059 background

This text has black color on #29B059 background.


White color preview on #29B059 background

This text has white color on #29B059 background.