Shades of Jungle Green #2DAC89
Tints of Jungle Green #2DAC89
RGB
CMYK
RGB Variations
Color information
#2DAC89 (or 0x2DAC89) is known color: Jungle Green. HEX triplet: 2D, AC and 89. RGB value is (45,172,137). Sum of RGB (Red+Green+Blue) = 45+172+137=354 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.71% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAC89 is #D25376. Grayscale: #828282. Windows color (decimal): -13783927 or 9022509. OLE color: 9022509.
HSL color Cylindrical-coordinate representation of color #2DAC89: hue angle of 163.46º 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 #2DAC89 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 137 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.33 |
| HSL | 163.46º | 0.59% | 0.43% | - |
| HSV(B) | 163.46º | 0.74% | 0.67% | - |
| XYZ | 20.35 | 31.87 | 28.75 | - |
| YUV | 130.04 | 131.92 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 137 | 0.74 | 0 | 0.20 | 0.33 | 163.46 | 0.59 | 0.43 |
| Hex | 2D | AC | 89 | 4A | 0 | 14 | 21 | A3 | 3B | 2B |
| Octal | 55 | 254 | 211 | 112 | 0 | 24 | 41 | 243 | 73 | 53 |
| Binary | 101101 | 10101100 | 10001001 | 1001010 | 0 | 10100 | 100001 | 10100011 | 111011 | 101011 |
Color Harmonies of #2DAC89
Complementary color
Monochromatic Colors of #2DAC89
Black with #2DAC89
Text Example
Text Example
White with #2DAC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC89; }
p { color: rgb(45,172,137); }
H1.HeaderClassName
{
color: #2DAC89;
}
.AnyTagClassName
{
color: #2DAC89;
}
</style>
background-color css
<style>
a { background-color: #2DAC89; }
a { background-color: rgb(45,172,137); }
div.DivClassName
{
background-color: #2DAC89;
}
.BgClassName
{
background-color: #2DAC89;
}
</style>
border-color css
<style>
span { border-color: #2DAC89; }
span { border-color: rgb(45,172,137); }
td.TdClassName
{
border-color: #2DAC89;
}
.TagClassName
{
border-color: #2DAC89;
}
</style>