Shades of Jungle Green #2DB581
Tints of Jungle Green #2DB581
RGB
CMYK
RGB Variations
Color information
#2DB581 (or 0x2DB581) is known color: Jungle Green. HEX triplet: 2D, B5 and 81. RGB value is (45,181,129). Sum of RGB (Red+Green+Blue) = 45+181+129=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB581 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB581 is #D24A7E. Grayscale: #868686. Windows color (decimal): -13781631 or 8500525. OLE color: 8500525.
HSL color Cylindrical-coordinate representation of color #2DB581: hue angle of 157.06º 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 #2DB581 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 129 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.29 |
| HSL | 157.06º | 0.6% | 0.44% | - |
| HSV(B) | 157.06º | 0.75% | 0.71% | - |
| XYZ | 21.57 | 35.19 | 26.42 | - |
| YUV | 134.41 | 124.94 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 129 | 0.75 | 0 | 0.29 | 0.29 | 157.06 | 0.6 | 0.44 |
| Hex | 2D | B5 | 81 | 4B | 0 | 1D | 1D | 9D | 3C | 2C |
| Octal | 55 | 265 | 201 | 113 | 0 | 35 | 35 | 235 | 74 | 54 |
| Binary | 101101 | 10110101 | 10000001 | 1001011 | 0 | 11101 | 11101 | 10011101 | 111100 | 101100 |
Color Harmonies of #2DB581
Complementary color
Monochromatic Colors of #2DB581
Black with #2DB581
Text Example
Text Example
White with #2DB581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB581; }
p { color: rgb(45,181,129); }
H1.HeaderClassName
{
color: #2DB581;
}
.AnyTagClassName
{
color: #2DB581;
}
</style>
background-color css
<style>
a { background-color: #2DB581; }
a { background-color: rgb(45,181,129); }
div.DivClassName
{
background-color: #2DB581;
}
.BgClassName
{
background-color: #2DB581;
}
</style>
border-color css
<style>
span { border-color: #2DB581; }
span { border-color: rgb(45,181,129); }
td.TdClassName
{
border-color: #2DB581;
}
.TagClassName
{
border-color: #2DB581;
}
</style>