Shades of Jungle Green #2AAB7A
Tints of Jungle Green #2AAB7A
RGB
CMYK
RGB Variations
Color information
#2AAB7A (or 0x2AAB7A) is known color: Jungle Green. HEX triplet: 2A, AB and 7A. RGB value is (42,171,122). Sum of RGB (Red+Green+Blue) = 42+171+122=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB7A is #D55485. Grayscale: #7E7E7E. Windows color (decimal): -13980806 or 8039210. OLE color: 8039210.
HSL color Cylindrical-coordinate representation of color #2AAB7A: hue angle of 157.21º 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 #2AAB7A is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 122 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.33 |
| HSL | 157.21º | 0.61% | 0.42% | - |
| HSV(B) | 157.21º | 0.75% | 0.67% | - |
| XYZ | 19.03 | 31.02 | 23.4 | - |
| YUV | 126.84 | 125.26 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 122 | 0.75 | 0 | 0.29 | 0.33 | 157.21 | 0.61 | 0.42 |
| Hex | 2A | AB | 7A | 4B | 0 | 1D | 21 | 9D | 3D | 2A |
| Octal | 52 | 253 | 172 | 113 | 0 | 35 | 41 | 235 | 75 | 52 |
| Binary | 101010 | 10101011 | 1111010 | 1001011 | 0 | 11101 | 100001 | 10011101 | 111101 | 101010 |
Color Harmonies of #2AAB7A
Complementary color
Monochromatic Colors of #2AAB7A
Black with #2AAB7A
Text Example
Text Example
White with #2AAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB7A; }
p { color: rgb(42,171,122); }
H1.HeaderClassName
{
color: #2AAB7A;
}
.AnyTagClassName
{
color: #2AAB7A;
}
</style>
background-color css
<style>
a { background-color: #2AAB7A; }
a { background-color: rgb(42,171,122); }
div.DivClassName
{
background-color: #2AAB7A;
}
.BgClassName
{
background-color: #2AAB7A;
}
</style>
border-color css
<style>
span { border-color: #2AAB7A; }
span { border-color: rgb(42,171,122); }
td.TdClassName
{
border-color: #2AAB7A;
}
.TagClassName
{
border-color: #2AAB7A;
}
</style>