Shades of Forest Green #2F8528
Tints of Forest Green #2F8528
RGB
CMYK
RGB Variations
Color information
#2F8528 (or 0x2F8528) is known color: Forest Green. HEX triplet: 2F, 85 and 28. RGB value is (47,133,40). Sum of RGB (Red+Green+Blue) = 47+133+40=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #2F8528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8528 is #D07AD7. Grayscale: #606060. Windows color (decimal): -13662936 or 2655535. OLE color: 2655535.
HSL color Cylindrical-coordinate representation of color #2F8528: hue angle of 115.48º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F8528 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 133 | 40 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.48 |
| HSL | 115.48º | 0.54% | 0.34% | - |
| HSV(B) | 115.48º | 0.7% | 0.52% | - |
| XYZ | 9.94 | 17.53 | 4.87 | - |
| YUV | 96.68 | 96.01 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 133 | 40 | 0.65 | 0 | 0.70 | 0.48 | 115.48 | 0.54 | 0.34 |
| Hex | 2F | 85 | 28 | 41 | 0 | 46 | 30 | 73 | 36 | 22 |
| Octal | 57 | 205 | 50 | 101 | 0 | 106 | 60 | 163 | 66 | 42 |
| Binary | 101111 | 10000101 | 101000 | 1000001 | 0 | 1000110 | 110000 | 1110011 | 110110 | 100010 |
Color Harmonies of #2F8528
Complementary color
Monochromatic Colors of #2F8528
Black with #2F8528
Text Example
Text Example
White with #2F8528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8528; }
p { color: rgb(47,133,40); }
H1.HeaderClassName
{
color: #2F8528;
}
.AnyTagClassName
{
color: #2F8528;
}
</style>
background-color css
<style>
a { background-color: #2F8528; }
a { background-color: rgb(47,133,40); }
div.DivClassName
{
background-color: #2F8528;
}
.BgClassName
{
background-color: #2F8528;
}
</style>
border-color css
<style>
span { border-color: #2F8528; }
span { border-color: rgb(47,133,40); }
td.TdClassName
{
border-color: #2F8528;
}
.TagClassName
{
border-color: #2F8528;
}
</style>