#29A013

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

Shades of Forest Green #29A013

Tints of Forest Green #29A013

Color information

#29A013 (or 0x29A013) is unknown color: approx Forest Green. HEX triplet: 29, A0 and 13. RGB value is (41,160,19). Sum of RGB (Red+Green+Blue) = 41+160+19=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 160 (62.89% from 255 or 72.73% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 160 - color contains mainly: green. Hex color #29A013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #29A013 is #D65FEC. Grayscale: #6C6C6C. Windows color (decimal): -14049261 or 1286185. OLE color: 1286185.

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

Color convert

RGB4116019-
CMYK0.7400.880.37
HSL110.64º78.77%35.1%-
HSV(B)110.64º88.13%62.75%-
XYZ13.625.664.85-
YUV108.3477.5879.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 160 (62.89% from 255) = 72.73%
BLUE value IS 19 (7.81% from 255) = 8.64%
R=18.64%
G=72.73%
B=8.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41160190.7400.880.37110.6478.7735.1
Hex29A0134A058256f4f23
Octal512402311201304515711743
Binary101001101000001001110010100101100010010111011111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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