Shades of Forest Green #2F852C
Tints of Forest Green #2F852C
RGB
CMYK
RGB Variations
Color information
#2F852C (or 0x2F852C) is known color: Forest Green. HEX triplet: 2F, 85 and 2C. RGB value is (47,133,44). Sum of RGB (Red+Green+Blue) = 47+133+44=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #2F852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F852C is #D07AD3. Grayscale: #616161. Windows color (decimal): -13662932 or 2917679. OLE color: 2917679.
HSL color Cylindrical-coordinate representation of color #2F852C: hue angle of 117.98º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F852C is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 133 | 44 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.48 |
| HSL | 117.98º | 0.5% | 0.35% | - |
| HSV(B) | 117.98º | 0.67% | 0.52% | - |
| XYZ | 10.01 | 17.56 | 5.24 | - |
| YUV | 97.14 | 98.01 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 133 | 44 | 0.65 | 0 | 0.67 | 0.48 | 117.98 | 0.5 | 0.35 |
| Hex | 2F | 85 | 2C | 41 | 0 | 43 | 30 | 76 | 32 | 23 |
| Octal | 57 | 205 | 54 | 101 | 0 | 103 | 60 | 166 | 62 | 43 |
| Binary | 101111 | 10000101 | 101100 | 1000001 | 0 | 1000011 | 110000 | 1110110 | 110010 | 100011 |
Color Harmonies of #2F852C
Complementary color
Monochromatic Colors of #2F852C
Black with #2F852C
Text Example
Text Example
White with #2F852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F852C; }
p { color: rgb(47,133,44); }
H1.HeaderClassName
{
color: #2F852C;
}
.AnyTagClassName
{
color: #2F852C;
}
</style>
background-color css
<style>
a { background-color: #2F852C; }
a { background-color: rgb(47,133,44); }
div.DivClassName
{
background-color: #2F852C;
}
.BgClassName
{
background-color: #2F852C;
}
</style>
border-color css
<style>
span { border-color: #2F852C; }
span { border-color: rgb(47,133,44); }
td.TdClassName
{
border-color: #2F852C;
}
.TagClassName
{
border-color: #2F852C;
}
</style>