Shades of Jungle Green #2DA376
Tints of Jungle Green #2DA376
RGB
CMYK
RGB Variations
Color information
#2DA376 (or 0x2DA376) is known color: Jungle Green. HEX triplet: 2D, A3 and 76. RGB value is (45,163,118). Sum of RGB (Red+Green+Blue) = 45+163+118=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA376 is #D25C89. Grayscale: #7A7A7A. Windows color (decimal): -13786250 or 7775021. OLE color: 7775021.
HSL color Cylindrical-coordinate representation of color #2DA376: hue angle of 157.12º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA376 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 118 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.36 |
| HSL | 157.12º | 0.57% | 0.41% | - |
| HSV(B) | 157.12º | 0.72% | 0.64% | - |
| XYZ | 17.45 | 28.06 | 21.64 | - |
| YUV | 122.59 | 125.41 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 118 | 0.72 | 0 | 0.28 | 0.36 | 157.12 | 0.57 | 0.41 |
| Hex | 2D | A3 | 76 | 48 | 0 | 1C | 24 | 9D | 39 | 29 |
| Octal | 55 | 243 | 166 | 110 | 0 | 34 | 44 | 235 | 71 | 51 |
| Binary | 101101 | 10100011 | 1110110 | 1001000 | 0 | 11100 | 100100 | 10011101 | 111001 | 101001 |
Color Harmonies of #2DA376
Complementary color
Monochromatic Colors of #2DA376
Black with #2DA376
Text Example
Text Example
White with #2DA376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA376; }
p { color: rgb(45,163,118); }
H1.HeaderClassName
{
color: #2DA376;
}
.AnyTagClassName
{
color: #2DA376;
}
</style>
background-color css
<style>
a { background-color: #2DA376; }
a { background-color: rgb(45,163,118); }
div.DivClassName
{
background-color: #2DA376;
}
.BgClassName
{
background-color: #2DA376;
}
</style>
border-color css
<style>
span { border-color: #2DA376; }
span { border-color: rgb(45,163,118); }
td.TdClassName
{
border-color: #2DA376;
}
.TagClassName
{
border-color: #2DA376;
}
</style>