Shades of Jungle Green #2AA57D
Tints of Jungle Green #2AA57D
RGB
CMYK
RGB Variations
Color information
#2AA57D (or 0x2AA57D) is known color: Jungle Green. HEX triplet: 2A, A5 and 7D. RGB value is (42,165,125). Sum of RGB (Red+Green+Blue) = 42+165+125=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #2AA57D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA57D is #D55A82. Grayscale: #7B7B7B. Windows color (decimal): -13982339 or 8234282. OLE color: 8234282.
HSL color Cylindrical-coordinate representation of color #2AA57D: hue angle of 160.49º degrees, saturation: 0.59, 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 #2AA57D is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 165 | 125 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.35 |
| HSL | 160.49º | 0.59% | 0.41% | - |
| HSV(B) | 160.49º | 0.75% | 0.65% | - |
| XYZ | 18.11 | 28.88 | 24.02 | - |
| YUV | 123.66 | 128.75 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 165 | 125 | 0.75 | 0 | 0.24 | 0.35 | 160.49 | 0.59 | 0.41 |
| Hex | 2A | A5 | 7D | 4B | 0 | 18 | 23 | A0 | 3B | 29 |
| Octal | 52 | 245 | 175 | 113 | 0 | 30 | 43 | 240 | 73 | 51 |
| Binary | 101010 | 10100101 | 1111101 | 1001011 | 0 | 11000 | 100011 | 10100000 | 111011 | 101001 |
Color Harmonies of #2AA57D
Complementary color
Monochromatic Colors of #2AA57D
Black with #2AA57D
Text Example
Text Example
White with #2AA57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA57D; }
p { color: rgb(42,165,125); }
H1.HeaderClassName
{
color: #2AA57D;
}
.AnyTagClassName
{
color: #2AA57D;
}
</style>
background-color css
<style>
a { background-color: #2AA57D; }
a { background-color: rgb(42,165,125); }
div.DivClassName
{
background-color: #2AA57D;
}
.BgClassName
{
background-color: #2AA57D;
}
</style>
border-color css
<style>
span { border-color: #2AA57D; }
span { border-color: rgb(42,165,125); }
td.TdClassName
{
border-color: #2AA57D;
}
.TagClassName
{
border-color: #2AA57D;
}
</style>