Shades of Forest Green #2CA008
Tints of Forest Green #2CA008
RGB
CMYK
RGB Variations
Color information
#2CA008 (or 0x2CA008) is known color: Forest Green. HEX triplet: 2C, A0 and 08. RGB value is (44,160,8). Sum of RGB (Red+Green+Blue) = 44+160+8=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 160 (62.89% from 255 or 75.47% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA008 is #D35FF7. Grayscale: #6C6C6C. Windows color (decimal): -13852664 or 565292. OLE color: 565292.
HSL color Cylindrical-coordinate representation of color #2CA008: hue angle of 105.79º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2CA008 is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 8 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.37 |
| HSL | 105.79º | 0.9% | 0.33% | - |
| HSV(B) | 105.79º | 0.95% | 0.63% | - |
| XYZ | 13.65 | 25.69 | 4.47 | - |
| YUV | 107.99 | 71.57 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 8 | 0.72 | 0 | 0.95 | 0.37 | 105.79 | 0.9 | 0.33 |
| Hex | 2C | A0 | 8 | 48 | 0 | 5F | 25 | 6A | 5A | 21 |
| Octal | 54 | 240 | 10 | 110 | 0 | 137 | 45 | 152 | 132 | 41 |
| Binary | 101100 | 10100000 | 1000 | 1001000 | 0 | 1011111 | 100101 | 1101010 | 1011010 | 100001 |
Color Harmonies of #2CA008
Complementary color
Monochromatic Colors of #2CA008
Black with #2CA008
Text Example
Text Example
White with #2CA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA008; }
p { color: rgb(44,160,8); }
H1.HeaderClassName
{
color: #2CA008;
}
.AnyTagClassName
{
color: #2CA008;
}
</style>
background-color css
<style>
a { background-color: #2CA008; }
a { background-color: rgb(44,160,8); }
div.DivClassName
{
background-color: #2CA008;
}
.BgClassName
{
background-color: #2CA008;
}
</style>
border-color css
<style>
span { border-color: #2CA008; }
span { border-color: rgb(44,160,8); }
td.TdClassName
{
border-color: #2CA008;
}
.TagClassName
{
border-color: #2CA008;
}
</style>