Shades of Jungle Green #2ABC8E
Tints of Jungle Green #2ABC8E
RGB
CMYK
RGB Variations
Color information
#2ABC8E (or 0x2ABC8E) is known color: Jungle Green. HEX triplet: 2A, BC and 8E. RGB value is (42,188,142). Sum of RGB (Red+Green+Blue) = 42+188+142=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABC8E is #D54371. Grayscale: #8B8B8B. Windows color (decimal): -13976434 or 9354282. OLE color: 9354282.
HSL color Cylindrical-coordinate representation of color #2ABC8E: hue angle of 161.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABC8E is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 142 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.26 |
| HSL | 161.1º | 0.63% | 0.45% | - |
| HSV(B) | 161.1º | 0.78% | 0.74% | - |
| XYZ | 23.82 | 38.41 | 31.75 | - |
| YUV | 139.1 | 129.63 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 142 | 0.78 | 0 | 0.24 | 0.26 | 161.1 | 0.63 | 0.45 |
| Hex | 2A | BC | 8E | 4E | 0 | 18 | 1A | A1 | 3F | 2D |
| Octal | 52 | 274 | 216 | 116 | 0 | 30 | 32 | 241 | 77 | 55 |
| Binary | 101010 | 10111100 | 10001110 | 1001110 | 0 | 11000 | 11010 | 10100001 | 111111 | 101101 |
Color Harmonies of #2ABC8E
Complementary color
Monochromatic Colors of #2ABC8E
Black with #2ABC8E
Text Example
Text Example
White with #2ABC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC8E; }
p { color: rgb(42,188,142); }
H1.HeaderClassName
{
color: #2ABC8E;
}
.AnyTagClassName
{
color: #2ABC8E;
}
</style>
background-color css
<style>
a { background-color: #2ABC8E; }
a { background-color: rgb(42,188,142); }
div.DivClassName
{
background-color: #2ABC8E;
}
.BgClassName
{
background-color: #2ABC8E;
}
</style>
border-color css
<style>
span { border-color: #2ABC8E; }
span { border-color: rgb(42,188,142); }
td.TdClassName
{
border-color: #2ABC8E;
}
.TagClassName
{
border-color: #2ABC8E;
}
</style>