Shades of Jungle Green #2AA37C
Tints of Jungle Green #2AA37C
RGB
CMYK
RGB Variations
Color information
#2AA37C (or 0x2AA37C) is known color: Jungle Green. HEX triplet: 2A, A3 and 7C. RGB value is (42,163,124). Sum of RGB (Red+Green+Blue) = 42+163+124=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA37C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA37C is #D55C83. Grayscale: #7A7A7A. Windows color (decimal): -13982852 or 8168234. OLE color: 8168234.
HSL color Cylindrical-coordinate representation of color #2AA37C: hue angle of 160.66º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA37C is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 163 | 124 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.36 |
| HSL | 160.66º | 0.59% | 0.4% | - |
| HSV(B) | 160.66º | 0.74% | 0.64% | - |
| XYZ | 17.69 | 28.14 | 23.57 | - |
| YUV | 122.38 | 128.91 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 163 | 124 | 0.74 | 0 | 0.24 | 0.36 | 160.66 | 0.59 | 0.4 |
| Hex | 2A | A3 | 7C | 4A | 0 | 18 | 24 | A1 | 3B | 28 |
| Octal | 52 | 243 | 174 | 112 | 0 | 30 | 44 | 241 | 73 | 50 |
| Binary | 101010 | 10100011 | 1111100 | 1001010 | 0 | 11000 | 100100 | 10100001 | 111011 | 101000 |
Color Harmonies of #2AA37C
Complementary color
Monochromatic Colors of #2AA37C
Black with #2AA37C
Text Example
Text Example
White with #2AA37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA37C; }
p { color: rgb(42,163,124); }
H1.HeaderClassName
{
color: #2AA37C;
}
.AnyTagClassName
{
color: #2AA37C;
}
</style>
background-color css
<style>
a { background-color: #2AA37C; }
a { background-color: rgb(42,163,124); }
div.DivClassName
{
background-color: #2AA37C;
}
.BgClassName
{
background-color: #2AA37C;
}
</style>
border-color css
<style>
span { border-color: #2AA37C; }
span { border-color: rgb(42,163,124); }
td.TdClassName
{
border-color: #2AA37C;
}
.TagClassName
{
border-color: #2AA37C;
}
</style>