Shades of Jungle Green #2AA572
Tints of Jungle Green #2AA572
RGB
CMYK
RGB Variations
Color information
#2AA572 (or 0x2AA572) is known color: Jungle Green. HEX triplet: 2A, A5 and 72. RGB value is (42,165,114). Sum of RGB (Red+Green+Blue) = 42+165+114=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #2AA572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA572 is #D55A8D. Grayscale: #7A7A7A. Windows color (decimal): -13982350 or 7513386. OLE color: 7513386.
HSL color Cylindrical-coordinate representation of color #2AA572: hue angle of 155.12º 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 #2AA572 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 165 | 114 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.35 |
| HSL | 155.12º | 0.59% | 0.41% | - |
| HSV(B) | 155.12º | 0.75% | 0.65% | - |
| XYZ | 17.45 | 28.62 | 20.52 | - |
| YUV | 122.41 | 123.25 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 165 | 114 | 0.75 | 0 | 0.31 | 0.35 | 155.12 | 0.59 | 0.41 |
| Hex | 2A | A5 | 72 | 4B | 0 | 1F | 23 | 9B | 3B | 29 |
| Octal | 52 | 245 | 162 | 113 | 0 | 37 | 43 | 233 | 73 | 51 |
| Binary | 101010 | 10100101 | 1110010 | 1001011 | 0 | 11111 | 100011 | 10011011 | 111011 | 101001 |
Color Harmonies of #2AA572
Complementary color
Monochromatic Colors of #2AA572
Black with #2AA572
Text Example
Text Example
White with #2AA572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA572; }
p { color: rgb(42,165,114); }
H1.HeaderClassName
{
color: #2AA572;
}
.AnyTagClassName
{
color: #2AA572;
}
</style>
background-color css
<style>
a { background-color: #2AA572; }
a { background-color: rgb(42,165,114); }
div.DivClassName
{
background-color: #2AA572;
}
.BgClassName
{
background-color: #2AA572;
}
</style>
border-color css
<style>
span { border-color: #2AA572; }
span { border-color: rgb(42,165,114); }
td.TdClassName
{
border-color: #2AA572;
}
.TagClassName
{
border-color: #2AA572;
}
</style>