Shades of Jungle Green #2DBC82
Tints of Jungle Green #2DBC82
RGB
CMYK
RGB Variations
Color information
#2DBC82 (or 0x2DBC82) is known color: Jungle Green. HEX triplet: 2D, BC and 82. RGB value is (45,188,130). Sum of RGB (Red+Green+Blue) = 45+188+130=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBC82 is #D2437D. Grayscale: #8A8A8A. Windows color (decimal): -13779838 or 8567853. OLE color: 8567853.
HSL color Cylindrical-coordinate representation of color #2DBC82: hue angle of 155.66º 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 #2DBC82 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 130 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.26 |
| HSL | 155.66º | 0.61% | 0.46% | - |
| HSV(B) | 155.66º | 0.76% | 0.74% | - |
| XYZ | 23.09 | 38.14 | 27.26 | - |
| YUV | 138.63 | 123.12 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 130 | 0.76 | 0 | 0.31 | 0.26 | 155.66 | 0.61 | 0.46 |
| Hex | 2D | BC | 82 | 4C | 0 | 1F | 1A | 9C | 3D | 2E |
| Octal | 55 | 274 | 202 | 114 | 0 | 37 | 32 | 234 | 75 | 56 |
| Binary | 101101 | 10111100 | 10000010 | 1001100 | 0 | 11111 | 11010 | 10011100 | 111101 | 101110 |
Color Harmonies of #2DBC82
Complementary color
Monochromatic Colors of #2DBC82
Black with #2DBC82
Text Example
Text Example
White with #2DBC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC82; }
p { color: rgb(45,188,130); }
H1.HeaderClassName
{
color: #2DBC82;
}
.AnyTagClassName
{
color: #2DBC82;
}
</style>
background-color css
<style>
a { background-color: #2DBC82; }
a { background-color: rgb(45,188,130); }
div.DivClassName
{
background-color: #2DBC82;
}
.BgClassName
{
background-color: #2DBC82;
}
</style>
border-color css
<style>
span { border-color: #2DBC82; }
span { border-color: rgb(45,188,130); }
td.TdClassName
{
border-color: #2DBC82;
}
.TagClassName
{
border-color: #2DBC82;
}
</style>