Shades of Forest Green #2F8E21
Tints of Forest Green #2F8E21
RGB
CMYK
RGB Variations
Color information
#2F8E21 (or 0x2F8E21) is known color: Forest Green. HEX triplet: 2F, 8E and 21. RGB value is (47,142,33). Sum of RGB (Red+Green+Blue) = 47+142+33=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 142 (55.86% from 255 or 63.96% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 142 - color contains mainly: green. Hex color #2F8E21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8E21 is #D071DE. Grayscale: #656565. Windows color (decimal): -13660639 or 2199087. OLE color: 2199087.
HSL color Cylindrical-coordinate representation of color #2F8E21: hue angle of 112.29º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F8E21 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 142 | 33 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.44 |
| HSL | 112.29º | 0.62% | 0.34% | - |
| HSV(B) | 112.29º | 0.77% | 0.56% | - |
| XYZ | 11.12 | 20.06 | 4.72 | - |
| YUV | 101.17 | 89.53 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 142 | 33 | 0.67 | 0 | 0.77 | 0.44 | 112.29 | 0.62 | 0.34 |
| Hex | 2F | 8E | 21 | 43 | 0 | 4D | 2C | 70 | 3E | 22 |
| Octal | 57 | 216 | 41 | 103 | 0 | 115 | 54 | 160 | 76 | 42 |
| Binary | 101111 | 10001110 | 100001 | 1000011 | 0 | 1001101 | 101100 | 1110000 | 111110 | 100010 |
Color Harmonies of #2F8E21
Complementary color
Monochromatic Colors of #2F8E21
Black with #2F8E21
Text Example
Text Example
White with #2F8E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8E21; }
p { color: rgb(47,142,33); }
H1.HeaderClassName
{
color: #2F8E21;
}
.AnyTagClassName
{
color: #2F8E21;
}
</style>
background-color css
<style>
a { background-color: #2F8E21; }
a { background-color: rgb(47,142,33); }
div.DivClassName
{
background-color: #2F8E21;
}
.BgClassName
{
background-color: #2F8E21;
}
</style>
border-color css
<style>
span { border-color: #2F8E21; }
span { border-color: rgb(47,142,33); }
td.TdClassName
{
border-color: #2F8E21;
}
.TagClassName
{
border-color: #2F8E21;
}
</style>