Shades of Jungle Green #2DBC8F
Tints of Jungle Green #2DBC8F
RGB
CMYK
RGB Variations
Color information
#2DBC8F (or 0x2DBC8F) is known color: Jungle Green. HEX triplet: 2D, BC and 8F. RGB value is (45,188,143). Sum of RGB (Red+Green+Blue) = 45+188+143=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBC8F is #D24370. Grayscale: #8C8C8C. Windows color (decimal): -13779825 or 9419821. OLE color: 9419821.
HSL color Cylindrical-coordinate representation of color #2DBC8F: hue angle of 161.12º 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 #2DBC8F is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 143 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.26 |
| HSL | 161.12º | 0.61% | 0.46% | - |
| HSV(B) | 161.12º | 0.76% | 0.74% | - |
| XYZ | 24.02 | 38.51 | 32.15 | - |
| YUV | 140.11 | 129.62 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 143 | 0.76 | 0 | 0.24 | 0.26 | 161.12 | 0.61 | 0.46 |
| Hex | 2D | BC | 8F | 4C | 0 | 18 | 1A | A1 | 3D | 2E |
| Octal | 55 | 274 | 217 | 114 | 0 | 30 | 32 | 241 | 75 | 56 |
| Binary | 101101 | 10111100 | 10001111 | 1001100 | 0 | 11000 | 11010 | 10100001 | 111101 | 101110 |
Color Harmonies of #2DBC8F
Complementary color
Monochromatic Colors of #2DBC8F
Black with #2DBC8F
Text Example
Text Example
White with #2DBC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC8F; }
p { color: rgb(45,188,143); }
H1.HeaderClassName
{
color: #2DBC8F;
}
.AnyTagClassName
{
color: #2DBC8F;
}
</style>
background-color css
<style>
a { background-color: #2DBC8F; }
a { background-color: rgb(45,188,143); }
div.DivClassName
{
background-color: #2DBC8F;
}
.BgClassName
{
background-color: #2DBC8F;
}
</style>
border-color css
<style>
span { border-color: #2DBC8F; }
span { border-color: rgb(45,188,143); }
td.TdClassName
{
border-color: #2DBC8F;
}
.TagClassName
{
border-color: #2DBC8F;
}
</style>