Shades of Jungle Green #2AAE7A
Tints of Jungle Green #2AAE7A
RGB
CMYK
RGB Variations
Color information
#2AAE7A (or 0x2AAE7A) is known color: Jungle Green. HEX triplet: 2A, AE and 7A. RGB value is (42,174,122). Sum of RGB (Red+Green+Blue) = 42+174+122=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 174 (68.36% from 255 or 51.48% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAE7A is #D55185. Grayscale: #808080. Windows color (decimal): -13980038 or 8039978. OLE color: 8039978.
HSL color Cylindrical-coordinate representation of color #2AAE7A: hue angle of 156.36º 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 #2AAE7A is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 174 | 122 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.32 |
| HSL | 156.36º | 0.61% | 0.42% | - |
| HSV(B) | 156.36º | 0.76% | 0.68% | - |
| XYZ | 19.6 | 32.17 | 23.59 | - |
| YUV | 128.6 | 124.27 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 122 | 0.76 | 0 | 0.30 | 0.32 | 156.36 | 0.61 | 0.42 |
| Hex | 2A | AE | 7A | 4C | 0 | 1E | 20 | 9C | 3D | 2A |
| Octal | 52 | 256 | 172 | 114 | 0 | 36 | 40 | 234 | 75 | 52 |
| Binary | 101010 | 10101110 | 1111010 | 1001100 | 0 | 11110 | 100000 | 10011100 | 111101 | 101010 |
Color Harmonies of #2AAE7A
Complementary color
Monochromatic Colors of #2AAE7A
Black with #2AAE7A
Text Example
Text Example
White with #2AAE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAE7A; }
p { color: rgb(42,174,122); }
H1.HeaderClassName
{
color: #2AAE7A;
}
.AnyTagClassName
{
color: #2AAE7A;
}
</style>
background-color css
<style>
a { background-color: #2AAE7A; }
a { background-color: rgb(42,174,122); }
div.DivClassName
{
background-color: #2AAE7A;
}
.BgClassName
{
background-color: #2AAE7A;
}
</style>
border-color css
<style>
span { border-color: #2AAE7A; }
span { border-color: rgb(42,174,122); }
td.TdClassName
{
border-color: #2AAE7A;
}
.TagClassName
{
border-color: #2AAE7A;
}
</style>