Shades of Jungle Green #2AB37A
Tints of Jungle Green #2AB37A
RGB
CMYK
RGB Variations
Color information
#2AB37A (or 0x2AB37A) is known color: Jungle Green. HEX triplet: 2A, B3 and 7A. RGB value is (42,179,122). Sum of RGB (Red+Green+Blue) = 42+179+122=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB37A is #D54C85. Grayscale: #838383. Windows color (decimal): -13978758 or 8041258. OLE color: 8041258.
HSL color Cylindrical-coordinate representation of color #2AB37A: hue angle of 155.04º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB37A is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 122 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.30 |
| HSL | 155.04º | 0.62% | 0.43% | - |
| HSV(B) | 155.04º | 0.77% | 0.7% | - |
| XYZ | 20.59 | 34.14 | 23.92 | - |
| YUV | 131.54 | 122.61 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 122 | 0.77 | 0 | 0.32 | 0.30 | 155.04 | 0.62 | 0.43 |
| Hex | 2A | B3 | 7A | 4D | 0 | 20 | 1E | 9B | 3E | 2B |
| Octal | 52 | 263 | 172 | 115 | 0 | 40 | 36 | 233 | 76 | 53 |
| Binary | 101010 | 10110011 | 1111010 | 1001101 | 0 | 100000 | 11110 | 10011011 | 111110 | 101011 |
Color Harmonies of #2AB37A
Complementary color
Monochromatic Colors of #2AB37A
Black with #2AB37A
Text Example
Text Example
White with #2AB37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB37A; }
p { color: rgb(42,179,122); }
H1.HeaderClassName
{
color: #2AB37A;
}
.AnyTagClassName
{
color: #2AB37A;
}
</style>
background-color css
<style>
a { background-color: #2AB37A; }
a { background-color: rgb(42,179,122); }
div.DivClassName
{
background-color: #2AB37A;
}
.BgClassName
{
background-color: #2AB37A;
}
</style>
border-color css
<style>
span { border-color: #2AB37A; }
span { border-color: rgb(42,179,122); }
td.TdClassName
{
border-color: #2AB37A;
}
.TagClassName
{
border-color: #2AB37A;
}
</style>