Shades of Jungle Green #2AB379
Tints of Jungle Green #2AB379
RGB
CMYK
RGB Variations
Color information
#2AB379 (or 0x2AB379) is known color: Jungle Green. HEX triplet: 2A, B3 and 79. RGB value is (42,179,121). Sum of RGB (Red+Green+Blue) = 42+179+121=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB379 is #D54C86. Grayscale: #838383. Windows color (decimal): -13978759 or 7975722. OLE color: 7975722.
HSL color Cylindrical-coordinate representation of color #2AB379: hue angle of 154.6º 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 #2AB379 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 121 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.30 |
| HSL | 154.6º | 0.62% | 0.43% | - |
| HSV(B) | 154.6º | 0.77% | 0.7% | - |
| XYZ | 20.53 | 34.11 | 23.59 | - |
| YUV | 131.43 | 122.11 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 121 | 0.77 | 0 | 0.32 | 0.30 | 154.6 | 0.62 | 0.43 |
| Hex | 2A | B3 | 79 | 4D | 0 | 20 | 1E | 9B | 3E | 2B |
| Octal | 52 | 263 | 171 | 115 | 0 | 40 | 36 | 233 | 76 | 53 |
| Binary | 101010 | 10110011 | 1111001 | 1001101 | 0 | 100000 | 11110 | 10011011 | 111110 | 101011 |
Color Harmonies of #2AB379
Complementary color
Monochromatic Colors of #2AB379
Black with #2AB379
Text Example
Text Example
White with #2AB379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB379; }
p { color: rgb(42,179,121); }
H1.HeaderClassName
{
color: #2AB379;
}
.AnyTagClassName
{
color: #2AB379;
}
</style>
background-color css
<style>
a { background-color: #2AB379; }
a { background-color: rgb(42,179,121); }
div.DivClassName
{
background-color: #2AB379;
}
.BgClassName
{
background-color: #2AB379;
}
</style>
border-color css
<style>
span { border-color: #2AB379; }
span { border-color: rgb(42,179,121); }
td.TdClassName
{
border-color: #2AB379;
}
.TagClassName
{
border-color: #2AB379;
}
</style>