Shades of Forest Green #2CA006
Tints of Forest Green #2CA006
RGB
CMYK
RGB Variations
Color information
#2CA006 (or 0x2CA006) is known color: Forest Green. HEX triplet: 2C, A0 and 06. RGB value is (44,160,6). Sum of RGB (Red+Green+Blue) = 44+160+6=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 160 (62.89% from 255 or 76.19% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA006 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA006 is #D35FF9. Grayscale: #6C6C6C. Windows color (decimal): -13852666 or 434220. OLE color: 434220.
HSL color Cylindrical-coordinate representation of color #2CA006: hue angle of 105.19º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CA006 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 6 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.37 |
| HSL | 105.19º | 0.93% | 0.33% | - |
| HSV(B) | 105.19º | 0.96% | 0.63% | - |
| XYZ | 13.64 | 25.69 | 4.41 | - |
| YUV | 107.76 | 70.57 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 6 | 0.72 | 0 | 0.96 | 0.37 | 105.19 | 0.93 | 0.33 |
| Hex | 2C | A0 | 6 | 48 | 0 | 60 | 25 | 69 | 5D | 21 |
| Octal | 54 | 240 | 6 | 110 | 0 | 140 | 45 | 151 | 135 | 41 |
| Binary | 101100 | 10100000 | 110 | 1001000 | 0 | 1100000 | 100101 | 1101001 | 1011101 | 100001 |
Color Harmonies of #2CA006
Complementary color
Monochromatic Colors of #2CA006
Black with #2CA006
Text Example
Text Example
White with #2CA006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA006; }
p { color: rgb(44,160,6); }
H1.HeaderClassName
{
color: #2CA006;
}
.AnyTagClassName
{
color: #2CA006;
}
</style>
background-color css
<style>
a { background-color: #2CA006; }
a { background-color: rgb(44,160,6); }
div.DivClassName
{
background-color: #2CA006;
}
.BgClassName
{
background-color: #2CA006;
}
</style>
border-color css
<style>
span { border-color: #2CA006; }
span { border-color: rgb(44,160,6); }
td.TdClassName
{
border-color: #2CA006;
}
.TagClassName
{
border-color: #2CA006;
}
</style>