#29A012

Color #29A012 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #29A012

Tints of Forest Green #29A012

Color information

#29A012 (or 0x29A012) is unknown color: approx Forest Green. HEX triplet: 29, A0 and 12. RGB value is (41,160,18). Sum of RGB (Red+Green+Blue) = 41+160+18=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 160 (62.89% from 255 or 73.06% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 160 - color contains mainly: green. Hex color #29A012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #29A012 is #D65FED. Grayscale: #6C6C6C. Windows color (decimal): -14049262 or 1220649. OLE color: 1220649.

HSL color Cylindrical-coordinate representation of color #29A012: hue angle of 110.28º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #29A012 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB4116018-
CMYK0.7400.890.37
HSL110.28º79.78%34.9%-
HSV(B)110.28º88.75%62.75%-
XYZ13.5925.664.81-
YUV108.2377.0880.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 160 (62.89% from 255) = 73.06%
BLUE value IS 18 (7.42% from 255) = 8.22%
R=18.72%
G=73.06%
B=8.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41160180.7400.890.37110.2879.7834.9
Hex29A0124A059256e5023
Octal512402211201314515612043
Binary101001101000001001010010100101100110010111011101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29A012; }

 p { color: rgb(41,160,18); }

 H1.HeaderClassName
 {
   color: #29A012;
 }
 .AnyTagClassName
 {
   color: #29A012;
 }
</style>
background-color css

<style>
 a { background-color: #29A012; }

 a { background-color: rgb(41,160,18); }

 div.DivClassName
 {
   background-color: #29A012;
 }
 .BgClassName
 {
   background-color: #29A012;
 }
</style>
border-color css

<style>
 span { border-color: #29A012; }

 span { border-color: rgb(41,160,18); }

 td.TdClassName
 {
   border-color: #29A012;
 }
 .TagClassName
 {
   border-color: #29A012;
 }
</style>