Shades of Jungle Green #28AC84
Tints of Jungle Green #28AC84
RGB
CMYK
RGB Variations
Color information
#28AC84 (or 0x28AC84) is known color: Jungle Green. HEX triplet: 28, AC and 84. RGB value is (40,172,132). Sum of RGB (Red+Green+Blue) = 40+172+132=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AC84 is #D7537B. Grayscale: #7F7F7F. Windows color (decimal): -14111612 or 8694824. OLE color: 8694824.
HSL color Cylindrical-coordinate representation of color #28AC84: hue angle of 161.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AC84 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 132 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.33 |
| HSL | 161.82º | 0.62% | 0.42% | - |
| HSV(B) | 161.82º | 0.77% | 0.67% | - |
| XYZ | 19.79 | 31.62 | 26.89 | - |
| YUV | 127.97 | 130.27 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 132 | 0.77 | 0 | 0.23 | 0.33 | 161.82 | 0.62 | 0.42 |
| Hex | 28 | AC | 84 | 4D | 0 | 17 | 21 | A2 | 3E | 2A |
| Octal | 50 | 254 | 204 | 115 | 0 | 27 | 41 | 242 | 76 | 52 |
| Binary | 101000 | 10101100 | 10000100 | 1001101 | 0 | 10111 | 100001 | 10100010 | 111110 | 101010 |
Color Harmonies of #28AC84
Complementary color
Monochromatic Colors of #28AC84
Black with #28AC84
Text Example
Text Example
White with #28AC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC84; }
p { color: rgb(40,172,132); }
H1.HeaderClassName
{
color: #28AC84;
}
.AnyTagClassName
{
color: #28AC84;
}
</style>
background-color css
<style>
a { background-color: #28AC84; }
a { background-color: rgb(40,172,132); }
div.DivClassName
{
background-color: #28AC84;
}
.BgClassName
{
background-color: #28AC84;
}
</style>
border-color css
<style>
span { border-color: #28AC84; }
span { border-color: rgb(40,172,132); }
td.TdClassName
{
border-color: #28AC84;
}
.TagClassName
{
border-color: #28AC84;
}
</style>