Shades of Forest Green #2C960F
Tints of Forest Green #2C960F
RGB
CMYK
RGB Variations
Color information
#2C960F (or 0x2C960F) is known color: Forest Green. HEX triplet: 2C, 96 and 0F. RGB value is (44,150,15). Sum of RGB (Red+Green+Blue) = 44+150+15=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 150 (58.98% from 255 or 71.77% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 150 - color contains mainly: green. Hex color #2C960F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C960F is #D369F0. Grayscale: #676767. Windows color (decimal): -13855217 or 1021484. OLE color: 1021484.
HSL color Cylindrical-coordinate representation of color #2C960F: hue angle of 107.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C960F is Cyan = 0.71, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 150 | 15 | - |
| CMYK | 0.71 | 0 | 0.9 | 0.41 |
| HSL | 107.11º | 0.82% | 0.32% | - |
| HSV(B) | 107.11º | 0.9% | 0.59% | - |
| XYZ | 12.03 | 22.38 | 4.14 | - |
| YUV | 102.92 | 78.38 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 150 | 15 | 0.71 | 0 | 0.9 | 0.41 | 107.11 | 0.82 | 0.32 |
| Hex | 2C | 96 | F | 47 | 0 | 5A | 29 | 6B | 52 | 20 |
| Octal | 54 | 226 | 17 | 107 | 0 | 132 | 51 | 153 | 122 | 40 |
| Binary | 101100 | 10010110 | 1111 | 1000111 | 0 | 1011010 | 101001 | 1101011 | 1010010 | 100000 |
Color Harmonies of #2C960F
Complementary color
Monochromatic Colors of #2C960F
Black with #2C960F
Text Example
Text Example
White with #2C960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C960F; }
p { color: rgb(44,150,15); }
H1.HeaderClassName
{
color: #2C960F;
}
.AnyTagClassName
{
color: #2C960F;
}
</style>
background-color css
<style>
a { background-color: #2C960F; }
a { background-color: rgb(44,150,15); }
div.DivClassName
{
background-color: #2C960F;
}
.BgClassName
{
background-color: #2C960F;
}
</style>
border-color css
<style>
span { border-color: #2C960F; }
span { border-color: rgb(44,150,15); }
td.TdClassName
{
border-color: #2C960F;
}
.TagClassName
{
border-color: #2C960F;
}
</style>