Shades of Jungle Green #2AA884
Tints of Jungle Green #2AA884
RGB
CMYK
RGB Variations
Color information
#2AA884 (or 0x2AA884) is known color: Jungle Green. HEX triplet: 2A, A8 and 84. RGB value is (42,168,132). Sum of RGB (Red+Green+Blue) = 42+168+132=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA884 is #D5577B. Grayscale: #7E7E7E. Windows color (decimal): -13981564 or 8693802. OLE color: 8693802.
HSL color Cylindrical-coordinate representation of color #2AA884: hue angle of 162.86º 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 #2AA884 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 132 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.34 |
| HSL | 162.86º | 0.6% | 0.41% | - |
| HSV(B) | 162.86º | 0.75% | 0.66% | - |
| XYZ | 19.12 | 30.16 | 26.64 | - |
| YUV | 126.22 | 131.26 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 132 | 0.75 | 0 | 0.21 | 0.34 | 162.86 | 0.6 | 0.41 |
| Hex | 2A | A8 | 84 | 4B | 0 | 15 | 22 | A3 | 3C | 29 |
| Octal | 52 | 250 | 204 | 113 | 0 | 25 | 42 | 243 | 74 | 51 |
| Binary | 101010 | 10101000 | 10000100 | 1001011 | 0 | 10101 | 100010 | 10100011 | 111100 | 101001 |
Color Harmonies of #2AA884
Complementary color
Monochromatic Colors of #2AA884
Black with #2AA884
Text Example
Text Example
White with #2AA884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA884; }
p { color: rgb(42,168,132); }
H1.HeaderClassName
{
color: #2AA884;
}
.AnyTagClassName
{
color: #2AA884;
}
</style>
background-color css
<style>
a { background-color: #2AA884; }
a { background-color: rgb(42,168,132); }
div.DivClassName
{
background-color: #2AA884;
}
.BgClassName
{
background-color: #2AA884;
}
</style>
border-color css
<style>
span { border-color: #2AA884; }
span { border-color: rgb(42,168,132); }
td.TdClassName
{
border-color: #2AA884;
}
.TagClassName
{
border-color: #2AA884;
}
</style>