Shades of Forest Green #2CA413
Tints of Forest Green #2CA413
RGB
CMYK
RGB Variations
Color information
#2CA413 (or 0x2CA413) is known color: Forest Green. HEX triplet: 2C, A4 and 13. RGB value is (44,164,19). Sum of RGB (Red+Green+Blue) = 44+164+19=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 164 (64.45% from 255 or 72.25% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 164 - color contains mainly: green. Hex color #2CA413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA413 is #D35BEC. Grayscale: #707070. Windows color (decimal): -13851629 or 1287212. OLE color: 1287212.
HSL color Cylindrical-coordinate representation of color #2CA413: hue angle of 109.66º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CA413 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 164 | 19 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.36 |
| HSL | 109.66º | 0.79% | 0.36% | - |
| HSV(B) | 109.66º | 0.88% | 0.64% | - |
| XYZ | 14.43 | 27.13 | 5.09 | - |
| YUV | 111.59 | 75.74 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 164 | 19 | 0.73 | 0 | 0.88 | 0.36 | 109.66 | 0.79 | 0.36 |
| Hex | 2C | A4 | 13 | 49 | 0 | 58 | 24 | 6E | 4F | 24 |
| Octal | 54 | 244 | 23 | 111 | 0 | 130 | 44 | 156 | 117 | 44 |
| Binary | 101100 | 10100100 | 10011 | 1001001 | 0 | 1011000 | 100100 | 1101110 | 1001111 | 100100 |
Color Harmonies of #2CA413
Complementary color
Monochromatic Colors of #2CA413
Black with #2CA413
Text Example
Text Example
White with #2CA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA413; }
p { color: rgb(44,164,19); }
H1.HeaderClassName
{
color: #2CA413;
}
.AnyTagClassName
{
color: #2CA413;
}
</style>
background-color css
<style>
a { background-color: #2CA413; }
a { background-color: rgb(44,164,19); }
div.DivClassName
{
background-color: #2CA413;
}
.BgClassName
{
background-color: #2CA413;
}
</style>
border-color css
<style>
span { border-color: #2CA413; }
span { border-color: rgb(44,164,19); }
td.TdClassName
{
border-color: #2CA413;
}
.TagClassName
{
border-color: #2CA413;
}
</style>