COLOR #029009

HEX: #029009
RGB: (2,144,9)

Renk bilgisi

#029009 contains mainly green color. #029009 ‘ nin web güvenlik rengi #009900 (ya da #090) dir.

RGB renk modeli

#029009 color RGB value is (2,144,9).

  • kırmız ton 2;
  • yeşil ton 144;
  • mavi ton 9.
RGB:
(2,144,9)
(1%,56%,4%)

RGB bağlantıları ve doygunluk

R 2 of 255 = 1%
G 144 of 255 = 56%
B 9 of 255 = 4%

2
144
9

R + G + B ~ 20%. #029009 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
2 + 144 + 9 = 155 (100%)
R 2 of 155 ~ 1.29%
G 144 of 155 ~ 92.9%
B 9 of 155 ~ 5.81%

%92.9

CMYK RENK MODELİ

#029009 rengi CMYK tonu (99,0,94,44).

  • camgöbeği tonu 98.61%
  • eflatun tonu 0.00%
  • sarı tonu 93.75%
  • ana renk tonu 43.53%
CMYK:
(99,0,94,44)
C99M0Y94K44 
(99%,0%,94%,44%)
(0.99/0.00/0.94/0.44)	

CMYK yüzdeleri

%98.61
%0
%93.75
%43.53

Codes

Color #029009 in popluar color models

029009
RGB21449
HSL123°97.26%28.63%
HSB/HSV123°98.61%56.47%
CMYK98.61%0.00%93.75%
43.53%

Color #029009 in popluar number systems.

HEX029009
Decimal21449
Binary10100100001001
Octal222011

Shades and tints

Shades of #029009

#029009
(2,144,9)
#028309
(2,131,9)
#027609
(2,118,9)
#026909
(2,105,9)
#025C09
(2,92,9)
#024F09
(2,79,9)
#024209
(2,66,9)
#023509
(2,53,9)
#022809
(2,40,9)
#021B09
(2,27,9)
#020E09
(2,14,9)
#000000
(0,0,0)

Tints of #029009

#029009
(2,144,9)
#199A1F
(25,154,31)
#30A435
(48,164,53)
#47AE4B
(71,174,75)
#5EB861
(94,184,97)
#75C277
(117,194,119)
#8CCC8D
(140,204,141)
#A3D6A3
(163,214,163)
#BAE0B9
(186,224,185)
#D1EACF
(209,234,207)
#E8F4E5
(232,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #029009 color. Also use rgb(2,144,9) instead hex code.

Text Font Color

.myTextColor { color: #029009; }

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

This text font color is #029009.


Background Color

.myBgColor { background-color: #029009; }

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

This div background color is #029009.


Border color

.myBorderColor { border: 1px solid #029009; }

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

This div border color is #029009.


Opacity

.myOpacity80 { color: #029009; opacity: 0.8; }

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

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

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

This text has shadow with #029009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #029009 on black background.


Color preview on white background

This text has color #029009 on white background.



Black color preview on #029009 background

This text has black color on #029009 background.


White color preview on #029009 background

This text has white color on #029009 background.