Shades of Forest Green #2C990F
Tints of Forest Green #2C990F
RGB
CMYK
RGB Variations
Color information
#2C990F (or 0x2C990F) is known color: Forest Green. HEX triplet: 2C, 99 and 0F. RGB value is (44,153,15). Sum of RGB (Red+Green+Blue) = 44+153+15=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 153 (60.16% from 255 or 72.17% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 153 - color contains mainly: green. Hex color #2C990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C990F is #D366F0. Grayscale: #696969. Windows color (decimal): -13854449 or 1022252. OLE color: 1022252.
HSL color Cylindrical-coordinate representation of color #2C990F: hue angle of 107.39º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C990F is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 44 | 153 | 15 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.4 |
| HSL | 107.39º | 0.82% | 0.33% | - |
| HSV(B) | 107.39º | 0.9% | 0.6% | - |
| XYZ | 12.52 | 23.35 | 4.3 | - |
| YUV | 104.68 | 77.39 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 153 | 15 | 0.71 | 0 | 0.90 | 0.4 | 107.39 | 0.82 | 0.33 |
| Hex | 2C | 99 | F | 47 | 0 | 5A | 28 | 6B | 52 | 21 |
| Octal | 54 | 231 | 17 | 107 | 0 | 132 | 50 | 153 | 122 | 41 |
| Binary | 101100 | 10011001 | 1111 | 1000111 | 0 | 1011010 | 101000 | 1101011 | 1010010 | 100001 |
Color Harmonies of #2C990F
Complementary color
Monochromatic Colors of #2C990F
Black with #2C990F
Text Example
Text Example
White with #2C990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C990F; }
p { color: rgb(44,153,15); }
H1.HeaderClassName
{
color: #2C990F;
}
.AnyTagClassName
{
color: #2C990F;
}
</style>
background-color css
<style>
a { background-color: #2C990F; }
a { background-color: rgb(44,153,15); }
div.DivClassName
{
background-color: #2C990F;
}
.BgClassName
{
background-color: #2C990F;
}
</style>
border-color css
<style>
span { border-color: #2C990F; }
span { border-color: rgb(44,153,15); }
td.TdClassName
{
border-color: #2C990F;
}
.TagClassName
{
border-color: #2C990F;
}
</style>