Shades of Jungle Green #2BBA8A
Tints of Jungle Green #2BBA8A
RGB
CMYK
RGB Variations
Color information
#2BBA8A (or 0x2BBA8A) is known color: Jungle Green. HEX triplet: 2B, BA and 8A. RGB value is (43,186,138). Sum of RGB (Red+Green+Blue) = 43+186+138=367 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.72% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBA8A is #D44575. Grayscale: #898989. Windows color (decimal): -13911414 or 9091627. OLE color: 9091627.
HSL color Cylindrical-coordinate representation of color #2BBA8A: hue angle of 159.86º degrees, saturation: 0.62, 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 #2BBA8A is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 138 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.27 |
| HSL | 159.86º | 0.62% | 0.45% | - |
| HSV(B) | 159.86º | 0.77% | 0.73% | - |
| XYZ | 23.14 | 37.47 | 30.06 | - |
| YUV | 137.77 | 128.12 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 138 | 0.77 | 0 | 0.26 | 0.27 | 159.86 | 0.62 | 0.45 |
| Hex | 2B | BA | 8A | 4D | 0 | 1A | 1B | A0 | 3E | 2D |
| Octal | 53 | 272 | 212 | 115 | 0 | 32 | 33 | 240 | 76 | 55 |
| Binary | 101011 | 10111010 | 10001010 | 1001101 | 0 | 11010 | 11011 | 10100000 | 111110 | 101101 |
Color Harmonies of #2BBA8A
Complementary color
Monochromatic Colors of #2BBA8A
Black with #2BBA8A
Text Example
Text Example
White with #2BBA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA8A; }
p { color: rgb(43,186,138); }
H1.HeaderClassName
{
color: #2BBA8A;
}
.AnyTagClassName
{
color: #2BBA8A;
}
</style>
background-color css
<style>
a { background-color: #2BBA8A; }
a { background-color: rgb(43,186,138); }
div.DivClassName
{
background-color: #2BBA8A;
}
.BgClassName
{
background-color: #2BBA8A;
}
</style>
border-color css
<style>
span { border-color: #2BBA8A; }
span { border-color: rgb(43,186,138); }
td.TdClassName
{
border-color: #2BBA8A;
}
.TagClassName
{
border-color: #2BBA8A;
}
</style>