Shades of Forest Green #2C9005
Tints of Forest Green #2C9005
RGB
CMYK
RGB Variations
Color information
#2C9005 (or 0x2C9005) is known color: Forest Green. HEX triplet: 2C, 90 and 05. RGB value is (44,144,5). Sum of RGB (Red+Green+Blue) = 44+144+5=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 144 (56.64% from 255 or 74.61% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 144 - color contains mainly: green. Hex color #2C9005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C9005 is #D36FFA. Grayscale: #626262. Windows color (decimal): -13856763 or 364588. OLE color: 364588.
HSL color Cylindrical-coordinate representation of color #2C9005: hue angle of 103.17º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C9005 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 144 | 5 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.44 |
| HSL | 103.17º | 0.93% | 0.29% | - |
| HSV(B) | 103.17º | 0.97% | 0.56% | - |
| XYZ | 11.04 | 20.49 | 3.52 | - |
| YUV | 98.25 | 75.37 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 144 | 5 | 0.69 | 0 | 0.97 | 0.44 | 103.17 | 0.93 | 0.29 |
| Hex | 2C | 90 | 5 | 45 | 0 | 61 | 2C | 67 | 5D | 1D |
| Octal | 54 | 220 | 5 | 105 | 0 | 141 | 54 | 147 | 135 | 35 |
| Binary | 101100 | 10010000 | 101 | 1000101 | 0 | 1100001 | 101100 | 1100111 | 1011101 | 11101 |
Color Harmonies of #2C9005
Complementary color
Monochromatic Colors of #2C9005
Black with #2C9005
Text Example
Text Example
White with #2C9005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9005; }
p { color: rgb(44,144,5); }
H1.HeaderClassName
{
color: #2C9005;
}
.AnyTagClassName
{
color: #2C9005;
}
</style>
background-color css
<style>
a { background-color: #2C9005; }
a { background-color: rgb(44,144,5); }
div.DivClassName
{
background-color: #2C9005;
}
.BgClassName
{
background-color: #2C9005;
}
</style>
border-color css
<style>
span { border-color: #2C9005; }
span { border-color: rgb(44,144,5); }
td.TdClassName
{
border-color: #2C9005;
}
.TagClassName
{
border-color: #2C9005;
}
</style>