Shades of Jungle Green #28AD80
Tints of Jungle Green #28AD80
RGB
CMYK
RGB Variations
Color information
#28AD80 (or 0x28AD80) is known color: Jungle Green. HEX triplet: 28, AD and 80. RGB value is (40,173,128). Sum of RGB (Red+Green+Blue) = 40+173+128=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AD80 is #D7527F. Grayscale: #808080. Windows color (decimal): -14111360 or 8432936. OLE color: 8432936.
HSL color Cylindrical-coordinate representation of color #28AD80: hue angle of 159.7º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AD80 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 173 | 128 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.32 |
| HSL | 159.7º | 0.62% | 0.42% | - |
| HSV(B) | 159.7º | 0.77% | 0.68% | - |
| XYZ | 19.71 | 31.9 | 25.54 | - |
| YUV | 128.1 | 127.94 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 128 | 0.77 | 0 | 0.26 | 0.32 | 159.7 | 0.62 | 0.42 |
| Hex | 28 | AD | 80 | 4D | 0 | 1A | 20 | A0 | 3E | 2A |
| Octal | 50 | 255 | 200 | 115 | 0 | 32 | 40 | 240 | 76 | 52 |
| Binary | 101000 | 10101101 | 10000000 | 1001101 | 0 | 11010 | 100000 | 10100000 | 111110 | 101010 |
Color Harmonies of #28AD80
Complementary color
Monochromatic Colors of #28AD80
Black with #28AD80
Text Example
Text Example
White with #28AD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AD80; }
p { color: rgb(40,173,128); }
H1.HeaderClassName
{
color: #28AD80;
}
.AnyTagClassName
{
color: #28AD80;
}
</style>
background-color css
<style>
a { background-color: #28AD80; }
a { background-color: rgb(40,173,128); }
div.DivClassName
{
background-color: #28AD80;
}
.BgClassName
{
background-color: #28AD80;
}
</style>
border-color css
<style>
span { border-color: #28AD80; }
span { border-color: rgb(40,173,128); }
td.TdClassName
{
border-color: #28AD80;
}
.TagClassName
{
border-color: #28AD80;
}
</style>