Shades of Jungle Green #2BBD8D
Tints of Jungle Green #2BBD8D
RGB
CMYK
RGB Variations
Color information
#2BBD8D (or 0x2BBD8D) is known color: Jungle Green. HEX triplet: 2B, BD and 8D. RGB value is (43,189,141). Sum of RGB (Red+Green+Blue) = 43+189+141=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBD8D is #D44272. Grayscale: #8B8B8B. Windows color (decimal): -13910643 or 9289003. OLE color: 9289003.
HSL color Cylindrical-coordinate representation of color #2BBD8D: hue angle of 160.27º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBD8D is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 189 | 141 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.26 |
| HSL | 160.27º | 0.63% | 0.45% | - |
| HSV(B) | 160.27º | 0.77% | 0.74% | - |
| XYZ | 24 | 38.83 | 31.43 | - |
| YUV | 139.87 | 128.63 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 141 | 0.77 | 0 | 0.25 | 0.26 | 160.27 | 0.63 | 0.45 |
| Hex | 2B | BD | 8D | 4D | 0 | 19 | 1A | A0 | 3F | 2D |
| Octal | 53 | 275 | 215 | 115 | 0 | 31 | 32 | 240 | 77 | 55 |
| Binary | 101011 | 10111101 | 10001101 | 1001101 | 0 | 11001 | 11010 | 10100000 | 111111 | 101101 |
Color Harmonies of #2BBD8D
Complementary color
Monochromatic Colors of #2BBD8D
Black with #2BBD8D
Text Example
Text Example
White with #2BBD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBD8D; }
p { color: rgb(43,189,141); }
H1.HeaderClassName
{
color: #2BBD8D;
}
.AnyTagClassName
{
color: #2BBD8D;
}
</style>
background-color css
<style>
a { background-color: #2BBD8D; }
a { background-color: rgb(43,189,141); }
div.DivClassName
{
background-color: #2BBD8D;
}
.BgClassName
{
background-color: #2BBD8D;
}
</style>
border-color css
<style>
span { border-color: #2BBD8D; }
span { border-color: rgb(43,189,141); }
td.TdClassName
{
border-color: #2BBD8D;
}
.TagClassName
{
border-color: #2BBD8D;
}
</style>