Shades of Jungle Green #2DAC8A
Tints of Jungle Green #2DAC8A
RGB
CMYK
RGB Variations
Color information
#2DAC8A (or 0x2DAC8A) is known color: Jungle Green. HEX triplet: 2D, AC and 8A. RGB value is (45,172,138). Sum of RGB (Red+Green+Blue) = 45+172+138=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAC8A is #D25375. Grayscale: #828282. Windows color (decimal): -13783926 or 9088045. OLE color: 9088045.
HSL color Cylindrical-coordinate representation of color #2DAC8A: hue angle of 163.94º 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 #2DAC8A is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 138 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.33 |
| HSL | 163.94º | 0.59% | 0.43% | - |
| HSV(B) | 163.94º | 0.74% | 0.67% | - |
| XYZ | 20.42 | 31.9 | 29.13 | - |
| YUV | 130.15 | 132.42 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 138 | 0.74 | 0 | 0.20 | 0.33 | 163.94 | 0.59 | 0.43 |
| Hex | 2D | AC | 8A | 4A | 0 | 14 | 21 | A4 | 3B | 2B |
| Octal | 55 | 254 | 212 | 112 | 0 | 24 | 41 | 244 | 73 | 53 |
| Binary | 101101 | 10101100 | 10001010 | 1001010 | 0 | 10100 | 100001 | 10100100 | 111011 | 101011 |
Color Harmonies of #2DAC8A
Complementary color
Monochromatic Colors of #2DAC8A
Black with #2DAC8A
Text Example
Text Example
White with #2DAC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC8A; }
p { color: rgb(45,172,138); }
H1.HeaderClassName
{
color: #2DAC8A;
}
.AnyTagClassName
{
color: #2DAC8A;
}
</style>
background-color css
<style>
a { background-color: #2DAC8A; }
a { background-color: rgb(45,172,138); }
div.DivClassName
{
background-color: #2DAC8A;
}
.BgClassName
{
background-color: #2DAC8A;
}
</style>
border-color css
<style>
span { border-color: #2DAC8A; }
span { border-color: rgb(45,172,138); }
td.TdClassName
{
border-color: #2DAC8A;
}
.TagClassName
{
border-color: #2DAC8A;
}
</style>