Shades of Jungle Green #2DA076
Tints of Jungle Green #2DA076
RGB
CMYK
RGB Variations
Color information
#2DA076 (or 0x2DA076) is known color: Jungle Green. HEX triplet: 2D, A0 and 76. RGB value is (45,160,118). Sum of RGB (Red+Green+Blue) = 45+160+118=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA076 is #D25F89. Grayscale: #787878. Windows color (decimal): -13787018 or 7774253. OLE color: 7774253.
HSL color Cylindrical-coordinate representation of color #2DA076: hue angle of 158.09º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA076 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 160 | 118 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.37 |
| HSL | 158.09º | 0.56% | 0.4% | - |
| HSV(B) | 158.09º | 0.72% | 0.63% | - |
| XYZ | 16.92 | 27.01 | 21.46 | - |
| YUV | 120.83 | 126.4 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 160 | 118 | 0.72 | 0 | 0.26 | 0.37 | 158.09 | 0.56 | 0.4 |
| Hex | 2D | A0 | 76 | 48 | 0 | 1A | 25 | 9E | 38 | 28 |
| Octal | 55 | 240 | 166 | 110 | 0 | 32 | 45 | 236 | 70 | 50 |
| Binary | 101101 | 10100000 | 1110110 | 1001000 | 0 | 11010 | 100101 | 10011110 | 111000 | 101000 |
Color Harmonies of #2DA076
Complementary color
Monochromatic Colors of #2DA076
Black with #2DA076
Text Example
Text Example
White with #2DA076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA076; }
p { color: rgb(45,160,118); }
H1.HeaderClassName
{
color: #2DA076;
}
.AnyTagClassName
{
color: #2DA076;
}
</style>
background-color css
<style>
a { background-color: #2DA076; }
a { background-color: rgb(45,160,118); }
div.DivClassName
{
background-color: #2DA076;
}
.BgClassName
{
background-color: #2DA076;
}
</style>
border-color css
<style>
span { border-color: #2DA076; }
span { border-color: rgb(45,160,118); }
td.TdClassName
{
border-color: #2DA076;
}
.TagClassName
{
border-color: #2DA076;
}
</style>