Shades of Forest Green #2CA128
Tints of Forest Green #2CA128
RGB
CMYK
RGB Variations
Color information
#2CA128 (or 0x2CA128) is known color: Forest Green. HEX triplet: 2C, A1 and 28. RGB value is (44,161,40). Sum of RGB (Red+Green+Blue) = 44+161+40=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 161 (63.28% from 255 or 65.71% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA128 is #D35ED7. Grayscale: #707070. Windows color (decimal): -13852376 or 2662700. OLE color: 2662700.
HSL color Cylindrical-coordinate representation of color #2CA128: hue angle of 118.02º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CA128 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 161 | 40 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.37 |
| HSL | 118.02º | 0.6% | 0.39% | - |
| HSV(B) | 118.02º | 0.75% | 0.63% | - |
| XYZ | 14.17 | 26.18 | 6.31 | - |
| YUV | 112.22 | 87.24 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 161 | 40 | 0.73 | 0 | 0.75 | 0.37 | 118.02 | 0.6 | 0.39 |
| Hex | 2C | A1 | 28 | 49 | 0 | 4B | 25 | 76 | 3C | 27 |
| Octal | 54 | 241 | 50 | 111 | 0 | 113 | 45 | 166 | 74 | 47 |
| Binary | 101100 | 10100001 | 101000 | 1001001 | 0 | 1001011 | 100101 | 1110110 | 111100 | 100111 |
Color Harmonies of #2CA128
Complementary color
Monochromatic Colors of #2CA128
Black with #2CA128
Text Example
Text Example
White with #2CA128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA128; }
p { color: rgb(44,161,40); }
H1.HeaderClassName
{
color: #2CA128;
}
.AnyTagClassName
{
color: #2CA128;
}
</style>
background-color css
<style>
a { background-color: #2CA128; }
a { background-color: rgb(44,161,40); }
div.DivClassName
{
background-color: #2CA128;
}
.BgClassName
{
background-color: #2CA128;
}
</style>
border-color css
<style>
span { border-color: #2CA128; }
span { border-color: rgb(44,161,40); }
td.TdClassName
{
border-color: #2CA128;
}
.TagClassName
{
border-color: #2CA128;
}
</style>