Shades of Jungle Green #2DA77F
Tints of Jungle Green #2DA77F
RGB
CMYK
RGB Variations
Color information
#2DA77F (or 0x2DA77F) is known color: Jungle Green. HEX triplet: 2D, A7 and 7F. RGB value is (45,167,127). Sum of RGB (Red+Green+Blue) = 45+167+127=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 167 (65.62% from 255 or 49.26% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA77F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA77F is #D25880. Grayscale: #7E7E7E. Windows color (decimal): -13785217 or 8365869. OLE color: 8365869.
HSL color Cylindrical-coordinate representation of color #2DA77F: hue angle of 160.33º 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 #2DA77F is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 127 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.35 |
| HSL | 160.33º | 0.58% | 0.42% | - |
| HSV(B) | 160.33º | 0.73% | 0.65% | - |
| XYZ | 18.73 | 29.73 | 24.83 | - |
| YUV | 125.96 | 128.58 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 127 | 0.73 | 0 | 0.24 | 0.35 | 160.33 | 0.58 | 0.42 |
| Hex | 2D | A7 | 7F | 49 | 0 | 18 | 23 | A0 | 3A | 2A |
| Octal | 55 | 247 | 177 | 111 | 0 | 30 | 43 | 240 | 72 | 52 |
| Binary | 101101 | 10100111 | 1111111 | 1001001 | 0 | 11000 | 100011 | 10100000 | 111010 | 101010 |
Color Harmonies of #2DA77F
Complementary color
Monochromatic Colors of #2DA77F
Black with #2DA77F
Text Example
Text Example
White with #2DA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA77F; }
p { color: rgb(45,167,127); }
H1.HeaderClassName
{
color: #2DA77F;
}
.AnyTagClassName
{
color: #2DA77F;
}
</style>
background-color css
<style>
a { background-color: #2DA77F; }
a { background-color: rgb(45,167,127); }
div.DivClassName
{
background-color: #2DA77F;
}
.BgClassName
{
background-color: #2DA77F;
}
</style>
border-color css
<style>
span { border-color: #2DA77F; }
span { border-color: rgb(45,167,127); }
td.TdClassName
{
border-color: #2DA77F;
}
.TagClassName
{
border-color: #2DA77F;
}
</style>