Shades of Forest Green #2F990A
Tints of Forest Green #2F990A
RGB
CMYK
RGB Variations
Color information
#2F990A (or 0x2F990A) is known color: Forest Green. HEX triplet: 2F, 99 and 0A. RGB value is (47,153,10). Sum of RGB (Red+Green+Blue) = 47+153+10=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 153 (60.16% from 255 or 72.86% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 153 - color contains mainly: green. Hex color #2F990A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F990A is #D066F5. Grayscale: #696969. Windows color (decimal): -13657846 or 694575. OLE color: 694575.
HSL color Cylindrical-coordinate representation of color #2F990A: hue angle of 104.48º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F990A is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 10 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.4 |
| HSL | 104.48º | 0.88% | 0.32% | - |
| HSV(B) | 104.48º | 0.93% | 0.6% | - |
| XYZ | 12.62 | 23.41 | 4.14 | - |
| YUV | 105 | 74.38 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 10 | 0.69 | 0 | 0.93 | 0.4 | 104.48 | 0.88 | 0.32 |
| Hex | 2F | 99 | A | 45 | 0 | 5D | 28 | 68 | 58 | 20 |
| Octal | 57 | 231 | 12 | 105 | 0 | 135 | 50 | 150 | 130 | 40 |
| Binary | 101111 | 10011001 | 1010 | 1000101 | 0 | 1011101 | 101000 | 1101000 | 1011000 | 100000 |
Color Harmonies of #2F990A
Complementary color
Monochromatic Colors of #2F990A
Black with #2F990A
Text Example
Text Example
White with #2F990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F990A; }
p { color: rgb(47,153,10); }
H1.HeaderClassName
{
color: #2F990A;
}
.AnyTagClassName
{
color: #2F990A;
}
</style>
background-color css
<style>
a { background-color: #2F990A; }
a { background-color: rgb(47,153,10); }
div.DivClassName
{
background-color: #2F990A;
}
.BgClassName
{
background-color: #2F990A;
}
</style>
border-color css
<style>
span { border-color: #2F990A; }
span { border-color: rgb(47,153,10); }
td.TdClassName
{
border-color: #2F990A;
}
.TagClassName
{
border-color: #2F990A;
}
</style>