Shades of Jungle Green #28AD84
Tints of Jungle Green #28AD84
RGB
CMYK
RGB Variations
Color information
#28AD84 (or 0x28AD84) is known color: Jungle Green. HEX triplet: 28, AD and 84. RGB value is (40,173,132). Sum of RGB (Red+Green+Blue) = 40+173+132=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AD84 is #D7527B. Grayscale: #808080. Windows color (decimal): -14111356 or 8695080. OLE color: 8695080.
HSL color Cylindrical-coordinate representation of color #28AD84: hue angle of 161.5º 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 #28AD84 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 173 | 132 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.32 |
| HSL | 161.5º | 0.62% | 0.42% | - |
| HSV(B) | 161.5º | 0.77% | 0.68% | - |
| XYZ | 19.98 | 32 | 26.95 | - |
| YUV | 128.56 | 129.94 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 132 | 0.77 | 0 | 0.24 | 0.32 | 161.5 | 0.62 | 0.42 |
| Hex | 28 | AD | 84 | 4D | 0 | 18 | 20 | A2 | 3E | 2A |
| Octal | 50 | 255 | 204 | 115 | 0 | 30 | 40 | 242 | 76 | 52 |
| Binary | 101000 | 10101101 | 10000100 | 1001101 | 0 | 11000 | 100000 | 10100010 | 111110 | 101010 |
Color Harmonies of #28AD84
Complementary color
Monochromatic Colors of #28AD84
Black with #28AD84
Text Example
Text Example
White with #28AD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AD84; }
p { color: rgb(40,173,132); }
H1.HeaderClassName
{
color: #28AD84;
}
.AnyTagClassName
{
color: #28AD84;
}
</style>
background-color css
<style>
a { background-color: #28AD84; }
a { background-color: rgb(40,173,132); }
div.DivClassName
{
background-color: #28AD84;
}
.BgClassName
{
background-color: #28AD84;
}
</style>
border-color css
<style>
span { border-color: #28AD84; }
span { border-color: rgb(40,173,132); }
td.TdClassName
{
border-color: #28AD84;
}
.TagClassName
{
border-color: #28AD84;
}
</style>