Shades of Jungle Green #2CA077
Tints of Jungle Green #2CA077
RGB
CMYK
RGB Variations
Color information
#2CA077 (or 0x2CA077) is known color: Jungle Green. HEX triplet: 2C, A0 and 77. RGB value is (44,160,119). Sum of RGB (Red+Green+Blue) = 44+160+119=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA077 is #D35F88. Grayscale: #787878. Windows color (decimal): -13852553 or 7839788. OLE color: 7839788.
HSL color Cylindrical-coordinate representation of color #2CA077: hue angle of 158.79º 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 #2CA077 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 119 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.37 |
| HSL | 158.79º | 0.57% | 0.4% | - |
| HSV(B) | 158.79º | 0.73% | 0.63% | - |
| XYZ | 16.94 | 27.01 | 21.77 | - |
| YUV | 120.64 | 127.07 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 119 | 0.72 | 0 | 0.26 | 0.37 | 158.79 | 0.57 | 0.4 |
| Hex | 2C | A0 | 77 | 48 | 0 | 1A | 25 | 9F | 39 | 28 |
| Octal | 54 | 240 | 167 | 110 | 0 | 32 | 45 | 237 | 71 | 50 |
| Binary | 101100 | 10100000 | 1110111 | 1001000 | 0 | 11010 | 100101 | 10011111 | 111001 | 101000 |
Color Harmonies of #2CA077
Complementary color
Monochromatic Colors of #2CA077
Black with #2CA077
Text Example
Text Example
White with #2CA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA077; }
p { color: rgb(44,160,119); }
H1.HeaderClassName
{
color: #2CA077;
}
.AnyTagClassName
{
color: #2CA077;
}
</style>
background-color css
<style>
a { background-color: #2CA077; }
a { background-color: rgb(44,160,119); }
div.DivClassName
{
background-color: #2CA077;
}
.BgClassName
{
background-color: #2CA077;
}
</style>
border-color css
<style>
span { border-color: #2CA077; }
span { border-color: rgb(44,160,119); }
td.TdClassName
{
border-color: #2CA077;
}
.TagClassName
{
border-color: #2CA077;
}
</style>