#029120

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

Shades of Forest Green #029120

Tints of Forest Green #029120

Color information

#029120 (or 0x029120) is unknown color: approx Forest Green. HEX triplet: 02, 91 and 20. RGB value is (2,145,32). Sum of RGB (Red+Green+Blue) = 2+145+32=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 145 (57.03% from 255 or 81.01% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 145 - color contains mainly: green. Hex color #029120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029120 is #FD6EDF. Grayscale: #595959. Windows color (decimal): -16608992 or 2134274. OLE color: 2134274.

HSL color Cylindrical-coordinate representation of color #029120: hue angle of 132.59º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029120 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB214532-
CMYK0.9900.780.43
HSL132.59º97.28%28.82%-
HSV(B)132.59º98.62%56.86%-
XYZ10.4120.374.75-
YUV89.3695.6265.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 145 (57.03% from 255) = 81.01%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=1.12%
G=81.01%
B=17.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2145320.9900.780.43132.5997.2828.82
Hex291206304E2B85611d
Octal22214014301165320514135
Binary101001000110000011000110100111010101110000101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029120; }

 p { color: rgb(2,145,32); }

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

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

 a { background-color: rgb(2,145,32); }

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

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

 span { border-color: rgb(2,145,32); }

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