Shades of Jungle Green #2DB37B
Tints of Jungle Green #2DB37B
RGB
CMYK
RGB Variations
Color information
#2DB37B (or 0x2DB37B) is known color: Jungle Green. HEX triplet: 2D, B3 and 7B. RGB value is (45,179,123). Sum of RGB (Red+Green+Blue) = 45+179+123=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB37B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB37B is #D24C84. Grayscale: #848484. Windows color (decimal): -13782149 or 8106797. OLE color: 8106797.
HSL color Cylindrical-coordinate representation of color #2DB37B: hue angle of 154.93º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB37B is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 123 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.30 |
| HSL | 154.93º | 0.6% | 0.44% | - |
| HSV(B) | 154.93º | 0.75% | 0.7% | - |
| XYZ | 20.78 | 34.23 | 24.25 | - |
| YUV | 132.55 | 122.61 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 123 | 0.75 | 0 | 0.31 | 0.30 | 154.93 | 0.6 | 0.44 |
| Hex | 2D | B3 | 7B | 4B | 0 | 1F | 1E | 9B | 3C | 2C |
| Octal | 55 | 263 | 173 | 113 | 0 | 37 | 36 | 233 | 74 | 54 |
| Binary | 101101 | 10110011 | 1111011 | 1001011 | 0 | 11111 | 11110 | 10011011 | 111100 | 101100 |
Color Harmonies of #2DB37B
Complementary color
Monochromatic Colors of #2DB37B
Black with #2DB37B
Text Example
Text Example
White with #2DB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB37B; }
p { color: rgb(45,179,123); }
H1.HeaderClassName
{
color: #2DB37B;
}
.AnyTagClassName
{
color: #2DB37B;
}
</style>
background-color css
<style>
a { background-color: #2DB37B; }
a { background-color: rgb(45,179,123); }
div.DivClassName
{
background-color: #2DB37B;
}
.BgClassName
{
background-color: #2DB37B;
}
</style>
border-color css
<style>
span { border-color: #2DB37B; }
span { border-color: rgb(45,179,123); }
td.TdClassName
{
border-color: #2DB37B;
}
.TagClassName
{
border-color: #2DB37B;
}
</style>