Shades of Forest Green #2CA007
Tints of Forest Green #2CA007
RGB
CMYK
RGB Variations
Color information
#2CA007 (or 0x2CA007) is known color: Forest Green. HEX triplet: 2C, A0 and 07. RGB value is (44,160,7). Sum of RGB (Red+Green+Blue) = 44+160+7=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 160 (62.89% from 255 or 75.83% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA007 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA007 is #D35FF8. Grayscale: #6C6C6C. Windows color (decimal): -13852665 or 499756. OLE color: 499756.
HSL color Cylindrical-coordinate representation of color #2CA007: hue angle of 105.49º degrees, saturation: 0.92, 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 #2CA007 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 7 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.37 |
| HSL | 105.49º | 0.92% | 0.33% | - |
| HSV(B) | 105.49º | 0.96% | 0.63% | - |
| XYZ | 13.65 | 25.69 | 4.44 | - |
| YUV | 107.87 | 71.07 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 7 | 0.72 | 0 | 0.96 | 0.37 | 105.49 | 0.92 | 0.33 |
| Hex | 2C | A0 | 7 | 48 | 0 | 60 | 25 | 69 | 5C | 21 |
| Octal | 54 | 240 | 7 | 110 | 0 | 140 | 45 | 151 | 134 | 41 |
| Binary | 101100 | 10100000 | 111 | 1001000 | 0 | 1100000 | 100101 | 1101001 | 1011100 | 100001 |
Color Harmonies of #2CA007
Complementary color
Monochromatic Colors of #2CA007
Black with #2CA007
Text Example
Text Example
White with #2CA007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA007; }
p { color: rgb(44,160,7); }
H1.HeaderClassName
{
color: #2CA007;
}
.AnyTagClassName
{
color: #2CA007;
}
</style>
background-color css
<style>
a { background-color: #2CA007; }
a { background-color: rgb(44,160,7); }
div.DivClassName
{
background-color: #2CA007;
}
.BgClassName
{
background-color: #2CA007;
}
</style>
border-color css
<style>
span { border-color: #2CA007; }
span { border-color: rgb(44,160,7); }
td.TdClassName
{
border-color: #2CA007;
}
.TagClassName
{
border-color: #2CA007;
}
</style>