Shades of Jungle Green #28AD76
Tints of Jungle Green #28AD76
RGB
CMYK
RGB Variations
Color information
#28AD76 (or 0x28AD76) is known color: Jungle Green. HEX triplet: 28, AD and 76. RGB value is (40,173,118). Sum of RGB (Red+Green+Blue) = 40+173+118=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AD76 is #D75289. Grayscale: #7F7F7F. Windows color (decimal): -14111370 or 7777576. OLE color: 7777576.
HSL color Cylindrical-coordinate representation of color #28AD76: hue angle of 155.19º 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 #28AD76 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 173 | 118 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.32 |
| HSL | 155.19º | 0.62% | 0.42% | - |
| HSV(B) | 155.19º | 0.77% | 0.68% | - |
| XYZ | 19.09 | 31.65 | 22.24 | - |
| YUV | 126.96 | 122.94 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 118 | 0.77 | 0 | 0.32 | 0.32 | 155.19 | 0.62 | 0.42 |
| Hex | 28 | AD | 76 | 4D | 0 | 20 | 20 | 9B | 3E | 2A |
| Octal | 50 | 255 | 166 | 115 | 0 | 40 | 40 | 233 | 76 | 52 |
| Binary | 101000 | 10101101 | 1110110 | 1001101 | 0 | 100000 | 100000 | 10011011 | 111110 | 101010 |
Color Harmonies of #28AD76
Complementary color
Monochromatic Colors of #28AD76
Black with #28AD76
Text Example
Text Example
White with #28AD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AD76; }
p { color: rgb(40,173,118); }
H1.HeaderClassName
{
color: #28AD76;
}
.AnyTagClassName
{
color: #28AD76;
}
</style>
background-color css
<style>
a { background-color: #28AD76; }
a { background-color: rgb(40,173,118); }
div.DivClassName
{
background-color: #28AD76;
}
.BgClassName
{
background-color: #28AD76;
}
</style>
border-color css
<style>
span { border-color: #28AD76; }
span { border-color: rgb(40,173,118); }
td.TdClassName
{
border-color: #28AD76;
}
.TagClassName
{
border-color: #28AD76;
}
</style>