Shades of Jungle Green #2DB783
Tints of Jungle Green #2DB783
RGB
CMYK
RGB Variations
Color information
#2DB783 (or 0x2DB783) is known color: Jungle Green. HEX triplet: 2D, B7 and 83. RGB value is (45,183,131). Sum of RGB (Red+Green+Blue) = 45+183+131=359 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.53% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB783 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB783 is #D2487C. Grayscale: #878787. Windows color (decimal): -13781117 or 8632109. OLE color: 8632109.
HSL color Cylindrical-coordinate representation of color #2DB783: hue angle of 157.39º 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 #2DB783 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 131 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.28 |
| HSL | 157.39º | 0.61% | 0.45% | - |
| HSV(B) | 157.39º | 0.75% | 0.72% | - |
| XYZ | 22.11 | 36.06 | 27.27 | - |
| YUV | 135.81 | 125.28 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 131 | 0.75 | 0 | 0.28 | 0.28 | 157.39 | 0.61 | 0.45 |
| Hex | 2D | B7 | 83 | 4B | 0 | 1C | 1C | 9D | 3D | 2D |
| Octal | 55 | 267 | 203 | 113 | 0 | 34 | 34 | 235 | 75 | 55 |
| Binary | 101101 | 10110111 | 10000011 | 1001011 | 0 | 11100 | 11100 | 10011101 | 111101 | 101101 |
Color Harmonies of #2DB783
Complementary color
Monochromatic Colors of #2DB783
Black with #2DB783
Text Example
Text Example
White with #2DB783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB783; }
p { color: rgb(45,183,131); }
H1.HeaderClassName
{
color: #2DB783;
}
.AnyTagClassName
{
color: #2DB783;
}
</style>
background-color css
<style>
a { background-color: #2DB783; }
a { background-color: rgb(45,183,131); }
div.DivClassName
{
background-color: #2DB783;
}
.BgClassName
{
background-color: #2DB783;
}
</style>
border-color css
<style>
span { border-color: #2DB783; }
span { border-color: rgb(45,183,131); }
td.TdClassName
{
border-color: #2DB783;
}
.TagClassName
{
border-color: #2DB783;
}
</style>