Shades of Jungle Green #2ABE8C
Tints of Jungle Green #2ABE8C
RGB
CMYK
RGB Variations
Color information
#2ABE8C (or 0x2ABE8C) is known color: Jungle Green. HEX triplet: 2A, BE and 8C. RGB value is (42,190,140). Sum of RGB (Red+Green+Blue) = 42+190+140=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 190 (74.61% from 255 or 51.08% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABE8C is #D54173. Grayscale: #8C8C8C. Windows color (decimal): -13975924 or 9223722. OLE color: 9223722.
HSL color Cylindrical-coordinate representation of color #2ABE8C: hue angle of 159.73º 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 #2ABE8C is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 140 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.25 |
| HSL | 159.73º | 0.64% | 0.45% | - |
| HSV(B) | 159.73º | 0.78% | 0.75% | - |
| XYZ | 24.1 | 39.21 | 31.11 | - |
| YUV | 140.05 | 127.97 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 140 | 0.78 | 0 | 0.26 | 0.25 | 159.73 | 0.64 | 0.45 |
| Hex | 2A | BE | 8C | 4E | 0 | 1A | 19 | A0 | 40 | 2D |
| Octal | 52 | 276 | 214 | 116 | 0 | 32 | 31 | 240 | 100 | 55 |
| Binary | 101010 | 10111110 | 10001100 | 1001110 | 0 | 11010 | 11001 | 10100000 | 1000000 | 101101 |
Color Harmonies of #2ABE8C
Complementary color
Monochromatic Colors of #2ABE8C
Black with #2ABE8C
Text Example
Text Example
White with #2ABE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE8C; }
p { color: rgb(42,190,140); }
H1.HeaderClassName
{
color: #2ABE8C;
}
.AnyTagClassName
{
color: #2ABE8C;
}
</style>
background-color css
<style>
a { background-color: #2ABE8C; }
a { background-color: rgb(42,190,140); }
div.DivClassName
{
background-color: #2ABE8C;
}
.BgClassName
{
background-color: #2ABE8C;
}
</style>
border-color css
<style>
span { border-color: #2ABE8C; }
span { border-color: rgb(42,190,140); }
td.TdClassName
{
border-color: #2ABE8C;
}
.TagClassName
{
border-color: #2ABE8C;
}
</style>