Shades of Jungle Green #2AA67D
Tints of Jungle Green #2AA67D
RGB
CMYK
RGB Variations
Color information
#2AA67D (or 0x2AA67D) is known color: Jungle Green. HEX triplet: 2A, A6 and 7D. RGB value is (42,166,125). Sum of RGB (Red+Green+Blue) = 42+166+125=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 166 (65.23% from 255 or 49.85% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA67D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA67D is #D55982. Grayscale: #7C7C7C. Windows color (decimal): -13982083 or 8234538. OLE color: 8234538.
HSL color Cylindrical-coordinate representation of color #2AA67D: hue angle of 160.16º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA67D is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 125 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.35 |
| HSL | 160.16º | 0.6% | 0.41% | - |
| HSV(B) | 160.16º | 0.75% | 0.65% | - |
| XYZ | 18.29 | 29.25 | 24.08 | - |
| YUV | 124.25 | 128.42 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 125 | 0.75 | 0 | 0.25 | 0.35 | 160.16 | 0.6 | 0.41 |
| Hex | 2A | A6 | 7D | 4B | 0 | 19 | 23 | A0 | 3C | 29 |
| Octal | 52 | 246 | 175 | 113 | 0 | 31 | 43 | 240 | 74 | 51 |
| Binary | 101010 | 10100110 | 1111101 | 1001011 | 0 | 11001 | 100011 | 10100000 | 111100 | 101001 |
Color Harmonies of #2AA67D
Complementary color
Monochromatic Colors of #2AA67D
Black with #2AA67D
Text Example
Text Example
White with #2AA67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA67D; }
p { color: rgb(42,166,125); }
H1.HeaderClassName
{
color: #2AA67D;
}
.AnyTagClassName
{
color: #2AA67D;
}
</style>
background-color css
<style>
a { background-color: #2AA67D; }
a { background-color: rgb(42,166,125); }
div.DivClassName
{
background-color: #2AA67D;
}
.BgClassName
{
background-color: #2AA67D;
}
</style>
border-color css
<style>
span { border-color: #2AA67D; }
span { border-color: rgb(42,166,125); }
td.TdClassName
{
border-color: #2AA67D;
}
.TagClassName
{
border-color: #2AA67D;
}
</style>