Shades of Jungle Green #2DA67E
Tints of Jungle Green #2DA67E
RGB
CMYK
RGB Variations
Color information
#2DA67E (or 0x2DA67E) is known color: Jungle Green. HEX triplet: 2D, A6 and 7E. RGB value is (45,166,126). Sum of RGB (Red+Green+Blue) = 45+166+126=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA67E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA67E is #D25981. Grayscale: #7D7D7D. Windows color (decimal): -13785474 or 8300077. OLE color: 8300077.
HSL color Cylindrical-coordinate representation of color #2DA67E: hue angle of 160.17º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA67E is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 166 | 126 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.35 |
| HSL | 160.17º | 0.57% | 0.41% | - |
| HSV(B) | 160.17º | 0.73% | 0.65% | - |
| XYZ | 18.48 | 29.34 | 24.43 | - |
| YUV | 125.26 | 128.41 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 166 | 126 | 0.73 | 0 | 0.24 | 0.35 | 160.17 | 0.57 | 0.41 |
| Hex | 2D | A6 | 7E | 49 | 0 | 18 | 23 | A0 | 39 | 29 |
| Octal | 55 | 246 | 176 | 111 | 0 | 30 | 43 | 240 | 71 | 51 |
| Binary | 101101 | 10100110 | 1111110 | 1001001 | 0 | 11000 | 100011 | 10100000 | 111001 | 101001 |
Color Harmonies of #2DA67E
Complementary color
Monochromatic Colors of #2DA67E
Black with #2DA67E
Text Example
Text Example
White with #2DA67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA67E; }
p { color: rgb(45,166,126); }
H1.HeaderClassName
{
color: #2DA67E;
}
.AnyTagClassName
{
color: #2DA67E;
}
</style>
background-color css
<style>
a { background-color: #2DA67E; }
a { background-color: rgb(45,166,126); }
div.DivClassName
{
background-color: #2DA67E;
}
.BgClassName
{
background-color: #2DA67E;
}
</style>
border-color css
<style>
span { border-color: #2DA67E; }
span { border-color: rgb(45,166,126); }
td.TdClassName
{
border-color: #2DA67E;
}
.TagClassName
{
border-color: #2DA67E;
}
</style>