Shades of Jungle Green #2AAB7E
Tints of Jungle Green #2AAB7E
RGB
CMYK
RGB Variations
Color information
#2AAB7E (or 0x2AAB7E) is known color: Jungle Green. HEX triplet: 2A, AB and 7E. RGB value is (42,171,126). Sum of RGB (Red+Green+Blue) = 42+171+126=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB7E is #D55481. Grayscale: #7F7F7F. Windows color (decimal): -13980802 or 8301354. OLE color: 8301354.
HSL color Cylindrical-coordinate representation of color #2AAB7E: hue angle of 159.07º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB7E is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 126 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.33 |
| HSL | 159.07º | 0.61% | 0.42% | - |
| HSV(B) | 159.07º | 0.75% | 0.67% | - |
| XYZ | 19.28 | 31.12 | 24.73 | - |
| YUV | 127.3 | 127.26 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 126 | 0.75 | 0 | 0.26 | 0.33 | 159.07 | 0.61 | 0.42 |
| Hex | 2A | AB | 7E | 4B | 0 | 1A | 21 | 9F | 3D | 2A |
| Octal | 52 | 253 | 176 | 113 | 0 | 32 | 41 | 237 | 75 | 52 |
| Binary | 101010 | 10101011 | 1111110 | 1001011 | 0 | 11010 | 100001 | 10011111 | 111101 | 101010 |
Color Harmonies of #2AAB7E
Complementary color
Monochromatic Colors of #2AAB7E
Black with #2AAB7E
Text Example
Text Example
White with #2AAB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB7E; }
p { color: rgb(42,171,126); }
H1.HeaderClassName
{
color: #2AAB7E;
}
.AnyTagClassName
{
color: #2AAB7E;
}
</style>
background-color css
<style>
a { background-color: #2AAB7E; }
a { background-color: rgb(42,171,126); }
div.DivClassName
{
background-color: #2AAB7E;
}
.BgClassName
{
background-color: #2AAB7E;
}
</style>
border-color css
<style>
span { border-color: #2AAB7E; }
span { border-color: rgb(42,171,126); }
td.TdClassName
{
border-color: #2AAB7E;
}
.TagClassName
{
border-color: #2AAB7E;
}
</style>