#02902D

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

Shades of Forest Green #02902D

Tints of Forest Green #02902D

Color information

#02902D (or 0x02902D) is unknown color: approx Forest Green. HEX triplet: 02, 90 and 2D. RGB value is (2,144,45). Sum of RGB (Red+Green+Blue) = 2+144+45=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 144 (56.64% from 255 or 75.39% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 144 - color contains mainly: green. Hex color #02902D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02902D is #FD6FD2. Grayscale: #5A5A5A. Windows color (decimal): -16609235 or 2985986. OLE color: 2985986.

HSL color Cylindrical-coordinate representation of color #02902D: hue angle of 138.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02902D is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB214445-
CMYK0.9900.690.44
HSL138.17º97.26%28.63%-
HSV(B)138.17º98.61%56.47%-
XYZ10.4720.155.82-
YUV90.26102.4665.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 144 (56.64% from 255) = 75.39%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=1.05%
G=75.39%
B=23.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2144450.9900.690.44138.1797.2628.63
Hex2902D630452C8a611d
Octal22205514301055421214135
Binary101001000010110111000110100010110110010001010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02902D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02902D; }

 p { color: rgb(2,144,45); }

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

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

 a { background-color: rgb(2,144,45); }

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

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

 span { border-color: rgb(2,144,45); }

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