Shades of Jungle Green #2AA27B
Tints of Jungle Green #2AA27B
RGB
CMYK
RGB Variations
Color information
#2AA27B (or 0x2AA27B) is known color: Jungle Green. HEX triplet: 2A, A2 and 7B. RGB value is (42,162,123). Sum of RGB (Red+Green+Blue) = 42+162+123=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA27B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA27B is #D55D84. Grayscale: #797979. Windows color (decimal): -13983109 or 8102442. OLE color: 8102442.
HSL color Cylindrical-coordinate representation of color #2AA27B: hue angle of 160.5º 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 #2AA27B is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 162 | 123 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.36 |
| HSL | 160.5º | 0.59% | 0.4% | - |
| HSV(B) | 160.5º | 0.74% | 0.64% | - |
| XYZ | 17.45 | 27.76 | 23.18 | - |
| YUV | 121.67 | 128.74 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 162 | 123 | 0.74 | 0 | 0.24 | 0.36 | 160.5 | 0.59 | 0.4 |
| Hex | 2A | A2 | 7B | 4A | 0 | 18 | 24 | A0 | 3B | 28 |
| Octal | 52 | 242 | 173 | 112 | 0 | 30 | 44 | 240 | 73 | 50 |
| Binary | 101010 | 10100010 | 1111011 | 1001010 | 0 | 11000 | 100100 | 10100000 | 111011 | 101000 |
Color Harmonies of #2AA27B
Complementary color
Monochromatic Colors of #2AA27B
Black with #2AA27B
Text Example
Text Example
White with #2AA27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA27B; }
p { color: rgb(42,162,123); }
H1.HeaderClassName
{
color: #2AA27B;
}
.AnyTagClassName
{
color: #2AA27B;
}
</style>
background-color css
<style>
a { background-color: #2AA27B; }
a { background-color: rgb(42,162,123); }
div.DivClassName
{
background-color: #2AA27B;
}
.BgClassName
{
background-color: #2AA27B;
}
</style>
border-color css
<style>
span { border-color: #2AA27B; }
span { border-color: rgb(42,162,123); }
td.TdClassName
{
border-color: #2AA27B;
}
.TagClassName
{
border-color: #2AA27B;
}
</style>