Shades of Jungle Green #2ABB92
Tints of Jungle Green #2ABB92
RGB
CMYK
RGB Variations
Color information
#2ABB92 (or 0x2ABB92) is known color: Jungle Green. HEX triplet: 2A, BB and 92. RGB value is (42,187,146). Sum of RGB (Red+Green+Blue) = 42+187+146=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABB92 is #D5446D. Grayscale: #8A8A8A. Windows color (decimal): -13976686 or 9616170. OLE color: 9616170.
HSL color Cylindrical-coordinate representation of color #2ABB92: hue angle of 163.03º 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 #2ABB92 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 146 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.27 |
| HSL | 163.03º | 0.63% | 0.45% | - |
| HSV(B) | 163.03º | 0.78% | 0.73% | - |
| XYZ | 23.91 | 38.11 | 33.29 | - |
| YUV | 138.97 | 131.96 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 146 | 0.78 | 0 | 0.22 | 0.27 | 163.03 | 0.63 | 0.45 |
| Hex | 2A | BB | 92 | 4E | 0 | 16 | 1B | A3 | 3F | 2D |
| Octal | 52 | 273 | 222 | 116 | 0 | 26 | 33 | 243 | 77 | 55 |
| Binary | 101010 | 10111011 | 10010010 | 1001110 | 0 | 10110 | 11011 | 10100011 | 111111 | 101101 |
Color Harmonies of #2ABB92
Complementary color
Monochromatic Colors of #2ABB92
Black with #2ABB92
Text Example
Text Example
White with #2ABB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABB92; }
p { color: rgb(42,187,146); }
H1.HeaderClassName
{
color: #2ABB92;
}
.AnyTagClassName
{
color: #2ABB92;
}
</style>
background-color css
<style>
a { background-color: #2ABB92; }
a { background-color: rgb(42,187,146); }
div.DivClassName
{
background-color: #2ABB92;
}
.BgClassName
{
background-color: #2ABB92;
}
</style>
border-color css
<style>
span { border-color: #2ABB92; }
span { border-color: rgb(42,187,146); }
td.TdClassName
{
border-color: #2ABB92;
}
.TagClassName
{
border-color: #2ABB92;
}
</style>