Shades of Forest Green #2CA035
Tints of Forest Green #2CA035
RGB
CMYK
RGB Variations
Color information
#2CA035 (or 0x2CA035) is known color: Forest Green. HEX triplet: 2C, A0 and 35. RGB value is (44,160,53). Sum of RGB (Red+Green+Blue) = 44+160+53=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 160 (62.89% from 255 or 62.26% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA035 is #D35FCA. Grayscale: #717171. Windows color (decimal): -13852619 or 3514412. OLE color: 3514412.
HSL color Cylindrical-coordinate representation of color #2CA035: hue angle of 124.66º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA035 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 53 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.37 |
| HSL | 124.66º | 0.57% | 0.4% | - |
| HSV(B) | 124.66º | 0.73% | 0.63% | - |
| XYZ | 14.25 | 25.93 | 7.62 | - |
| YUV | 113.12 | 94.07 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 53 | 0.72 | 0 | 0.67 | 0.37 | 124.66 | 0.57 | 0.4 |
| Hex | 2C | A0 | 35 | 48 | 0 | 43 | 25 | 7D | 39 | 28 |
| Octal | 54 | 240 | 65 | 110 | 0 | 103 | 45 | 175 | 71 | 50 |
| Binary | 101100 | 10100000 | 110101 | 1001000 | 0 | 1000011 | 100101 | 1111101 | 111001 | 101000 |
Color Harmonies of #2CA035
Complementary color
Monochromatic Colors of #2CA035
Black with #2CA035
Text Example
Text Example
White with #2CA035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA035; }
p { color: rgb(44,160,53); }
H1.HeaderClassName
{
color: #2CA035;
}
.AnyTagClassName
{
color: #2CA035;
}
</style>
background-color css
<style>
a { background-color: #2CA035; }
a { background-color: rgb(44,160,53); }
div.DivClassName
{
background-color: #2CA035;
}
.BgClassName
{
background-color: #2CA035;
}
</style>
border-color css
<style>
span { border-color: #2CA035; }
span { border-color: rgb(44,160,53); }
td.TdClassName
{
border-color: #2CA035;
}
.TagClassName
{
border-color: #2CA035;
}
</style>