Shades of Forest Green #02932C
Tints of Forest Green #02932C
RGB
CMYK
RGB Variations
Color information
#02932C (or 0x02932C) is known color: Forest Green. HEX triplet: 02, 93 and 2C. RGB value is (2,147,44). Sum of RGB (Red+Green+Blue) = 2+147+44=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 147 (57.81% from 255 or 76.17% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 147 - color contains mainly: green. Hex color #02932C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02932C is #FD6CD3. Grayscale: #5C5C5C. Windows color (decimal): -16608468 or 2921218. OLE color: 2921218.
HSL color Cylindrical-coordinate representation of color #02932C: hue angle of 137.38º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02932C is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 147 | 44 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.42 |
| HSL | 137.38º | 0.97% | 0.29% | - |
| HSV(B) | 137.38º | 0.99% | 0.58% | - |
| XYZ | 10.91 | 21.06 | 5.87 | - |
| YUV | 91.9 | 100.96 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 147 | 44 | 0.99 | 0 | 0.70 | 0.42 | 137.38 | 0.97 | 0.29 |
| Hex | 2 | 93 | 2C | 63 | 0 | 46 | 2A | 89 | 61 | 1D |
| Octal | 2 | 223 | 54 | 143 | 0 | 106 | 52 | 211 | 141 | 35 |
| Binary | 10 | 10010011 | 101100 | 1100011 | 0 | 1000110 | 101010 | 10001001 | 1100001 | 11101 |
Color Harmonies of #02932C
Complementary color
Monochromatic Colors of #02932C
Black with #02932C
Text Example
Text Example
White with #02932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02932C; }
p { color: rgb(2,147,44); }
H1.HeaderClassName
{
color: #02932C;
}
.AnyTagClassName
{
color: #02932C;
}
</style>
background-color css
<style>
a { background-color: #02932C; }
a { background-color: rgb(2,147,44); }
div.DivClassName
{
background-color: #02932C;
}
.BgClassName
{
background-color: #02932C;
}
</style>
border-color css
<style>
span { border-color: #02932C; }
span { border-color: rgb(2,147,44); }
td.TdClassName
{
border-color: #02932C;
}
.TagClassName
{
border-color: #02932C;
}
</style>