Shades of Jungle Green #2DBC8D
Tints of Jungle Green #2DBC8D
RGB
CMYK
RGB Variations
Color information
#2DBC8D (or 0x2DBC8D) is known color: Jungle Green. HEX triplet: 2D, BC and 8D. RGB value is (45,188,141). Sum of RGB (Red+Green+Blue) = 45+188+141=374 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.03% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBC8D is #D24372. Grayscale: #8B8B8B. Windows color (decimal): -13779827 or 9288749. OLE color: 9288749.
HSL color Cylindrical-coordinate representation of color #2DBC8D: hue angle of 160.28º 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 #2DBC8D is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 141 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.26 |
| HSL | 160.28º | 0.61% | 0.46% | - |
| HSV(B) | 160.28º | 0.76% | 0.74% | - |
| XYZ | 23.87 | 38.45 | 31.36 | - |
| YUV | 139.89 | 128.62 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 141 | 0.76 | 0 | 0.25 | 0.26 | 160.28 | 0.61 | 0.46 |
| Hex | 2D | BC | 8D | 4C | 0 | 19 | 1A | A0 | 3D | 2E |
| Octal | 55 | 274 | 215 | 114 | 0 | 31 | 32 | 240 | 75 | 56 |
| Binary | 101101 | 10111100 | 10001101 | 1001100 | 0 | 11001 | 11010 | 10100000 | 111101 | 101110 |
Color Harmonies of #2DBC8D
Complementary color
Monochromatic Colors of #2DBC8D
Black with #2DBC8D
Text Example
Text Example
White with #2DBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC8D; }
p { color: rgb(45,188,141); }
H1.HeaderClassName
{
color: #2DBC8D;
}
.AnyTagClassName
{
color: #2DBC8D;
}
</style>
background-color css
<style>
a { background-color: #2DBC8D; }
a { background-color: rgb(45,188,141); }
div.DivClassName
{
background-color: #2DBC8D;
}
.BgClassName
{
background-color: #2DBC8D;
}
</style>
border-color css
<style>
span { border-color: #2DBC8D; }
span { border-color: rgb(45,188,141); }
td.TdClassName
{
border-color: #2DBC8D;
}
.TagClassName
{
border-color: #2DBC8D;
}
</style>