Shades of Jungle Green #2AAE7D
Tints of Jungle Green #2AAE7D
RGB
CMYK
RGB Variations
Color information
#2AAE7D (or 0x2AAE7D) is known color: Jungle Green. HEX triplet: 2A, AE and 7D. RGB value is (42,174,125). Sum of RGB (Red+Green+Blue) = 42+174+125=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAE7D is #D55182. Grayscale: #818181. Windows color (decimal): -13980035 or 8236586. OLE color: 8236586.
HSL color Cylindrical-coordinate representation of color #2AAE7D: hue angle of 157.73º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAE7D is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 174 | 125 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.32 |
| HSL | 157.73º | 0.61% | 0.42% | - |
| HSV(B) | 157.73º | 0.76% | 0.68% | - |
| XYZ | 19.79 | 32.25 | 24.58 | - |
| YUV | 128.95 | 125.77 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 125 | 0.76 | 0 | 0.28 | 0.32 | 157.73 | 0.61 | 0.42 |
| Hex | 2A | AE | 7D | 4C | 0 | 1C | 20 | 9E | 3D | 2A |
| Octal | 52 | 256 | 175 | 114 | 0 | 34 | 40 | 236 | 75 | 52 |
| Binary | 101010 | 10101110 | 1111101 | 1001100 | 0 | 11100 | 100000 | 10011110 | 111101 | 101010 |
Color Harmonies of #2AAE7D
Complementary color
Monochromatic Colors of #2AAE7D
Black with #2AAE7D
Text Example
Text Example
White with #2AAE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAE7D; }
p { color: rgb(42,174,125); }
H1.HeaderClassName
{
color: #2AAE7D;
}
.AnyTagClassName
{
color: #2AAE7D;
}
</style>
background-color css
<style>
a { background-color: #2AAE7D; }
a { background-color: rgb(42,174,125); }
div.DivClassName
{
background-color: #2AAE7D;
}
.BgClassName
{
background-color: #2AAE7D;
}
</style>
border-color css
<style>
span { border-color: #2AAE7D; }
span { border-color: rgb(42,174,125); }
td.TdClassName
{
border-color: #2AAE7D;
}
.TagClassName
{
border-color: #2AAE7D;
}
</style>