Shades of Forest Green #2C9508
Tints of Forest Green #2C9508
RGB
CMYK
RGB Variations
Color information
#2C9508 (or 0x2C9508) is known color: Forest Green. HEX triplet: 2C, 95 and 08. RGB value is (44,149,8). Sum of RGB (Red+Green+Blue) = 44+149+8=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 149 (58.59% from 255 or 74.13% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 149 - color contains mainly: green. Hex color #2C9508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C9508 is #D36AF7. Grayscale: #656565. Windows color (decimal): -13855480 or 562476. OLE color: 562476.
HSL color Cylindrical-coordinate representation of color #2C9508: hue angle of 104.68º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C9508 is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 149 | 8 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.42 |
| HSL | 104.68º | 0.9% | 0.31% | - |
| HSV(B) | 104.68º | 0.95% | 0.58% | - |
| XYZ | 11.83 | 22.05 | 3.86 | - |
| YUV | 101.53 | 75.21 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 149 | 8 | 0.70 | 0 | 0.95 | 0.42 | 104.68 | 0.9 | 0.31 |
| Hex | 2C | 95 | 8 | 46 | 0 | 5F | 2A | 69 | 5A | 1F |
| Octal | 54 | 225 | 10 | 106 | 0 | 137 | 52 | 151 | 132 | 37 |
| Binary | 101100 | 10010101 | 1000 | 1000110 | 0 | 1011111 | 101010 | 1101001 | 1011010 | 11111 |
Color Harmonies of #2C9508
Complementary color
Monochromatic Colors of #2C9508
Black with #2C9508
Text Example
Text Example
White with #2C9508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9508; }
p { color: rgb(44,149,8); }
H1.HeaderClassName
{
color: #2C9508;
}
.AnyTagClassName
{
color: #2C9508;
}
</style>
background-color css
<style>
a { background-color: #2C9508; }
a { background-color: rgb(44,149,8); }
div.DivClassName
{
background-color: #2C9508;
}
.BgClassName
{
background-color: #2C9508;
}
</style>
border-color css
<style>
span { border-color: #2C9508; }
span { border-color: rgb(44,149,8); }
td.TdClassName
{
border-color: #2C9508;
}
.TagClassName
{
border-color: #2C9508;
}
</style>