Shades of Jungle Green #2DB37A
Tints of Jungle Green #2DB37A
RGB
CMYK
RGB Variations
Color information
#2DB37A (or 0x2DB37A) is known color: Jungle Green. HEX triplet: 2D, B3 and 7A. RGB value is (45,179,122). Sum of RGB (Red+Green+Blue) = 45+179+122=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB37A is #D24C85. Grayscale: #848484. Windows color (decimal): -13782150 or 8041261. OLE color: 8041261.
HSL color Cylindrical-coordinate representation of color #2DB37A: hue angle of 154.48º 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 #2DB37A is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 122 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.30 |
| HSL | 154.48º | 0.6% | 0.44% | - |
| HSV(B) | 154.48º | 0.75% | 0.7% | - |
| XYZ | 20.72 | 34.2 | 23.92 | - |
| YUV | 132.44 | 122.11 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 122 | 0.75 | 0 | 0.32 | 0.30 | 154.48 | 0.6 | 0.44 |
| Hex | 2D | B3 | 7A | 4B | 0 | 20 | 1E | 9A | 3C | 2C |
| Octal | 55 | 263 | 172 | 113 | 0 | 40 | 36 | 232 | 74 | 54 |
| Binary | 101101 | 10110011 | 1111010 | 1001011 | 0 | 100000 | 11110 | 10011010 | 111100 | 101100 |
Color Harmonies of #2DB37A
Complementary color
Monochromatic Colors of #2DB37A
Black with #2DB37A
Text Example
Text Example
White with #2DB37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB37A; }
p { color: rgb(45,179,122); }
H1.HeaderClassName
{
color: #2DB37A;
}
.AnyTagClassName
{
color: #2DB37A;
}
</style>
background-color css
<style>
a { background-color: #2DB37A; }
a { background-color: rgb(45,179,122); }
div.DivClassName
{
background-color: #2DB37A;
}
.BgClassName
{
background-color: #2DB37A;
}
</style>
border-color css
<style>
span { border-color: #2DB37A; }
span { border-color: rgb(45,179,122); }
td.TdClassName
{
border-color: #2DB37A;
}
.TagClassName
{
border-color: #2DB37A;
}
</style>