Shades of Forest Green #2F8829
Tints of Forest Green #2F8829
RGB
CMYK
RGB Variations
Color information
#2F8829 (or 0x2F8829) is known color: Forest Green. HEX triplet: 2F, 88 and 29. RGB value is (47,136,41). Sum of RGB (Red+Green+Blue) = 47+136+41=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8829 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8829 is #D077D6. Grayscale: #626262. Windows color (decimal): -13662167 or 2721839. OLE color: 2721839.
HSL color Cylindrical-coordinate representation of color #2F8829: hue angle of 116.21º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F8829 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 41 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.47 |
| HSL | 116.21º | 0.54% | 0.35% | - |
| HSV(B) | 116.21º | 0.7% | 0.53% | - |
| XYZ | 10.38 | 18.37 | 5.1 | - |
| YUV | 98.56 | 95.51 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 41 | 0.65 | 0 | 0.70 | 0.47 | 116.21 | 0.54 | 0.35 |
| Hex | 2F | 88 | 29 | 41 | 0 | 46 | 2F | 74 | 36 | 23 |
| Octal | 57 | 210 | 51 | 101 | 0 | 106 | 57 | 164 | 66 | 43 |
| Binary | 101111 | 10001000 | 101001 | 1000001 | 0 | 1000110 | 101111 | 1110100 | 110110 | 100011 |
Color Harmonies of #2F8829
Complementary color
Monochromatic Colors of #2F8829
Black with #2F8829
Text Example
Text Example
White with #2F8829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8829; }
p { color: rgb(47,136,41); }
H1.HeaderClassName
{
color: #2F8829;
}
.AnyTagClassName
{
color: #2F8829;
}
</style>
background-color css
<style>
a { background-color: #2F8829; }
a { background-color: rgb(47,136,41); }
div.DivClassName
{
background-color: #2F8829;
}
.BgClassName
{
background-color: #2F8829;
}
</style>
border-color css
<style>
span { border-color: #2F8829; }
span { border-color: rgb(47,136,41); }
td.TdClassName
{
border-color: #2F8829;
}
.TagClassName
{
border-color: #2F8829;
}
</style>