Shades of Jungle Green #2AA87F
Tints of Jungle Green #2AA87F
RGB
CMYK
RGB Variations
Color information
#2AA87F (or 0x2AA87F) is known color: Jungle Green. HEX triplet: 2A, A8 and 7F. RGB value is (42,168,127). Sum of RGB (Red+Green+Blue) = 42+168+127=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA87F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA87F is #D55780. Grayscale: #7D7D7D. Windows color (decimal): -13981569 or 8366122. OLE color: 8366122.
HSL color Cylindrical-coordinate representation of color #2AA87F: hue angle of 160.48º 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 #2AA87F is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 127 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.34 |
| HSL | 160.48º | 0.6% | 0.41% | - |
| HSV(B) | 160.48º | 0.75% | 0.66% | - |
| XYZ | 18.79 | 30.03 | 24.88 | - |
| YUV | 125.65 | 128.76 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 127 | 0.75 | 0 | 0.24 | 0.34 | 160.48 | 0.6 | 0.41 |
| Hex | 2A | A8 | 7F | 4B | 0 | 18 | 22 | A0 | 3C | 29 |
| Octal | 52 | 250 | 177 | 113 | 0 | 30 | 42 | 240 | 74 | 51 |
| Binary | 101010 | 10101000 | 1111111 | 1001011 | 0 | 11000 | 100010 | 10100000 | 111100 | 101001 |
Color Harmonies of #2AA87F
Complementary color
Monochromatic Colors of #2AA87F
Black with #2AA87F
Text Example
Text Example
White with #2AA87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA87F; }
p { color: rgb(42,168,127); }
H1.HeaderClassName
{
color: #2AA87F;
}
.AnyTagClassName
{
color: #2AA87F;
}
</style>
background-color css
<style>
a { background-color: #2AA87F; }
a { background-color: rgb(42,168,127); }
div.DivClassName
{
background-color: #2AA87F;
}
.BgClassName
{
background-color: #2AA87F;
}
</style>
border-color css
<style>
span { border-color: #2AA87F; }
span { border-color: rgb(42,168,127); }
td.TdClassName
{
border-color: #2AA87F;
}
.TagClassName
{
border-color: #2AA87F;
}
</style>