Shades of Forest Green #2C9500
Tints of Forest Green #2C9500
RGB
CMYK
RGB Variations
Color information
#2C9500 (or 0x2C9500) is known color: Forest Green. HEX triplet: 2C, 95 and 00. RGB value is (44,149,0). Sum of RGB (Red+Green+Blue) = 44+149+0=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 149 (58.59% from 255 or 77.20% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 149 - color contains mainly: green. Hex color #2C9500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C9500 is #D36AFF. Grayscale: #656565. Windows color (decimal): -13855488 or 38188. OLE color: 38188.
HSL color Cylindrical-coordinate representation of color #2C9500: hue angle of 102.28º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C9500 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 149 | 0 | - |
| CMYK | 0.70 | 0 | 1 | 0.42 |
| HSL | 102.28º | 1% | 0.29% | - |
| HSV(B) | 102.28º | 1% | 0.58% | - |
| XYZ | 11.79 | 22.03 | 3.63 | - |
| YUV | 100.62 | 71.21 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 149 | 0 | 0.70 | 0 | 1 | 0.42 | 102.28 | 1 | 0.29 |
| Hex | 2C | 95 | 0 | 46 | 0 | 64 | 2A | 66 | 64 | 1D |
| Octal | 54 | 225 | 0 | 106 | 0 | 144 | 52 | 146 | 144 | 35 |
| Binary | 101100 | 10010101 | 0 | 1000110 | 0 | 1100100 | 101010 | 1100110 | 1100100 | 11101 |
Color Harmonies of #2C9500
Complementary color
Monochromatic Colors of #2C9500
Black with #2C9500
Text Example
Text Example
White with #2C9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9500; }
p { color: rgb(44,149,0); }
H1.HeaderClassName
{
color: #2C9500;
}
.AnyTagClassName
{
color: #2C9500;
}
</style>
background-color css
<style>
a { background-color: #2C9500; }
a { background-color: rgb(44,149,0); }
div.DivClassName
{
background-color: #2C9500;
}
.BgClassName
{
background-color: #2C9500;
}
</style>
border-color css
<style>
span { border-color: #2C9500; }
span { border-color: rgb(44,149,0); }
td.TdClassName
{
border-color: #2C9500;
}
.TagClassName
{
border-color: #2C9500;
}
</style>