Shades of Jungle Green #2DA077
Tints of Jungle Green #2DA077
RGB
CMYK
RGB Variations
Color information
#2DA077 (or 0x2DA077) is known color: Jungle Green. HEX triplet: 2D, A0 and 77. RGB value is (45,160,119). Sum of RGB (Red+Green+Blue) = 45+160+119=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA077 is #D25F88. Grayscale: #787878. Windows color (decimal): -13787017 or 7839789. OLE color: 7839789.
HSL color Cylindrical-coordinate representation of color #2DA077: hue angle of 158.61º 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 #2DA077 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 160 | 119 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.37 |
| HSL | 158.61º | 0.56% | 0.4% | - |
| HSV(B) | 158.61º | 0.72% | 0.63% | - |
| XYZ | 16.98 | 27.03 | 21.78 | - |
| YUV | 120.94 | 126.9 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 160 | 119 | 0.72 | 0 | 0.26 | 0.37 | 158.61 | 0.56 | 0.4 |
| Hex | 2D | A0 | 77 | 48 | 0 | 1A | 25 | 9F | 38 | 28 |
| Octal | 55 | 240 | 167 | 110 | 0 | 32 | 45 | 237 | 70 | 50 |
| Binary | 101101 | 10100000 | 1110111 | 1001000 | 0 | 11010 | 100101 | 10011111 | 111000 | 101000 |
Color Harmonies of #2DA077
Complementary color
Monochromatic Colors of #2DA077
Black with #2DA077
Text Example
Text Example
White with #2DA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA077; }
p { color: rgb(45,160,119); }
H1.HeaderClassName
{
color: #2DA077;
}
.AnyTagClassName
{
color: #2DA077;
}
</style>
background-color css
<style>
a { background-color: #2DA077; }
a { background-color: rgb(45,160,119); }
div.DivClassName
{
background-color: #2DA077;
}
.BgClassName
{
background-color: #2DA077;
}
</style>
border-color css
<style>
span { border-color: #2DA077; }
span { border-color: rgb(45,160,119); }
td.TdClassName
{
border-color: #2DA077;
}
.TagClassName
{
border-color: #2DA077;
}
</style>