Shades of Jungle Green #2AA27C
Tints of Jungle Green #2AA27C
RGB
CMYK
RGB Variations
Color information
#2AA27C (or 0x2AA27C) is known color: Jungle Green. HEX triplet: 2A, A2 and 7C. RGB value is (42,162,124). Sum of RGB (Red+Green+Blue) = 42+162+124=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA27C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA27C is #D55D83. Grayscale: #797979. Windows color (decimal): -13983108 or 8167978. OLE color: 8167978.
HSL color Cylindrical-coordinate representation of color #2AA27C: hue angle of 161º 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 #2AA27C is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 162 | 124 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.36 |
| HSL | 161º | 0.59% | 0.4% | - |
| HSV(B) | 161º | 0.74% | 0.64% | - |
| XYZ | 17.51 | 27.79 | 23.51 | - |
| YUV | 121.79 | 129.24 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 162 | 124 | 0.74 | 0 | 0.23 | 0.36 | 161 | 0.59 | 0.4 |
| Hex | 2A | A2 | 7C | 4A | 0 | 17 | 24 | A1 | 3B | 28 |
| Octal | 52 | 242 | 174 | 112 | 0 | 27 | 44 | 241 | 73 | 50 |
| Binary | 101010 | 10100010 | 1111100 | 1001010 | 0 | 10111 | 100100 | 10100001 | 111011 | 101000 |
Color Harmonies of #2AA27C
Complementary color
Monochromatic Colors of #2AA27C
Black with #2AA27C
Text Example
Text Example
White with #2AA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA27C; }
p { color: rgb(42,162,124); }
H1.HeaderClassName
{
color: #2AA27C;
}
.AnyTagClassName
{
color: #2AA27C;
}
</style>
background-color css
<style>
a { background-color: #2AA27C; }
a { background-color: rgb(42,162,124); }
div.DivClassName
{
background-color: #2AA27C;
}
.BgClassName
{
background-color: #2AA27C;
}
</style>
border-color css
<style>
span { border-color: #2AA27C; }
span { border-color: rgb(42,162,124); }
td.TdClassName
{
border-color: #2AA27C;
}
.TagClassName
{
border-color: #2AA27C;
}
</style>