Shades of Jungle Green #2DB77C
Tints of Jungle Green #2DB77C
RGB
CMYK
RGB Variations
Color information
#2DB77C (or 0x2DB77C) is known color: Jungle Green. HEX triplet: 2D, B7 and 7C. RGB value is (45,183,124). Sum of RGB (Red+Green+Blue) = 45+183+124=352 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.78% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB77C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB77C is #D24883. Grayscale: #878787. Windows color (decimal): -13781124 or 8173357. OLE color: 8173357.
HSL color Cylindrical-coordinate representation of color #2DB77C: hue angle of 154.35º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB77C is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 124 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.28 |
| HSL | 154.35º | 0.61% | 0.45% | - |
| HSV(B) | 154.35º | 0.75% | 0.72% | - |
| XYZ | 21.65 | 35.88 | 24.85 | - |
| YUV | 135.01 | 121.78 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 124 | 0.75 | 0 | 0.32 | 0.28 | 154.35 | 0.61 | 0.45 |
| Hex | 2D | B7 | 7C | 4B | 0 | 20 | 1C | 9A | 3D | 2D |
| Octal | 55 | 267 | 174 | 113 | 0 | 40 | 34 | 232 | 75 | 55 |
| Binary | 101101 | 10110111 | 1111100 | 1001011 | 0 | 100000 | 11100 | 10011010 | 111101 | 101101 |
Color Harmonies of #2DB77C
Complementary color
Monochromatic Colors of #2DB77C
Black with #2DB77C
Text Example
Text Example
White with #2DB77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB77C; }
p { color: rgb(45,183,124); }
H1.HeaderClassName
{
color: #2DB77C;
}
.AnyTagClassName
{
color: #2DB77C;
}
</style>
background-color css
<style>
a { background-color: #2DB77C; }
a { background-color: rgb(45,183,124); }
div.DivClassName
{
background-color: #2DB77C;
}
.BgClassName
{
background-color: #2DB77C;
}
</style>
border-color css
<style>
span { border-color: #2DB77C; }
span { border-color: rgb(45,183,124); }
td.TdClassName
{
border-color: #2DB77C;
}
.TagClassName
{
border-color: #2DB77C;
}
</style>