Shades of Forest Green #2CA429
Tints of Forest Green #2CA429
RGB
CMYK
RGB Variations
Color information
#2CA429 (or 0x2CA429) is known color: Forest Green. HEX triplet: 2C, A4 and 29. RGB value is (44,164,41). Sum of RGB (Red+Green+Blue) = 44+164+41=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 164 (64.45% from 255 or 65.86% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 164 - color contains mainly: green. Hex color #2CA429 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA429 is #D35BD6. Grayscale: #727272. Windows color (decimal): -13851607 or 2729004. OLE color: 2729004.
HSL color Cylindrical-coordinate representation of color #2CA429: hue angle of 118.54º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CA429 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 164 | 41 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.36 |
| HSL | 118.54º | 0.6% | 0.4% | - |
| HSV(B) | 118.54º | 0.75% | 0.64% | - |
| XYZ | 14.71 | 27.25 | 6.58 | - |
| YUV | 114.1 | 86.74 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 164 | 41 | 0.73 | 0 | 0.75 | 0.36 | 118.54 | 0.6 | 0.4 |
| Hex | 2C | A4 | 29 | 49 | 0 | 4B | 24 | 77 | 3C | 28 |
| Octal | 54 | 244 | 51 | 111 | 0 | 113 | 44 | 167 | 74 | 50 |
| Binary | 101100 | 10100100 | 101001 | 1001001 | 0 | 1001011 | 100100 | 1110111 | 111100 | 101000 |
Color Harmonies of #2CA429
Complementary color
Monochromatic Colors of #2CA429
Black with #2CA429
Text Example
Text Example
White with #2CA429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA429; }
p { color: rgb(44,164,41); }
H1.HeaderClassName
{
color: #2CA429;
}
.AnyTagClassName
{
color: #2CA429;
}
</style>
background-color css
<style>
a { background-color: #2CA429; }
a { background-color: rgb(44,164,41); }
div.DivClassName
{
background-color: #2CA429;
}
.BgClassName
{
background-color: #2CA429;
}
</style>
border-color css
<style>
span { border-color: #2CA429; }
span { border-color: rgb(44,164,41); }
td.TdClassName
{
border-color: #2CA429;
}
.TagClassName
{
border-color: #2CA429;
}
</style>