Shades of Jungle Green #2CAA76
Tints of Jungle Green #2CAA76
RGB
CMYK
RGB Variations
Color information
#2CAA76 (or 0x2CAA76) is known color: Jungle Green. HEX triplet: 2C, AA and 76. RGB value is (44,170,118). Sum of RGB (Red+Green+Blue) = 44+170+118=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAA76 is #D35589. Grayscale: #7E7E7E. Windows color (decimal): -13849994 or 7776812. OLE color: 7776812.
HSL color Cylindrical-coordinate representation of color #2CAA76: hue angle of 155.24º 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 #2CAA76 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 170 | 118 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.33 |
| HSL | 155.24º | 0.59% | 0.42% | - |
| HSV(B) | 155.24º | 0.74% | 0.67% | - |
| XYZ | 18.68 | 30.59 | 22.06 | - |
| YUV | 126.4 | 123.26 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 118 | 0.74 | 0 | 0.31 | 0.33 | 155.24 | 0.59 | 0.42 |
| Hex | 2C | AA | 76 | 4A | 0 | 1F | 21 | 9B | 3B | 2A |
| Octal | 54 | 252 | 166 | 112 | 0 | 37 | 41 | 233 | 73 | 52 |
| Binary | 101100 | 10101010 | 1110110 | 1001010 | 0 | 11111 | 100001 | 10011011 | 111011 | 101010 |
Color Harmonies of #2CAA76
Complementary color
Monochromatic Colors of #2CAA76
Black with #2CAA76
Text Example
Text Example
White with #2CAA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAA76; }
p { color: rgb(44,170,118); }
H1.HeaderClassName
{
color: #2CAA76;
}
.AnyTagClassName
{
color: #2CAA76;
}
</style>
background-color css
<style>
a { background-color: #2CAA76; }
a { background-color: rgb(44,170,118); }
div.DivClassName
{
background-color: #2CAA76;
}
.BgClassName
{
background-color: #2CAA76;
}
</style>
border-color css
<style>
span { border-color: #2CAA76; }
span { border-color: rgb(44,170,118); }
td.TdClassName
{
border-color: #2CAA76;
}
.TagClassName
{
border-color: #2CAA76;
}
</style>