Shades of Jungle Green #2DB482
Tints of Jungle Green #2DB482
RGB
CMYK
RGB Variations
Color information
#2DB482 (or 0x2DB482) is known color: Jungle Green. HEX triplet: 2D, B4 and 82. RGB value is (45,180,130). Sum of RGB (Red+Green+Blue) = 45+180+130=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB482 is #D24B7D. Grayscale: #868686. Windows color (decimal): -13781886 or 8565805. OLE color: 8565805.
HSL color Cylindrical-coordinate representation of color #2DB482: hue angle of 157.78º 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 #2DB482 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 130 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.29 |
| HSL | 157.78º | 0.6% | 0.44% | - |
| HSV(B) | 157.78º | 0.75% | 0.71% | - |
| XYZ | 21.43 | 34.81 | 26.71 | - |
| YUV | 133.94 | 125.77 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 130 | 0.75 | 0 | 0.28 | 0.29 | 157.78 | 0.6 | 0.44 |
| Hex | 2D | B4 | 82 | 4B | 0 | 1C | 1D | 9E | 3C | 2C |
| Octal | 55 | 264 | 202 | 113 | 0 | 34 | 35 | 236 | 74 | 54 |
| Binary | 101101 | 10110100 | 10000010 | 1001011 | 0 | 11100 | 11101 | 10011110 | 111100 | 101100 |
Color Harmonies of #2DB482
Complementary color
Monochromatic Colors of #2DB482
Black with #2DB482
Text Example
Text Example
White with #2DB482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB482; }
p { color: rgb(45,180,130); }
H1.HeaderClassName
{
color: #2DB482;
}
.AnyTagClassName
{
color: #2DB482;
}
</style>
background-color css
<style>
a { background-color: #2DB482; }
a { background-color: rgb(45,180,130); }
div.DivClassName
{
background-color: #2DB482;
}
.BgClassName
{
background-color: #2DB482;
}
</style>
border-color css
<style>
span { border-color: #2DB482; }
span { border-color: rgb(45,180,130); }
td.TdClassName
{
border-color: #2DB482;
}
.TagClassName
{
border-color: #2DB482;
}
</style>