Shades of Jungle Green #2AA885
Tints of Jungle Green #2AA885
RGB
CMYK
RGB Variations
Color information
#2AA885 (or 0x2AA885) is known color: Jungle Green. HEX triplet: 2A, A8 and 85. RGB value is (42,168,133). Sum of RGB (Red+Green+Blue) = 42+168+133=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA885 is #D5577A. Grayscale: #7E7E7E. Windows color (decimal): -13981563 or 8759338. OLE color: 8759338.
HSL color Cylindrical-coordinate representation of color #2AA885: hue angle of 163.33º 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 #2AA885 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 133 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.34 |
| HSL | 163.33º | 0.6% | 0.41% | - |
| HSV(B) | 163.33º | 0.75% | 0.66% | - |
| XYZ | 19.19 | 30.19 | 27.01 | - |
| YUV | 126.34 | 131.76 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 133 | 0.75 | 0 | 0.21 | 0.34 | 163.33 | 0.6 | 0.41 |
| Hex | 2A | A8 | 85 | 4B | 0 | 15 | 22 | A3 | 3C | 29 |
| Octal | 52 | 250 | 205 | 113 | 0 | 25 | 42 | 243 | 74 | 51 |
| Binary | 101010 | 10101000 | 10000101 | 1001011 | 0 | 10101 | 100010 | 10100011 | 111100 | 101001 |
Color Harmonies of #2AA885
Complementary color
Monochromatic Colors of #2AA885
Black with #2AA885
Text Example
Text Example
White with #2AA885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA885; }
p { color: rgb(42,168,133); }
H1.HeaderClassName
{
color: #2AA885;
}
.AnyTagClassName
{
color: #2AA885;
}
</style>
background-color css
<style>
a { background-color: #2AA885; }
a { background-color: rgb(42,168,133); }
div.DivClassName
{
background-color: #2AA885;
}
.BgClassName
{
background-color: #2AA885;
}
</style>
border-color css
<style>
span { border-color: #2AA885; }
span { border-color: rgb(42,168,133); }
td.TdClassName
{
border-color: #2AA885;
}
.TagClassName
{
border-color: #2AA885;
}
</style>