Shades of Forest Green #02912C
Tints of Forest Green #02912C
RGB
CMYK
RGB Variations
Color information
#02912C (or 0x02912C) is known color: Forest Green. HEX triplet: 02, 91 and 2C. RGB value is (2,145,44). Sum of RGB (Red+Green+Blue) = 2+145+44=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 145 (57.03% from 255 or 75.92% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 145 - color contains mainly: green. Hex color #02912C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02912C is #FD6ED3. Grayscale: #5A5A5A. Windows color (decimal): -16608980 or 2920706. OLE color: 2920706.
HSL color Cylindrical-coordinate representation of color #02912C: hue angle of 137.62º 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 #02912C is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 145 | 44 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.43 |
| HSL | 137.62º | 0.97% | 0.29% | - |
| HSV(B) | 137.62º | 0.99% | 0.57% | - |
| XYZ | 10.61 | 20.45 | 5.77 | - |
| YUV | 90.73 | 101.62 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 44 | 0.99 | 0 | 0.70 | 0.43 | 137.62 | 0.97 | 0.29 |
| Hex | 2 | 91 | 2C | 63 | 0 | 46 | 2B | 8A | 61 | 1D |
| Octal | 2 | 221 | 54 | 143 | 0 | 106 | 53 | 212 | 141 | 35 |
| Binary | 10 | 10010001 | 101100 | 1100011 | 0 | 1000110 | 101011 | 10001010 | 1100001 | 11101 |
Color Harmonies of #02912C
Complementary color
Monochromatic Colors of #02912C
Black with #02912C
Text Example
Text Example
White with #02912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02912C; }
p { color: rgb(2,145,44); }
H1.HeaderClassName
{
color: #02912C;
}
.AnyTagClassName
{
color: #02912C;
}
</style>
background-color css
<style>
a { background-color: #02912C; }
a { background-color: rgb(2,145,44); }
div.DivClassName
{
background-color: #02912C;
}
.BgClassName
{
background-color: #02912C;
}
</style>
border-color css
<style>
span { border-color: #02912C; }
span { border-color: rgb(2,145,44); }
td.TdClassName
{
border-color: #02912C;
}
.TagClassName
{
border-color: #02912C;
}
</style>