Shades of Forest Green #2CA019
Tints of Forest Green #2CA019
RGB
CMYK
RGB Variations
Color information
#2CA019 (or 0x2CA019) is known color: Forest Green. HEX triplet: 2C, A0 and 19. RGB value is (44,160,25). Sum of RGB (Red+Green+Blue) = 44+160+25=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 160 (62.89% from 255 or 69.87% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA019 is #D35FE6. Grayscale: #6E6E6E. Windows color (decimal): -13852647 or 1679404. OLE color: 1679404.
HSL color Cylindrical-coordinate representation of color #2CA019: hue angle of 111.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CA019 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 25 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.37 |
| HSL | 111.56º | 0.73% | 0.36% | - |
| HSV(B) | 111.56º | 0.84% | 0.63% | - |
| XYZ | 13.78 | 25.75 | 5.16 | - |
| YUV | 109.93 | 80.07 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 25 | 0.72 | 0 | 0.84 | 0.37 | 111.56 | 0.73 | 0.36 |
| Hex | 2C | A0 | 19 | 48 | 0 | 54 | 25 | 70 | 49 | 24 |
| Octal | 54 | 240 | 31 | 110 | 0 | 124 | 45 | 160 | 111 | 44 |
| Binary | 101100 | 10100000 | 11001 | 1001000 | 0 | 1010100 | 100101 | 1110000 | 1001001 | 100100 |
Color Harmonies of #2CA019
Complementary color
Monochromatic Colors of #2CA019
Black with #2CA019
Text Example
Text Example
White with #2CA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA019; }
p { color: rgb(44,160,25); }
H1.HeaderClassName
{
color: #2CA019;
}
.AnyTagClassName
{
color: #2CA019;
}
</style>
background-color css
<style>
a { background-color: #2CA019; }
a { background-color: rgb(44,160,25); }
div.DivClassName
{
background-color: #2CA019;
}
.BgClassName
{
background-color: #2CA019;
}
</style>
border-color css
<style>
span { border-color: #2CA019; }
span { border-color: rgb(44,160,25); }
td.TdClassName
{
border-color: #2CA019;
}
.TagClassName
{
border-color: #2CA019;
}
</style>