Shades of Jungle Green #2DAC7F
Tints of Jungle Green #2DAC7F
RGB
CMYK
RGB Variations
Color information
#2DAC7F (or 0x2DAC7F) is known color: Jungle Green. HEX triplet: 2D, AC and 7F. RGB value is (45,172,127). Sum of RGB (Red+Green+Blue) = 45+172+127=344 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.08% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAC7F is #D25380. Grayscale: #808080. Windows color (decimal): -13783937 or 8367149. OLE color: 8367149.
HSL color Cylindrical-coordinate representation of color #2DAC7F: hue angle of 158.74º 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 #2DAC7F is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 127 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.33 |
| HSL | 158.74º | 0.59% | 0.43% | - |
| HSV(B) | 158.74º | 0.74% | 0.67% | - |
| XYZ | 19.67 | 31.6 | 25.14 | - |
| YUV | 128.9 | 126.92 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 127 | 0.74 | 0 | 0.26 | 0.33 | 158.74 | 0.59 | 0.43 |
| Hex | 2D | AC | 7F | 4A | 0 | 1A | 21 | 9F | 3B | 2B |
| Octal | 55 | 254 | 177 | 112 | 0 | 32 | 41 | 237 | 73 | 53 |
| Binary | 101101 | 10101100 | 1111111 | 1001010 | 0 | 11010 | 100001 | 10011111 | 111011 | 101011 |
Color Harmonies of #2DAC7F
Complementary color
Monochromatic Colors of #2DAC7F
Black with #2DAC7F
Text Example
Text Example
White with #2DAC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC7F; }
p { color: rgb(45,172,127); }
H1.HeaderClassName
{
color: #2DAC7F;
}
.AnyTagClassName
{
color: #2DAC7F;
}
</style>
background-color css
<style>
a { background-color: #2DAC7F; }
a { background-color: rgb(45,172,127); }
div.DivClassName
{
background-color: #2DAC7F;
}
.BgClassName
{
background-color: #2DAC7F;
}
</style>
border-color css
<style>
span { border-color: #2DAC7F; }
span { border-color: rgb(45,172,127); }
td.TdClassName
{
border-color: #2DAC7F;
}
.TagClassName
{
border-color: #2DAC7F;
}
</style>