Shades of Jungle Green #2DAC79
Tints of Jungle Green #2DAC79
RGB
CMYK
RGB Variations
Color information
#2DAC79 (or 0x2DAC79) is known color: Jungle Green. HEX triplet: 2D, AC and 79. RGB value is (45,172,121). Sum of RGB (Red+Green+Blue) = 45+172+121=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAC79 is #D25386. Grayscale: #808080. Windows color (decimal): -13783943 or 7973933. OLE color: 7973933.
HSL color Cylindrical-coordinate representation of color #2DAC79: hue angle of 155.91º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAC79 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 121 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.33 |
| HSL | 155.91º | 0.59% | 0.43% | - |
| HSV(B) | 155.91º | 0.74% | 0.67% | - |
| XYZ | 19.29 | 31.44 | 23.14 | - |
| YUV | 128.21 | 123.92 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 121 | 0.74 | 0 | 0.30 | 0.33 | 155.91 | 0.59 | 0.43 |
| Hex | 2D | AC | 79 | 4A | 0 | 1E | 21 | 9C | 3B | 2B |
| Octal | 55 | 254 | 171 | 112 | 0 | 36 | 41 | 234 | 73 | 53 |
| Binary | 101101 | 10101100 | 1111001 | 1001010 | 0 | 11110 | 100001 | 10011100 | 111011 | 101011 |
Color Harmonies of #2DAC79
Complementary color
Monochromatic Colors of #2DAC79
Black with #2DAC79
Text Example
Text Example
White with #2DAC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC79; }
p { color: rgb(45,172,121); }
H1.HeaderClassName
{
color: #2DAC79;
}
.AnyTagClassName
{
color: #2DAC79;
}
</style>
background-color css
<style>
a { background-color: #2DAC79; }
a { background-color: rgb(45,172,121); }
div.DivClassName
{
background-color: #2DAC79;
}
.BgClassName
{
background-color: #2DAC79;
}
</style>
border-color css
<style>
span { border-color: #2DAC79; }
span { border-color: rgb(45,172,121); }
td.TdClassName
{
border-color: #2DAC79;
}
.TagClassName
{
border-color: #2DAC79;
}
</style>