Shades of Jungle Green #2AB687
Tints of Jungle Green #2AB687
RGB
CMYK
RGB Variations
Color information
#2AB687 (or 0x2AB687) is known color: Jungle Green. HEX triplet: 2A, B6 and 87. RGB value is (42,182,135). Sum of RGB (Red+Green+Blue) = 42+182+135=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB687 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB687 is #D54978. Grayscale: #868686. Windows color (decimal): -13977977 or 8893994. OLE color: 8893994.
HSL color Cylindrical-coordinate representation of color #2AB687: hue angle of 159.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB687 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 182 | 135 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.29 |
| HSL | 159.86º | 0.63% | 0.44% | - |
| HSV(B) | 159.86º | 0.77% | 0.71% | - |
| XYZ | 22.06 | 35.7 | 28.65 | - |
| YUV | 134.78 | 128.12 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 135 | 0.77 | 0 | 0.26 | 0.29 | 159.86 | 0.63 | 0.44 |
| Hex | 2A | B6 | 87 | 4D | 0 | 1A | 1D | A0 | 3E | 2C |
| Octal | 52 | 266 | 207 | 115 | 0 | 32 | 35 | 240 | 76 | 54 |
| Binary | 101010 | 10110110 | 10000111 | 1001101 | 0 | 11010 | 11101 | 10100000 | 111110 | 101100 |
Color Harmonies of #2AB687
Complementary color
Monochromatic Colors of #2AB687
Black with #2AB687
Text Example
Text Example
White with #2AB687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB687; }
p { color: rgb(42,182,135); }
H1.HeaderClassName
{
color: #2AB687;
}
.AnyTagClassName
{
color: #2AB687;
}
</style>
background-color css
<style>
a { background-color: #2AB687; }
a { background-color: rgb(42,182,135); }
div.DivClassName
{
background-color: #2AB687;
}
.BgClassName
{
background-color: #2AB687;
}
</style>
border-color css
<style>
span { border-color: #2AB687; }
span { border-color: rgb(42,182,135); }
td.TdClassName
{
border-color: #2AB687;
}
.TagClassName
{
border-color: #2AB687;
}
</style>