Shades of Jungle Green #2CAA7E
Tints of Jungle Green #2CAA7E
RGB
CMYK
RGB Variations
Color information
#2CAA7E (or 0x2CAA7E) is known color: Jungle Green. HEX triplet: 2C, AA and 7E. RGB value is (44,170,126). Sum of RGB (Red+Green+Blue) = 44+170+126=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAA7E is #D35581. Grayscale: #7F7F7F. Windows color (decimal): -13849986 or 8301100. OLE color: 8301100.
HSL color Cylindrical-coordinate representation of color #2CAA7E: hue angle of 159.05º 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 #2CAA7E is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 170 | 126 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.33 |
| HSL | 159.05º | 0.59% | 0.42% | - |
| HSV(B) | 159.05º | 0.74% | 0.67% | - |
| XYZ | 19.18 | 30.79 | 24.67 | - |
| YUV | 127.31 | 127.26 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 126 | 0.74 | 0 | 0.26 | 0.33 | 159.05 | 0.59 | 0.42 |
| Hex | 2C | AA | 7E | 4A | 0 | 1A | 21 | 9F | 3B | 2A |
| Octal | 54 | 252 | 176 | 112 | 0 | 32 | 41 | 237 | 73 | 52 |
| Binary | 101100 | 10101010 | 1111110 | 1001010 | 0 | 11010 | 100001 | 10011111 | 111011 | 101010 |
Color Harmonies of #2CAA7E
Complementary color
Monochromatic Colors of #2CAA7E
Black with #2CAA7E
Text Example
Text Example
White with #2CAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAA7E; }
p { color: rgb(44,170,126); }
H1.HeaderClassName
{
color: #2CAA7E;
}
.AnyTagClassName
{
color: #2CAA7E;
}
</style>
background-color css
<style>
a { background-color: #2CAA7E; }
a { background-color: rgb(44,170,126); }
div.DivClassName
{
background-color: #2CAA7E;
}
.BgClassName
{
background-color: #2CAA7E;
}
</style>
border-color css
<style>
span { border-color: #2CAA7E; }
span { border-color: rgb(44,170,126); }
td.TdClassName
{
border-color: #2CAA7E;
}
.TagClassName
{
border-color: #2CAA7E;
}
</style>