#02912B

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

Shades of Forest Green #02912B

Tints of Forest Green #02912B

Color information

#02912B (or 0x02912B) is unknown color: approx Forest Green. HEX triplet: 02, 91 and 2B. RGB value is (2,145,43). Sum of RGB (Red+Green+Blue) = 2+145+43=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 145 (57.03% from 255 or 76.32% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 145 - color contains mainly: green. Hex color #02912B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02912B is #FD6ED4. Grayscale: #5A5A5A. Windows color (decimal): -16608981 or 2855170. OLE color: 2855170.

HSL color Cylindrical-coordinate representation of color #02912B: hue angle of 137.2º 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 #02912B is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB214543-
CMYK0.9900.700.43
HSL137.2º97.28%28.82%-
HSV(B)137.2º98.62%56.86%-
XYZ10.5920.445.67-
YUV90.62101.1264.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 145 (57.03% from 255) = 76.32%
BLUE value IS 43 (17.19% from 255) = 22.63%
R=1.05%
G=76.32%
B=22.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2145430.9900.700.43137.297.2828.82
Hex2912B630462B89611d
Octal22215314301065321114135
Binary101001000110101111000110100011010101110001001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02912B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02912B; }

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

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

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

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

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

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

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

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