Shades of Jungle Green #2DA776
Tints of Jungle Green #2DA776
RGB
CMYK
RGB Variations
Color information
#2DA776 (or 0x2DA776) is known color: Jungle Green. HEX triplet: 2D, A7 and 76. RGB value is (45,167,118). Sum of RGB (Red+Green+Blue) = 45+167+118=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 167 (65.62% from 255 or 50.61% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA776 is #D25889. Grayscale: #7D7D7D. Windows color (decimal): -13785226 or 7776045. OLE color: 7776045.
HSL color Cylindrical-coordinate representation of color #2DA776: hue angle of 155.9º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA776 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 118 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.35 |
| HSL | 155.9º | 0.58% | 0.42% | - |
| HSV(B) | 155.9º | 0.73% | 0.65% | - |
| XYZ | 18.17 | 29.5 | 21.88 | - |
| YUV | 124.94 | 124.08 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 118 | 0.73 | 0 | 0.29 | 0.35 | 155.9 | 0.58 | 0.42 |
| Hex | 2D | A7 | 76 | 49 | 0 | 1D | 23 | 9C | 3A | 2A |
| Octal | 55 | 247 | 166 | 111 | 0 | 35 | 43 | 234 | 72 | 52 |
| Binary | 101101 | 10100111 | 1110110 | 1001001 | 0 | 11101 | 100011 | 10011100 | 111010 | 101010 |
Color Harmonies of #2DA776
Complementary color
Monochromatic Colors of #2DA776
Black with #2DA776
Text Example
Text Example
White with #2DA776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA776; }
p { color: rgb(45,167,118); }
H1.HeaderClassName
{
color: #2DA776;
}
.AnyTagClassName
{
color: #2DA776;
}
</style>
background-color css
<style>
a { background-color: #2DA776; }
a { background-color: rgb(45,167,118); }
div.DivClassName
{
background-color: #2DA776;
}
.BgClassName
{
background-color: #2DA776;
}
</style>
border-color css
<style>
span { border-color: #2DA776; }
span { border-color: rgb(45,167,118); }
td.TdClassName
{
border-color: #2DA776;
}
.TagClassName
{
border-color: #2DA776;
}
</style>