Shades of Jungle Green #2DA37E
Tints of Jungle Green #2DA37E
RGB
CMYK
RGB Variations
Color information
#2DA37E (or 0x2DA37E) is known color: Jungle Green. HEX triplet: 2D, A3 and 7E. RGB value is (45,163,126). Sum of RGB (Red+Green+Blue) = 45+163+126=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA37E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA37E is #D25C81. Grayscale: #7B7B7B. Windows color (decimal): -13786242 or 8299309. OLE color: 8299309.
HSL color Cylindrical-coordinate representation of color #2DA37E: hue angle of 161.19º 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 #2DA37E is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 126 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.36 |
| HSL | 161.19º | 0.57% | 0.41% | - |
| HSV(B) | 161.19º | 0.72% | 0.64% | - |
| XYZ | 17.95 | 28.26 | 24.25 | - |
| YUV | 123.5 | 129.41 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 126 | 0.72 | 0 | 0.23 | 0.36 | 161.19 | 0.57 | 0.41 |
| Hex | 2D | A3 | 7E | 48 | 0 | 17 | 24 | A1 | 39 | 29 |
| Octal | 55 | 243 | 176 | 110 | 0 | 27 | 44 | 241 | 71 | 51 |
| Binary | 101101 | 10100011 | 1111110 | 1001000 | 0 | 10111 | 100100 | 10100001 | 111001 | 101001 |
Color Harmonies of #2DA37E
Complementary color
Monochromatic Colors of #2DA37E
Black with #2DA37E
Text Example
Text Example
White with #2DA37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA37E; }
p { color: rgb(45,163,126); }
H1.HeaderClassName
{
color: #2DA37E;
}
.AnyTagClassName
{
color: #2DA37E;
}
</style>
background-color css
<style>
a { background-color: #2DA37E; }
a { background-color: rgb(45,163,126); }
div.DivClassName
{
background-color: #2DA37E;
}
.BgClassName
{
background-color: #2DA37E;
}
</style>
border-color css
<style>
span { border-color: #2DA37E; }
span { border-color: rgb(45,163,126); }
td.TdClassName
{
border-color: #2DA37E;
}
.TagClassName
{
border-color: #2DA37E;
}
</style>