Shades of Jungle Green #2AA473
Tints of Jungle Green #2AA473
RGB
CMYK
RGB Variations
Color information
#2AA473 (or 0x2AA473) is known color: Jungle Green. HEX triplet: 2A, A4 and 73. RGB value is (42,164,115). Sum of RGB (Red+Green+Blue) = 42+164+115=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA473 is #D55B8C. Grayscale: #7A7A7A. Windows color (decimal): -13982605 or 7578666. OLE color: 7578666.
HSL color Cylindrical-coordinate representation of color #2AA473: hue angle of 155.9º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA473 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 164 | 115 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.36 |
| HSL | 155.9º | 0.59% | 0.4% | - |
| HSV(B) | 155.9º | 0.74% | 0.64% | - |
| XYZ | 17.32 | 28.28 | 20.77 | - |
| YUV | 121.94 | 124.08 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 164 | 115 | 0.74 | 0 | 0.30 | 0.36 | 155.9 | 0.59 | 0.4 |
| Hex | 2A | A4 | 73 | 4A | 0 | 1E | 24 | 9C | 3B | 28 |
| Octal | 52 | 244 | 163 | 112 | 0 | 36 | 44 | 234 | 73 | 50 |
| Binary | 101010 | 10100100 | 1110011 | 1001010 | 0 | 11110 | 100100 | 10011100 | 111011 | 101000 |
Color Harmonies of #2AA473
Complementary color
Monochromatic Colors of #2AA473
Black with #2AA473
Text Example
Text Example
White with #2AA473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA473; }
p { color: rgb(42,164,115); }
H1.HeaderClassName
{
color: #2AA473;
}
.AnyTagClassName
{
color: #2AA473;
}
</style>
background-color css
<style>
a { background-color: #2AA473; }
a { background-color: rgb(42,164,115); }
div.DivClassName
{
background-color: #2AA473;
}
.BgClassName
{
background-color: #2AA473;
}
</style>
border-color css
<style>
span { border-color: #2AA473; }
span { border-color: rgb(42,164,115); }
td.TdClassName
{
border-color: #2AA473;
}
.TagClassName
{
border-color: #2AA473;
}
</style>