Shades of Jungle Green #2DA779
Tints of Jungle Green #2DA779
RGB
CMYK
RGB Variations
Color information
#2DA779 (or 0x2DA779) is known color: Jungle Green. HEX triplet: 2D, A7 and 79. RGB value is (45,167,121). Sum of RGB (Red+Green+Blue) = 45+167+121=333 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.51% from 333); Green value is 167 (65.62% from 255 or 50.15% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA779 is #D25886. Grayscale: #7D7D7D. Windows color (decimal): -13785223 or 7972653. OLE color: 7972653.
HSL color Cylindrical-coordinate representation of color #2DA779: hue angle of 157.38º 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 #2DA779 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 121 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.35 |
| HSL | 157.38º | 0.58% | 0.42% | - |
| HSV(B) | 157.38º | 0.73% | 0.65% | - |
| XYZ | 18.35 | 29.58 | 22.83 | - |
| YUV | 125.28 | 125.58 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 121 | 0.73 | 0 | 0.28 | 0.35 | 157.38 | 0.58 | 0.42 |
| Hex | 2D | A7 | 79 | 49 | 0 | 1C | 23 | 9D | 3A | 2A |
| Octal | 55 | 247 | 171 | 111 | 0 | 34 | 43 | 235 | 72 | 52 |
| Binary | 101101 | 10100111 | 1111001 | 1001001 | 0 | 11100 | 100011 | 10011101 | 111010 | 101010 |
Color Harmonies of #2DA779
Complementary color
Monochromatic Colors of #2DA779
Black with #2DA779
Text Example
Text Example
White with #2DA779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA779; }
p { color: rgb(45,167,121); }
H1.HeaderClassName
{
color: #2DA779;
}
.AnyTagClassName
{
color: #2DA779;
}
</style>
background-color css
<style>
a { background-color: #2DA779; }
a { background-color: rgb(45,167,121); }
div.DivClassName
{
background-color: #2DA779;
}
.BgClassName
{
background-color: #2DA779;
}
</style>
border-color css
<style>
span { border-color: #2DA779; }
span { border-color: rgb(45,167,121); }
td.TdClassName
{
border-color: #2DA779;
}
.TagClassName
{
border-color: #2DA779;
}
</style>