Shades of Jungle Green #2AAB7D
Tints of Jungle Green #2AAB7D
RGB
CMYK
RGB Variations
Color information
#2AAB7D (or 0x2AAB7D) is known color: Jungle Green. HEX triplet: 2A, AB and 7D. RGB value is (42,171,125). Sum of RGB (Red+Green+Blue) = 42+171+125=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB7D is #D55482. Grayscale: #7F7F7F. Windows color (decimal): -13980803 or 8235818. OLE color: 8235818.
HSL color Cylindrical-coordinate representation of color #2AAB7D: hue angle of 158.6º 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 #2AAB7D is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 125 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.33 |
| HSL | 158.6º | 0.61% | 0.42% | - |
| HSV(B) | 158.6º | 0.75% | 0.67% | - |
| XYZ | 19.22 | 31.1 | 24.39 | - |
| YUV | 127.19 | 126.76 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 125 | 0.75 | 0 | 0.27 | 0.33 | 158.6 | 0.61 | 0.42 |
| Hex | 2A | AB | 7D | 4B | 0 | 1B | 21 | 9F | 3D | 2A |
| Octal | 52 | 253 | 175 | 113 | 0 | 33 | 41 | 237 | 75 | 52 |
| Binary | 101010 | 10101011 | 1111101 | 1001011 | 0 | 11011 | 100001 | 10011111 | 111101 | 101010 |
Color Harmonies of #2AAB7D
Complementary color
Monochromatic Colors of #2AAB7D
Black with #2AAB7D
Text Example
Text Example
White with #2AAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB7D; }
p { color: rgb(42,171,125); }
H1.HeaderClassName
{
color: #2AAB7D;
}
.AnyTagClassName
{
color: #2AAB7D;
}
</style>
background-color css
<style>
a { background-color: #2AAB7D; }
a { background-color: rgb(42,171,125); }
div.DivClassName
{
background-color: #2AAB7D;
}
.BgClassName
{
background-color: #2AAB7D;
}
</style>
border-color css
<style>
span { border-color: #2AAB7D; }
span { border-color: rgb(42,171,125); }
td.TdClassName
{
border-color: #2AAB7D;
}
.TagClassName
{
border-color: #2AAB7D;
}
</style>