Shades of Jungle Green #2ABE89
Tints of Jungle Green #2ABE89
RGB
CMYK
RGB Variations
Color information
#2ABE89 (or 0x2ABE89) is known color: Jungle Green. HEX triplet: 2A, BE and 89. RGB value is (42,190,137). Sum of RGB (Red+Green+Blue) = 42+190+137=369 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.38% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABE89 is #D54176. Grayscale: #8B8B8B. Windows color (decimal): -13975927 or 9027114. OLE color: 9027114.
HSL color Cylindrical-coordinate representation of color #2ABE89: hue angle of 158.51º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABE89 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 137 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.25 |
| HSL | 158.51º | 0.64% | 0.45% | - |
| HSV(B) | 158.51º | 0.78% | 0.75% | - |
| XYZ | 23.88 | 39.13 | 29.96 | - |
| YUV | 139.71 | 126.47 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 137 | 0.78 | 0 | 0.28 | 0.25 | 158.51 | 0.64 | 0.45 |
| Hex | 2A | BE | 89 | 4E | 0 | 1C | 19 | 9F | 40 | 2D |
| Octal | 52 | 276 | 211 | 116 | 0 | 34 | 31 | 237 | 100 | 55 |
| Binary | 101010 | 10111110 | 10001001 | 1001110 | 0 | 11100 | 11001 | 10011111 | 1000000 | 101101 |
Color Harmonies of #2ABE89
Complementary color
Monochromatic Colors of #2ABE89
Black with #2ABE89
Text Example
Text Example
White with #2ABE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE89; }
p { color: rgb(42,190,137); }
H1.HeaderClassName
{
color: #2ABE89;
}
.AnyTagClassName
{
color: #2ABE89;
}
</style>
background-color css
<style>
a { background-color: #2ABE89; }
a { background-color: rgb(42,190,137); }
div.DivClassName
{
background-color: #2ABE89;
}
.BgClassName
{
background-color: #2ABE89;
}
</style>
border-color css
<style>
span { border-color: #2ABE89; }
span { border-color: rgb(42,190,137); }
td.TdClassName
{
border-color: #2ABE89;
}
.TagClassName
{
border-color: #2ABE89;
}
</style>