Shades of Jungle Green #2ABB91
Tints of Jungle Green #2ABB91
RGB
CMYK
RGB Variations
Color information
#2ABB91 (or 0x2ABB91) is known color: Jungle Green. HEX triplet: 2A, BB and 91. RGB value is (42,187,145). Sum of RGB (Red+Green+Blue) = 42+187+145=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABB91 is #D5446E. Grayscale: #8A8A8A. Windows color (decimal): -13976687 or 9550634. OLE color: 9550634.
HSL color Cylindrical-coordinate representation of color #2ABB91: hue angle of 162.62º 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 #2ABB91 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 145 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.27 |
| HSL | 162.62º | 0.63% | 0.45% | - |
| HSV(B) | 162.62º | 0.78% | 0.73% | - |
| XYZ | 23.84 | 38.08 | 32.88 | - |
| YUV | 138.86 | 131.46 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 145 | 0.78 | 0 | 0.22 | 0.27 | 162.62 | 0.63 | 0.45 |
| Hex | 2A | BB | 91 | 4E | 0 | 16 | 1B | A3 | 3F | 2D |
| Octal | 52 | 273 | 221 | 116 | 0 | 26 | 33 | 243 | 77 | 55 |
| Binary | 101010 | 10111011 | 10010001 | 1001110 | 0 | 10110 | 11011 | 10100011 | 111111 | 101101 |
Color Harmonies of #2ABB91
Complementary color
Monochromatic Colors of #2ABB91
Black with #2ABB91
Text Example
Text Example
White with #2ABB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABB91; }
p { color: rgb(42,187,145); }
H1.HeaderClassName
{
color: #2ABB91;
}
.AnyTagClassName
{
color: #2ABB91;
}
</style>
background-color css
<style>
a { background-color: #2ABB91; }
a { background-color: rgb(42,187,145); }
div.DivClassName
{
background-color: #2ABB91;
}
.BgClassName
{
background-color: #2ABB91;
}
</style>
border-color css
<style>
span { border-color: #2ABB91; }
span { border-color: rgb(42,187,145); }
td.TdClassName
{
border-color: #2ABB91;
}
.TagClassName
{
border-color: #2ABB91;
}
</style>