Shades of Jungle Green #28AC80
Tints of Jungle Green #28AC80
RGB
CMYK
RGB Variations
Color information
#28AC80 (or 0x28AC80) is known color: Jungle Green. HEX triplet: 28, AC and 80. RGB value is (40,172,128). Sum of RGB (Red+Green+Blue) = 40+172+128=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AC80 is #D7537F. Grayscale: #7F7F7F. Windows color (decimal): -14111616 or 8432680. OLE color: 8432680.
HSL color Cylindrical-coordinate representation of color #28AC80: hue angle of 160º 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 #28AC80 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 128 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.33 |
| HSL | 160º | 0.62% | 0.42% | - |
| HSV(B) | 160º | 0.77% | 0.67% | - |
| XYZ | 19.52 | 31.51 | 25.48 | - |
| YUV | 127.52 | 128.27 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 128 | 0.77 | 0 | 0.26 | 0.33 | 160 | 0.62 | 0.42 |
| Hex | 28 | AC | 80 | 4D | 0 | 1A | 21 | A0 | 3E | 2A |
| Octal | 50 | 254 | 200 | 115 | 0 | 32 | 41 | 240 | 76 | 52 |
| Binary | 101000 | 10101100 | 10000000 | 1001101 | 0 | 11010 | 100001 | 10100000 | 111110 | 101010 |
Color Harmonies of #28AC80
Complementary color
Monochromatic Colors of #28AC80
Black with #28AC80
Text Example
Text Example
White with #28AC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC80; }
p { color: rgb(40,172,128); }
H1.HeaderClassName
{
color: #28AC80;
}
.AnyTagClassName
{
color: #28AC80;
}
</style>
background-color css
<style>
a { background-color: #28AC80; }
a { background-color: rgb(40,172,128); }
div.DivClassName
{
background-color: #28AC80;
}
.BgClassName
{
background-color: #28AC80;
}
</style>
border-color css
<style>
span { border-color: #28AC80; }
span { border-color: rgb(40,172,128); }
td.TdClassName
{
border-color: #28AC80;
}
.TagClassName
{
border-color: #28AC80;
}
</style>