#29AA14

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

Shades of Forest Green #29AA14

Tints of Forest Green #29AA14

Color information

#29AA14 (or 0x29AA14) is unknown color: approx Forest Green. HEX triplet: 29, AA and 14. RGB value is (41,170,20). Sum of RGB (Red+Green+Blue) = 41+170+20=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 170 (66.80% from 255 or 73.59% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 170 - color contains mainly: green. Hex color #29AA14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #29AA14 is #D655EB. Grayscale: #727272. Windows color (decimal): -14046700 or 1354281. OLE color: 1354281.

HSL color Cylindrical-coordinate representation of color #29AA14: hue angle of 111.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29AA14 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB4117020-
CMYK0.7600.880.33
HSL111.6º78.95%37.25%-
HSV(B)111.6º88.24%66.67%-
XYZ15.4229.275.5-
YUV114.3374.7675.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 170 (66.80% from 255) = 73.59%
BLUE value IS 20 (8.20% from 255) = 8.66%
R=17.75%
G=73.59%
B=8.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41170200.7600.880.33111.678.9537.25
Hex29AA144C05821704f25
Octal512522411401304116011745
Binary101001101010101010010011000101100010000111100001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,170,20); }

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

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

 a { background-color: rgb(41,170,20); }

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

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

 span { border-color: rgb(41,170,20); }

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