Shades of Jungle Green #2DBC8B
Tints of Jungle Green #2DBC8B
RGB
CMYK
RGB Variations
Color information
#2DBC8B (or 0x2DBC8B) is known color: Jungle Green. HEX triplet: 2D, BC and 8B. RGB value is (45,188,139). Sum of RGB (Red+Green+Blue) = 45+188+139=372 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.10% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBC8B is #D24374. Grayscale: #8B8B8B. Windows color (decimal): -13779829 or 9157677. OLE color: 9157677.
HSL color Cylindrical-coordinate representation of color #2DBC8B: hue angle of 159.44º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBC8B is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 139 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.26 |
| HSL | 159.44º | 0.61% | 0.46% | - |
| HSV(B) | 159.44º | 0.76% | 0.74% | - |
| XYZ | 23.73 | 38.39 | 30.59 | - |
| YUV | 139.66 | 127.62 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 139 | 0.76 | 0 | 0.26 | 0.26 | 159.44 | 0.61 | 0.46 |
| Hex | 2D | BC | 8B | 4C | 0 | 1A | 1A | 9F | 3D | 2E |
| Octal | 55 | 274 | 213 | 114 | 0 | 32 | 32 | 237 | 75 | 56 |
| Binary | 101101 | 10111100 | 10001011 | 1001100 | 0 | 11010 | 11010 | 10011111 | 111101 | 101110 |
Color Harmonies of #2DBC8B
Complementary color
Monochromatic Colors of #2DBC8B
Black with #2DBC8B
Text Example
Text Example
White with #2DBC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC8B; }
p { color: rgb(45,188,139); }
H1.HeaderClassName
{
color: #2DBC8B;
}
.AnyTagClassName
{
color: #2DBC8B;
}
</style>
background-color css
<style>
a { background-color: #2DBC8B; }
a { background-color: rgb(45,188,139); }
div.DivClassName
{
background-color: #2DBC8B;
}
.BgClassName
{
background-color: #2DBC8B;
}
</style>
border-color css
<style>
span { border-color: #2DBC8B; }
span { border-color: rgb(45,188,139); }
td.TdClassName
{
border-color: #2DBC8B;
}
.TagClassName
{
border-color: #2DBC8B;
}
</style>