Shades of Jungle Green #2ABB89
Tints of Jungle Green #2ABB89
RGB
CMYK
RGB Variations
Color information
#2ABB89 (or 0x2ABB89) is known color: Jungle Green. HEX triplet: 2A, BB and 89. RGB value is (42,187,137). Sum of RGB (Red+Green+Blue) = 42+187+137=366 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.48% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABB89 is #D54476. Grayscale: #8A8A8A. Windows color (decimal): -13976695 or 9026346. OLE color: 9026346.
HSL color Cylindrical-coordinate representation of color #2ABB89: hue angle of 159.31º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABB89 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 137 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.27 |
| HSL | 159.31º | 0.63% | 0.45% | - |
| HSV(B) | 159.31º | 0.78% | 0.73% | - |
| XYZ | 23.24 | 37.84 | 29.75 | - |
| YUV | 137.95 | 127.46 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 137 | 0.78 | 0 | 0.27 | 0.27 | 159.31 | 0.63 | 0.45 |
| Hex | 2A | BB | 89 | 4E | 0 | 1B | 1B | 9F | 3F | 2D |
| Octal | 52 | 273 | 211 | 116 | 0 | 33 | 33 | 237 | 77 | 55 |
| Binary | 101010 | 10111011 | 10001001 | 1001110 | 0 | 11011 | 11011 | 10011111 | 111111 | 101101 |
Color Harmonies of #2ABB89
Complementary color
Monochromatic Colors of #2ABB89
Black with #2ABB89
Text Example
Text Example
White with #2ABB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABB89; }
p { color: rgb(42,187,137); }
H1.HeaderClassName
{
color: #2ABB89;
}
.AnyTagClassName
{
color: #2ABB89;
}
</style>
background-color css
<style>
a { background-color: #2ABB89; }
a { background-color: rgb(42,187,137); }
div.DivClassName
{
background-color: #2ABB89;
}
.BgClassName
{
background-color: #2ABB89;
}
</style>
border-color css
<style>
span { border-color: #2ABB89; }
span { border-color: rgb(42,187,137); }
td.TdClassName
{
border-color: #2ABB89;
}
.TagClassName
{
border-color: #2ABB89;
}
</style>