Shades of Jungle Green #28A080
Tints of Jungle Green #28A080
RGB
CMYK
RGB Variations
Color information
#28A080 (or 0x28A080) is known color: Jungle Green. HEX triplet: 28, A0 and 80. RGB value is (40,160,128). Sum of RGB (Red+Green+Blue) = 40+160+128=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 160 - color contains mainly: green. Hex color #28A080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A080 is #D75F7F. Grayscale: #787878. Windows color (decimal): -14114688 or 8429608. OLE color: 8429608.
HSL color Cylindrical-coordinate representation of color #28A080: hue angle of 164º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A080 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 128 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.37 |
| HSL | 164º | 0.6% | 0.39% | - |
| HSV(B) | 164º | 0.75% | 0.63% | - |
| XYZ | 17.34 | 27.15 | 24.75 | - |
| YUV | 120.47 | 132.24 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 128 | 0.75 | 0 | 0.20 | 0.37 | 164 | 0.6 | 0.39 |
| Hex | 28 | A0 | 80 | 4B | 0 | 14 | 25 | A4 | 3C | 27 |
| Octal | 50 | 240 | 200 | 113 | 0 | 24 | 45 | 244 | 74 | 47 |
| Binary | 101000 | 10100000 | 10000000 | 1001011 | 0 | 10100 | 100101 | 10100100 | 111100 | 100111 |
Color Harmonies of #28A080
Complementary color
Monochromatic Colors of #28A080
Black with #28A080
Text Example
Text Example
White with #28A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A080; }
p { color: rgb(40,160,128); }
H1.HeaderClassName
{
color: #28A080;
}
.AnyTagClassName
{
color: #28A080;
}
</style>
background-color css
<style>
a { background-color: #28A080; }
a { background-color: rgb(40,160,128); }
div.DivClassName
{
background-color: #28A080;
}
.BgClassName
{
background-color: #28A080;
}
</style>
border-color css
<style>
span { border-color: #28A080; }
span { border-color: rgb(40,160,128); }
td.TdClassName
{
border-color: #28A080;
}
.TagClassName
{
border-color: #28A080;
}
</style>