Shades of Jungle Green #2DAC82
Tints of Jungle Green #2DAC82
RGB
CMYK
RGB Variations
Color information
#2DAC82 (or 0x2DAC82) is known color: Jungle Green. HEX triplet: 2D, AC and 82. RGB value is (45,172,130). Sum of RGB (Red+Green+Blue) = 45+172+130=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAC82 is #D2537D. Grayscale: #818181. Windows color (decimal): -13783934 or 8563757. OLE color: 8563757.
HSL color Cylindrical-coordinate representation of color #2DAC82: hue angle of 160.16º 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 #2DAC82 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 130 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.33 |
| HSL | 160.16º | 0.59% | 0.43% | - |
| HSV(B) | 160.16º | 0.74% | 0.67% | - |
| XYZ | 19.86 | 31.67 | 26.19 | - |
| YUV | 129.24 | 128.42 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 130 | 0.74 | 0 | 0.24 | 0.33 | 160.16 | 0.59 | 0.43 |
| Hex | 2D | AC | 82 | 4A | 0 | 18 | 21 | A0 | 3B | 2B |
| Octal | 55 | 254 | 202 | 112 | 0 | 30 | 41 | 240 | 73 | 53 |
| Binary | 101101 | 10101100 | 10000010 | 1001010 | 0 | 11000 | 100001 | 10100000 | 111011 | 101011 |
Color Harmonies of #2DAC82
Complementary color
Monochromatic Colors of #2DAC82
Black with #2DAC82
Text Example
Text Example
White with #2DAC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC82; }
p { color: rgb(45,172,130); }
H1.HeaderClassName
{
color: #2DAC82;
}
.AnyTagClassName
{
color: #2DAC82;
}
</style>
background-color css
<style>
a { background-color: #2DAC82; }
a { background-color: rgb(45,172,130); }
div.DivClassName
{
background-color: #2DAC82;
}
.BgClassName
{
background-color: #2DAC82;
}
</style>
border-color css
<style>
span { border-color: #2DAC82; }
span { border-color: rgb(45,172,130); }
td.TdClassName
{
border-color: #2DAC82;
}
.TagClassName
{
border-color: #2DAC82;
}
</style>