Shades of Jungle Green #2DA77A
Tints of Jungle Green #2DA77A
RGB
CMYK
RGB Variations
Color information
#2DA77A (or 0x2DA77A) is known color: Jungle Green. HEX triplet: 2D, A7 and 7A. RGB value is (45,167,122). Sum of RGB (Red+Green+Blue) = 45+167+122=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 167 (65.62% from 255 or 50% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA77A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA77A is #D25885. Grayscale: #7D7D7D. Windows color (decimal): -13785222 or 8038189. OLE color: 8038189.
HSL color Cylindrical-coordinate representation of color #2DA77A: hue angle of 157.87º 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 #2DA77A is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 122 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.35 |
| HSL | 157.87º | 0.58% | 0.42% | - |
| HSV(B) | 157.87º | 0.73% | 0.65% | - |
| XYZ | 18.41 | 29.6 | 23.16 | - |
| YUV | 125.39 | 126.08 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 122 | 0.73 | 0 | 0.27 | 0.35 | 157.87 | 0.58 | 0.42 |
| Hex | 2D | A7 | 7A | 49 | 0 | 1B | 23 | 9E | 3A | 2A |
| Octal | 55 | 247 | 172 | 111 | 0 | 33 | 43 | 236 | 72 | 52 |
| Binary | 101101 | 10100111 | 1111010 | 1001001 | 0 | 11011 | 100011 | 10011110 | 111010 | 101010 |
Color Harmonies of #2DA77A
Complementary color
Monochromatic Colors of #2DA77A
Black with #2DA77A
Text Example
Text Example
White with #2DA77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA77A; }
p { color: rgb(45,167,122); }
H1.HeaderClassName
{
color: #2DA77A;
}
.AnyTagClassName
{
color: #2DA77A;
}
</style>
background-color css
<style>
a { background-color: #2DA77A; }
a { background-color: rgb(45,167,122); }
div.DivClassName
{
background-color: #2DA77A;
}
.BgClassName
{
background-color: #2DA77A;
}
</style>
border-color css
<style>
span { border-color: #2DA77A; }
span { border-color: rgb(45,167,122); }
td.TdClassName
{
border-color: #2DA77A;
}
.TagClassName
{
border-color: #2DA77A;
}
</style>