Shades of Jungle Green #2DB680
Tints of Jungle Green #2DB680
RGB
CMYK
RGB Variations
Color information
#2DB680 (or 0x2DB680) is known color: Jungle Green. HEX triplet: 2D, B6 and 80. RGB value is (45,182,128). Sum of RGB (Red+Green+Blue) = 45+182+128=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB680 is #D2497F. Grayscale: #868686. Windows color (decimal): -13781376 or 8435245. OLE color: 8435245.
HSL color Cylindrical-coordinate representation of color #2DB680: hue angle of 156.35º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB680 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 128 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.29 |
| HSL | 156.35º | 0.6% | 0.45% | - |
| HSV(B) | 156.35º | 0.75% | 0.71% | - |
| XYZ | 21.71 | 35.57 | 26.14 | - |
| YUV | 134.88 | 124.11 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 128 | 0.75 | 0 | 0.30 | 0.29 | 156.35 | 0.6 | 0.45 |
| Hex | 2D | B6 | 80 | 4B | 0 | 1E | 1D | 9C | 3C | 2D |
| Octal | 55 | 266 | 200 | 113 | 0 | 36 | 35 | 234 | 74 | 55 |
| Binary | 101101 | 10110110 | 10000000 | 1001011 | 0 | 11110 | 11101 | 10011100 | 111100 | 101101 |
Color Harmonies of #2DB680
Complementary color
Monochromatic Colors of #2DB680
Black with #2DB680
Text Example
Text Example
White with #2DB680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB680; }
p { color: rgb(45,182,128); }
H1.HeaderClassName
{
color: #2DB680;
}
.AnyTagClassName
{
color: #2DB680;
}
</style>
background-color css
<style>
a { background-color: #2DB680; }
a { background-color: rgb(45,182,128); }
div.DivClassName
{
background-color: #2DB680;
}
.BgClassName
{
background-color: #2DB680;
}
</style>
border-color css
<style>
span { border-color: #2DB680; }
span { border-color: rgb(45,182,128); }
td.TdClassName
{
border-color: #2DB680;
}
.TagClassName
{
border-color: #2DB680;
}
</style>