Shades of Jungle Green #2AA87D
Tints of Jungle Green #2AA87D
RGB
CMYK
RGB Variations
Color information
#2AA87D (or 0x2AA87D) is known color: Jungle Green. HEX triplet: 2A, A8 and 7D. RGB value is (42,168,125). Sum of RGB (Red+Green+Blue) = 42+168+125=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA87D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA87D is #D55782. Grayscale: #7D7D7D. Windows color (decimal): -13981571 or 8235050. OLE color: 8235050.
HSL color Cylindrical-coordinate representation of color #2AA87D: hue angle of 159.52º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA87D is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 125 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.34 |
| HSL | 159.52º | 0.6% | 0.41% | - |
| HSV(B) | 159.52º | 0.75% | 0.66% | - |
| XYZ | 18.66 | 29.98 | 24.2 | - |
| YUV | 125.42 | 127.76 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 125 | 0.75 | 0 | 0.26 | 0.34 | 159.52 | 0.6 | 0.41 |
| Hex | 2A | A8 | 7D | 4B | 0 | 1A | 22 | A0 | 3C | 29 |
| Octal | 52 | 250 | 175 | 113 | 0 | 32 | 42 | 240 | 74 | 51 |
| Binary | 101010 | 10101000 | 1111101 | 1001011 | 0 | 11010 | 100010 | 10100000 | 111100 | 101001 |
Color Harmonies of #2AA87D
Complementary color
Monochromatic Colors of #2AA87D
Black with #2AA87D
Text Example
Text Example
White with #2AA87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA87D; }
p { color: rgb(42,168,125); }
H1.HeaderClassName
{
color: #2AA87D;
}
.AnyTagClassName
{
color: #2AA87D;
}
</style>
background-color css
<style>
a { background-color: #2AA87D; }
a { background-color: rgb(42,168,125); }
div.DivClassName
{
background-color: #2AA87D;
}
.BgClassName
{
background-color: #2AA87D;
}
</style>
border-color css
<style>
span { border-color: #2AA87D; }
span { border-color: rgb(42,168,125); }
td.TdClassName
{
border-color: #2AA87D;
}
.TagClassName
{
border-color: #2AA87D;
}
</style>