Shades of Jungle Green #2CAA77
Tints of Jungle Green #2CAA77
RGB
CMYK
RGB Variations
Color information
#2CAA77 (or 0x2CAA77) is known color: Jungle Green. HEX triplet: 2C, AA and 77. RGB value is (44,170,119). Sum of RGB (Red+Green+Blue) = 44+170+119=333 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.21% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAA77 is #D35588. Grayscale: #7E7E7E. Windows color (decimal): -13849993 or 7842348. OLE color: 7842348.
HSL color Cylindrical-coordinate representation of color #2CAA77: hue angle of 155.71º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAA77 is Cyan = 0.74, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 170 | 119 | - |
| CMYK | 0.74 | 0 | 0.3 | 0.33 |
| HSL | 155.71º | 0.59% | 0.42% | - |
| HSV(B) | 155.71º | 0.74% | 0.67% | - |
| XYZ | 18.74 | 30.62 | 22.37 | - |
| YUV | 126.51 | 123.76 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 119 | 0.74 | 0 | 0.3 | 0.33 | 155.71 | 0.59 | 0.42 |
| Hex | 2C | AA | 77 | 4A | 0 | 1E | 21 | 9C | 3B | 2A |
| Octal | 54 | 252 | 167 | 112 | 0 | 36 | 41 | 234 | 73 | 52 |
| Binary | 101100 | 10101010 | 1110111 | 1001010 | 0 | 11110 | 100001 | 10011100 | 111011 | 101010 |
Color Harmonies of #2CAA77
Complementary color
Monochromatic Colors of #2CAA77
Black with #2CAA77
Text Example
Text Example
White with #2CAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAA77; }
p { color: rgb(44,170,119); }
H1.HeaderClassName
{
color: #2CAA77;
}
.AnyTagClassName
{
color: #2CAA77;
}
</style>
background-color css
<style>
a { background-color: #2CAA77; }
a { background-color: rgb(44,170,119); }
div.DivClassName
{
background-color: #2CAA77;
}
.BgClassName
{
background-color: #2CAA77;
}
</style>
border-color css
<style>
span { border-color: #2CAA77; }
span { border-color: rgb(44,170,119); }
td.TdClassName
{
border-color: #2CAA77;
}
.TagClassName
{
border-color: #2CAA77;
}
</style>