Shades of Forest Green #2F882A
Tints of Forest Green #2F882A
RGB
CMYK
RGB Variations
Color information
#2F882A (or 0x2F882A) is known color: Forest Green. HEX triplet: 2F, 88 and 2A. RGB value is (47,136,42). Sum of RGB (Red+Green+Blue) = 47+136+42=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 136 (53.52% from 255 or 60.44% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 136 - color contains mainly: green. Hex color #2F882A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F882A is #D077D5. Grayscale: #626262. Windows color (decimal): -13662166 or 2787375. OLE color: 2787375.
HSL color Cylindrical-coordinate representation of color #2F882A: hue angle of 116.81º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F882A is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 42 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.47 |
| HSL | 116.81º | 0.53% | 0.35% | - |
| HSV(B) | 116.81º | 0.69% | 0.53% | - |
| XYZ | 10.39 | 18.38 | 5.19 | - |
| YUV | 98.67 | 96.01 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 42 | 0.65 | 0 | 0.69 | 0.47 | 116.81 | 0.53 | 0.35 |
| Hex | 2F | 88 | 2A | 41 | 0 | 45 | 2F | 75 | 35 | 23 |
| Octal | 57 | 210 | 52 | 101 | 0 | 105 | 57 | 165 | 65 | 43 |
| Binary | 101111 | 10001000 | 101010 | 1000001 | 0 | 1000101 | 101111 | 1110101 | 110101 | 100011 |
Color Harmonies of #2F882A
Complementary color
Monochromatic Colors of #2F882A
Black with #2F882A
Text Example
Text Example
White with #2F882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F882A; }
p { color: rgb(47,136,42); }
H1.HeaderClassName
{
color: #2F882A;
}
.AnyTagClassName
{
color: #2F882A;
}
</style>
background-color css
<style>
a { background-color: #2F882A; }
a { background-color: rgb(47,136,42); }
div.DivClassName
{
background-color: #2F882A;
}
.BgClassName
{
background-color: #2F882A;
}
</style>
border-color css
<style>
span { border-color: #2F882A; }
span { border-color: rgb(47,136,42); }
td.TdClassName
{
border-color: #2F882A;
}
.TagClassName
{
border-color: #2F882A;
}
</style>