Shades of Forest Green #2C9600
Tints of Forest Green #2C9600
RGB
CMYK
RGB Variations
Color information
#2C9600 (or 0x2C9600) is known color: Forest Green. HEX triplet: 2C, 96 and 00. RGB value is (44,150,0). Sum of RGB (Red+Green+Blue) = 44+150+0=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 150 (58.98% from 255 or 77.32% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 150 - color contains mainly: green. Hex color #2C9600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C9600 is #D369FF. Grayscale: #656565. Windows color (decimal): -13855232 or 38444. OLE color: 38444.
HSL color Cylindrical-coordinate representation of color #2C9600: hue angle of 102.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C9600 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 150 | 0 | - |
| CMYK | 0.71 | 0 | 1 | 0.41 |
| HSL | 102.4º | 1% | 0.29% | - |
| HSV(B) | 102.4º | 1% | 0.59% | - |
| XYZ | 11.95 | 22.35 | 3.68 | - |
| YUV | 101.21 | 70.88 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 150 | 0 | 0.71 | 0 | 1 | 0.41 | 102.4 | 1 | 0.29 |
| Hex | 2C | 96 | 0 | 47 | 0 | 64 | 29 | 66 | 64 | 1D |
| Octal | 54 | 226 | 0 | 107 | 0 | 144 | 51 | 146 | 144 | 35 |
| Binary | 101100 | 10010110 | 0 | 1000111 | 0 | 1100100 | 101001 | 1100110 | 1100100 | 11101 |
Color Harmonies of #2C9600
Complementary color
Monochromatic Colors of #2C9600
Black with #2C9600
Text Example
Text Example
White with #2C9600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9600; }
p { color: rgb(44,150,0); }
H1.HeaderClassName
{
color: #2C9600;
}
.AnyTagClassName
{
color: #2C9600;
}
</style>
background-color css
<style>
a { background-color: #2C9600; }
a { background-color: rgb(44,150,0); }
div.DivClassName
{
background-color: #2C9600;
}
.BgClassName
{
background-color: #2C9600;
}
</style>
border-color css
<style>
span { border-color: #2C9600; }
span { border-color: rgb(44,150,0); }
td.TdClassName
{
border-color: #2C9600;
}
.TagClassName
{
border-color: #2C9600;
}
</style>