Shades of Jungle Green #2DB584
Tints of Jungle Green #2DB584
RGB
CMYK
RGB Variations
Color information
#2DB584 (or 0x2DB584) is known color: Jungle Green. HEX triplet: 2D, B5 and 84. RGB value is (45,181,132). Sum of RGB (Red+Green+Blue) = 45+181+132=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB584 is #D24A7B. Grayscale: #868686. Windows color (decimal): -13781628 or 8697133. OLE color: 8697133.
HSL color Cylindrical-coordinate representation of color #2DB584: hue angle of 158.38º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB584 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 132 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.29 |
| HSL | 158.38º | 0.6% | 0.44% | - |
| HSV(B) | 158.38º | 0.75% | 0.71% | - |
| XYZ | 21.77 | 35.27 | 27.49 | - |
| YUV | 134.75 | 126.44 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 132 | 0.75 | 0 | 0.27 | 0.29 | 158.38 | 0.6 | 0.44 |
| Hex | 2D | B5 | 84 | 4B | 0 | 1B | 1D | 9E | 3C | 2C |
| Octal | 55 | 265 | 204 | 113 | 0 | 33 | 35 | 236 | 74 | 54 |
| Binary | 101101 | 10110101 | 10000100 | 1001011 | 0 | 11011 | 11101 | 10011110 | 111100 | 101100 |
Color Harmonies of #2DB584
Complementary color
Monochromatic Colors of #2DB584
Black with #2DB584
Text Example
Text Example
White with #2DB584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB584; }
p { color: rgb(45,181,132); }
H1.HeaderClassName
{
color: #2DB584;
}
.AnyTagClassName
{
color: #2DB584;
}
</style>
background-color css
<style>
a { background-color: #2DB584; }
a { background-color: rgb(45,181,132); }
div.DivClassName
{
background-color: #2DB584;
}
.BgClassName
{
background-color: #2DB584;
}
</style>
border-color css
<style>
span { border-color: #2DB584; }
span { border-color: rgb(45,181,132); }
td.TdClassName
{
border-color: #2DB584;
}
.TagClassName
{
border-color: #2DB584;
}
</style>