Shades of Jungle Green #2DBC7E
Tints of Jungle Green #2DBC7E
RGB
CMYK
RGB Variations
Color information
#2DBC7E (or 0x2DBC7E) is known color: Jungle Green. HEX triplet: 2D, BC and 7E. RGB value is (45,188,126). Sum of RGB (Red+Green+Blue) = 45+188+126=359 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.53% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC7E is #D24381. Grayscale: #8A8A8A. Windows color (decimal): -13779842 or 8305709. OLE color: 8305709.
HSL color Cylindrical-coordinate representation of color #2DBC7E: hue angle of 153.99º 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 #2DBC7E is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 126 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.26 |
| HSL | 153.99º | 0.61% | 0.46% | - |
| HSV(B) | 153.99º | 0.76% | 0.74% | - |
| XYZ | 22.83 | 38.03 | 25.88 | - |
| YUV | 138.18 | 121.12 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 126 | 0.76 | 0 | 0.33 | 0.26 | 153.99 | 0.61 | 0.46 |
| Hex | 2D | BC | 7E | 4C | 0 | 21 | 1A | 9A | 3D | 2E |
| Octal | 55 | 274 | 176 | 114 | 0 | 41 | 32 | 232 | 75 | 56 |
| Binary | 101101 | 10111100 | 1111110 | 1001100 | 0 | 100001 | 11010 | 10011010 | 111101 | 101110 |
Color Harmonies of #2DBC7E
Complementary color
Monochromatic Colors of #2DBC7E
Black with #2DBC7E
Text Example
Text Example
White with #2DBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC7E; }
p { color: rgb(45,188,126); }
H1.HeaderClassName
{
color: #2DBC7E;
}
.AnyTagClassName
{
color: #2DBC7E;
}
</style>
background-color css
<style>
a { background-color: #2DBC7E; }
a { background-color: rgb(45,188,126); }
div.DivClassName
{
background-color: #2DBC7E;
}
.BgClassName
{
background-color: #2DBC7E;
}
</style>
border-color css
<style>
span { border-color: #2DBC7E; }
span { border-color: rgb(45,188,126); }
td.TdClassName
{
border-color: #2DBC7E;
}
.TagClassName
{
border-color: #2DBC7E;
}
</style>