Shades of Jungle Green #2AB98A
Tints of Jungle Green #2AB98A
RGB
CMYK
RGB Variations
Color information
#2AB98A (or 0x2AB98A) is known color: Jungle Green. HEX triplet: 2A, B9 and 8A. RGB value is (42,185,138). Sum of RGB (Red+Green+Blue) = 42+185+138=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB98A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB98A is #D54675. Grayscale: #888888. Windows color (decimal): -13977206 or 9091370. OLE color: 9091370.
HSL color Cylindrical-coordinate representation of color #2AB98A: hue angle of 160.28º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB98A is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 138 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.27 |
| HSL | 160.28º | 0.63% | 0.45% | - |
| HSV(B) | 160.28º | 0.77% | 0.73% | - |
| XYZ | 22.89 | 37.03 | 29.98 | - |
| YUV | 136.89 | 128.62 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 138 | 0.77 | 0 | 0.25 | 0.27 | 160.28 | 0.63 | 0.45 |
| Hex | 2A | B9 | 8A | 4D | 0 | 19 | 1B | A0 | 3F | 2D |
| Octal | 52 | 271 | 212 | 115 | 0 | 31 | 33 | 240 | 77 | 55 |
| Binary | 101010 | 10111001 | 10001010 | 1001101 | 0 | 11001 | 11011 | 10100000 | 111111 | 101101 |
Color Harmonies of #2AB98A
Complementary color
Monochromatic Colors of #2AB98A
Black with #2AB98A
Text Example
Text Example
White with #2AB98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB98A; }
p { color: rgb(42,185,138); }
H1.HeaderClassName
{
color: #2AB98A;
}
.AnyTagClassName
{
color: #2AB98A;
}
</style>
background-color css
<style>
a { background-color: #2AB98A; }
a { background-color: rgb(42,185,138); }
div.DivClassName
{
background-color: #2AB98A;
}
.BgClassName
{
background-color: #2AB98A;
}
</style>
border-color css
<style>
span { border-color: #2AB98A; }
span { border-color: rgb(42,185,138); }
td.TdClassName
{
border-color: #2AB98A;
}
.TagClassName
{
border-color: #2AB98A;
}
</style>