Shades of Forest Green #2F8B2C
Tints of Forest Green #2F8B2C
RGB
CMYK
RGB Variations
Color information
#2F8B2C (or 0x2F8B2C) is known color: Forest Green. HEX triplet: 2F, 8B and 2C. RGB value is (47,139,44). Sum of RGB (Red+Green+Blue) = 47+139+44=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 139 (54.69% from 255 or 60.43% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 139 - color contains mainly: green. Hex color #2F8B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8B2C is #D074D3. Grayscale: #646464. Windows color (decimal): -13661396 or 2919215. OLE color: 2919215.
HSL color Cylindrical-coordinate representation of color #2F8B2C: hue angle of 118.11º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F8B2C is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 139 | 44 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.45 |
| HSL | 118.11º | 0.52% | 0.36% | - |
| HSV(B) | 118.11º | 0.68% | 0.55% | - |
| XYZ | 10.86 | 19.25 | 5.53 | - |
| YUV | 100.66 | 96.02 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 139 | 44 | 0.66 | 0 | 0.68 | 0.45 | 118.11 | 0.52 | 0.36 |
| Hex | 2F | 8B | 2C | 42 | 0 | 44 | 2D | 76 | 34 | 24 |
| Octal | 57 | 213 | 54 | 102 | 0 | 104 | 55 | 166 | 64 | 44 |
| Binary | 101111 | 10001011 | 101100 | 1000010 | 0 | 1000100 | 101101 | 1110110 | 110100 | 100100 |
Color Harmonies of #2F8B2C
Complementary color
Monochromatic Colors of #2F8B2C
Black with #2F8B2C
Text Example
Text Example
White with #2F8B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8B2C; }
p { color: rgb(47,139,44); }
H1.HeaderClassName
{
color: #2F8B2C;
}
.AnyTagClassName
{
color: #2F8B2C;
}
</style>
background-color css
<style>
a { background-color: #2F8B2C; }
a { background-color: rgb(47,139,44); }
div.DivClassName
{
background-color: #2F8B2C;
}
.BgClassName
{
background-color: #2F8B2C;
}
</style>
border-color css
<style>
span { border-color: #2F8B2C; }
span { border-color: rgb(47,139,44); }
td.TdClassName
{
border-color: #2F8B2C;
}
.TagClassName
{
border-color: #2F8B2C;
}
</style>