Shades of Forest Green #02902C
Tints of Forest Green #02902C
RGB
CMYK
RGB Variations
Color information
#02902C (or 0x02902C) is known color: Forest Green. HEX triplet: 02, 90 and 2C. RGB value is (2,144,44). Sum of RGB (Red+Green+Blue) = 2+144+44=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 144 (56.64% from 255 or 75.79% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 144 - color contains mainly: green. Hex color #02902C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02902C is #FD6FD3. Grayscale: #5A5A5A. Windows color (decimal): -16609236 or 2920450. OLE color: 2920450.
HSL color Cylindrical-coordinate representation of color #02902C: hue angle of 137.75º 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 #02902C is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 144 | 44 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.44 |
| HSL | 137.75º | 0.97% | 0.29% | - |
| HSV(B) | 137.75º | 0.99% | 0.56% | - |
| XYZ | 10.45 | 20.14 | 5.72 | - |
| YUV | 90.14 | 101.96 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 144 | 44 | 0.99 | 0 | 0.69 | 0.44 | 137.75 | 0.97 | 0.29 |
| Hex | 2 | 90 | 2C | 63 | 0 | 45 | 2C | 8A | 61 | 1D |
| Octal | 2 | 220 | 54 | 143 | 0 | 105 | 54 | 212 | 141 | 35 |
| Binary | 10 | 10010000 | 101100 | 1100011 | 0 | 1000101 | 101100 | 10001010 | 1100001 | 11101 |
Color Harmonies of #02902C
Complementary color
Monochromatic Colors of #02902C
Black with #02902C
Text Example
Text Example
White with #02902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02902C; }
p { color: rgb(2,144,44); }
H1.HeaderClassName
{
color: #02902C;
}
.AnyTagClassName
{
color: #02902C;
}
</style>
background-color css
<style>
a { background-color: #02902C; }
a { background-color: rgb(2,144,44); }
div.DivClassName
{
background-color: #02902C;
}
.BgClassName
{
background-color: #02902C;
}
</style>
border-color css
<style>
span { border-color: #02902C; }
span { border-color: rgb(2,144,44); }
td.TdClassName
{
border-color: #02902C;
}
.TagClassName
{
border-color: #02902C;
}
</style>