Shades of Jungle Green #2CAA7D
Tints of Jungle Green #2CAA7D
RGB
CMYK
RGB Variations
Color information
#2CAA7D (or 0x2CAA7D) is known color: Jungle Green. HEX triplet: 2C, AA and 7D. RGB value is (44,170,125). Sum of RGB (Red+Green+Blue) = 44+170+125=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAA7D is #D35582. Grayscale: #7F7F7F. Windows color (decimal): -13849987 or 8235564. OLE color: 8235564.
HSL color Cylindrical-coordinate representation of color #2CAA7D: hue angle of 158.57º 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 #2CAA7D is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 170 | 125 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.33 |
| HSL | 158.57º | 0.59% | 0.42% | - |
| HSV(B) | 158.57º | 0.74% | 0.67% | - |
| XYZ | 19.12 | 30.77 | 24.33 | - |
| YUV | 127.2 | 126.76 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 125 | 0.74 | 0 | 0.26 | 0.33 | 158.57 | 0.59 | 0.42 |
| Hex | 2C | AA | 7D | 4A | 0 | 1A | 21 | 9F | 3B | 2A |
| Octal | 54 | 252 | 175 | 112 | 0 | 32 | 41 | 237 | 73 | 52 |
| Binary | 101100 | 10101010 | 1111101 | 1001010 | 0 | 11010 | 100001 | 10011111 | 111011 | 101010 |
Color Harmonies of #2CAA7D
Complementary color
Monochromatic Colors of #2CAA7D
Black with #2CAA7D
Text Example
Text Example
White with #2CAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAA7D; }
p { color: rgb(44,170,125); }
H1.HeaderClassName
{
color: #2CAA7D;
}
.AnyTagClassName
{
color: #2CAA7D;
}
</style>
background-color css
<style>
a { background-color: #2CAA7D; }
a { background-color: rgb(44,170,125); }
div.DivClassName
{
background-color: #2CAA7D;
}
.BgClassName
{
background-color: #2CAA7D;
}
</style>
border-color css
<style>
span { border-color: #2CAA7D; }
span { border-color: rgb(44,170,125); }
td.TdClassName
{
border-color: #2CAA7D;
}
.TagClassName
{
border-color: #2CAA7D;
}
</style>