Shades of Forest Green #2CA009
Tints of Forest Green #2CA009
RGB
CMYK
RGB Variations
Color information
#2CA009 (or 0x2CA009) is known color: Forest Green. HEX triplet: 2C, A0 and 09. RGB value is (44,160,9). Sum of RGB (Red+Green+Blue) = 44+160+9=213 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.66% from 213); Green value is 160 (62.89% from 255 or 75.12% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA009 is #D35FF6. Grayscale: #6C6C6C. Windows color (decimal): -13852663 or 630828. OLE color: 630828.
HSL color Cylindrical-coordinate representation of color #2CA009: hue angle of 106.09º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2CA009 is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 9 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.37 |
| HSL | 106.09º | 0.89% | 0.33% | - |
| HSV(B) | 106.09º | 0.94% | 0.63% | - |
| XYZ | 13.66 | 25.7 | 4.5 | - |
| YUV | 108.1 | 72.07 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 9 | 0.72 | 0 | 0.94 | 0.37 | 106.09 | 0.89 | 0.33 |
| Hex | 2C | A0 | 9 | 48 | 0 | 5E | 25 | 6A | 59 | 21 |
| Octal | 54 | 240 | 11 | 110 | 0 | 136 | 45 | 152 | 131 | 41 |
| Binary | 101100 | 10100000 | 1001 | 1001000 | 0 | 1011110 | 100101 | 1101010 | 1011001 | 100001 |
Color Harmonies of #2CA009
Complementary color
Monochromatic Colors of #2CA009
Black with #2CA009
Text Example
Text Example
White with #2CA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA009; }
p { color: rgb(44,160,9); }
H1.HeaderClassName
{
color: #2CA009;
}
.AnyTagClassName
{
color: #2CA009;
}
</style>
background-color css
<style>
a { background-color: #2CA009; }
a { background-color: rgb(44,160,9); }
div.DivClassName
{
background-color: #2CA009;
}
.BgClassName
{
background-color: #2CA009;
}
</style>
border-color css
<style>
span { border-color: #2CA009; }
span { border-color: rgb(44,160,9); }
td.TdClassName
{
border-color: #2CA009;
}
.TagClassName
{
border-color: #2CA009;
}
</style>