Shades of Jungle Green #2CA178
Tints of Jungle Green #2CA178
RGB
CMYK
RGB Variations
Color information
#2CA178 (or 0x2CA178) is known color: Jungle Green. HEX triplet: 2C, A1 and 78. RGB value is (44,161,120). Sum of RGB (Red+Green+Blue) = 44+161+120=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA178 is #D35E87. Grayscale: #797979. Windows color (decimal): -13852296 or 7905580. OLE color: 7905580.
HSL color Cylindrical-coordinate representation of color #2CA178: hue angle of 158.97º 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 #2CA178 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 161 | 120 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.37 |
| HSL | 158.97º | 0.57% | 0.4% | - |
| HSV(B) | 158.97º | 0.73% | 0.63% | - |
| XYZ | 17.17 | 27.38 | 22.15 | - |
| YUV | 121.34 | 127.24 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 161 | 120 | 0.73 | 0 | 0.25 | 0.37 | 158.97 | 0.57 | 0.4 |
| Hex | 2C | A1 | 78 | 49 | 0 | 19 | 25 | 9F | 39 | 28 |
| Octal | 54 | 241 | 170 | 111 | 0 | 31 | 45 | 237 | 71 | 50 |
| Binary | 101100 | 10100001 | 1111000 | 1001001 | 0 | 11001 | 100101 | 10011111 | 111001 | 101000 |
Color Harmonies of #2CA178
Complementary color
Monochromatic Colors of #2CA178
Black with #2CA178
Text Example
Text Example
White with #2CA178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA178; }
p { color: rgb(44,161,120); }
H1.HeaderClassName
{
color: #2CA178;
}
.AnyTagClassName
{
color: #2CA178;
}
</style>
background-color css
<style>
a { background-color: #2CA178; }
a { background-color: rgb(44,161,120); }
div.DivClassName
{
background-color: #2CA178;
}
.BgClassName
{
background-color: #2CA178;
}
</style>
border-color css
<style>
span { border-color: #2CA178; }
span { border-color: rgb(44,161,120); }
td.TdClassName
{
border-color: #2CA178;
}
.TagClassName
{
border-color: #2CA178;
}
</style>