Shades of Forest Green #02912D
Tints of Forest Green #02912D
RGB
CMYK
RGB Variations
Color information
#02912D (or 0x02912D) is known color: Forest Green. HEX triplet: 02, 91 and 2D. RGB value is (2,145,45). Sum of RGB (Red+Green+Blue) = 2+145+45=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 145 (57.03% from 255 or 75.52% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 145 - color contains mainly: green. Hex color #02912D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02912D is #FD6ED2. Grayscale: #5B5B5B. Windows color (decimal): -16608979 or 2986242. OLE color: 2986242.
HSL color Cylindrical-coordinate representation of color #02912D: hue angle of 138.04º 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 #02912D is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 145 | 45 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.43 |
| HSL | 138.04º | 0.97% | 0.29% | - |
| HSV(B) | 138.04º | 0.99% | 0.57% | - |
| XYZ | 10.62 | 20.45 | 5.87 | - |
| YUV | 90.84 | 102.12 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 45 | 0.99 | 0 | 0.69 | 0.43 | 138.04 | 0.97 | 0.29 |
| Hex | 2 | 91 | 2D | 63 | 0 | 45 | 2B | 8A | 61 | 1D |
| Octal | 2 | 221 | 55 | 143 | 0 | 105 | 53 | 212 | 141 | 35 |
| Binary | 10 | 10010001 | 101101 | 1100011 | 0 | 1000101 | 101011 | 10001010 | 1100001 | 11101 |
Color Harmonies of #02912D
Complementary color
Monochromatic Colors of #02912D
Black with #02912D
Text Example
Text Example
White with #02912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02912D; }
p { color: rgb(2,145,45); }
H1.HeaderClassName
{
color: #02912D;
}
.AnyTagClassName
{
color: #02912D;
}
</style>
background-color css
<style>
a { background-color: #02912D; }
a { background-color: rgb(2,145,45); }
div.DivClassName
{
background-color: #02912D;
}
.BgClassName
{
background-color: #02912D;
}
</style>
border-color css
<style>
span { border-color: #02912D; }
span { border-color: rgb(2,145,45); }
td.TdClassName
{
border-color: #02912D;
}
.TagClassName
{
border-color: #02912D;
}
</style>