Shades of Jungle Green #28A771
Tints of Jungle Green #28A771
RGB
CMYK
RGB Variations
Color information
#28A771 (or 0x28A771) is known color: Jungle Green. HEX triplet: 28, A7 and 71. RGB value is (40,167,113). Sum of RGB (Red+Green+Blue) = 40+167+113=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 167 (65.62% from 255 or 52.19% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 167 - color contains mainly: green. Hex color #28A771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A771 is #D7588E. Grayscale: #7A7A7A. Windows color (decimal): -14112911 or 7448360. OLE color: 7448360.
HSL color Cylindrical-coordinate representation of color #28A771: hue angle of 154.49º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A771 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 113 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.35 |
| HSL | 154.49º | 0.61% | 0.41% | - |
| HSV(B) | 154.49º | 0.76% | 0.65% | - |
| XYZ | 17.67 | 29.28 | 20.34 | - |
| YUV | 122.87 | 122.42 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 113 | 0.76 | 0 | 0.32 | 0.35 | 154.49 | 0.61 | 0.41 |
| Hex | 28 | A7 | 71 | 4C | 0 | 20 | 23 | 9A | 3D | 29 |
| Octal | 50 | 247 | 161 | 114 | 0 | 40 | 43 | 232 | 75 | 51 |
| Binary | 101000 | 10100111 | 1110001 | 1001100 | 0 | 100000 | 100011 | 10011010 | 111101 | 101001 |
Color Harmonies of #28A771
Complementary color
Monochromatic Colors of #28A771
Black with #28A771
Text Example
Text Example
White with #28A771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A771; }
p { color: rgb(40,167,113); }
H1.HeaderClassName
{
color: #28A771;
}
.AnyTagClassName
{
color: #28A771;
}
</style>
background-color css
<style>
a { background-color: #28A771; }
a { background-color: rgb(40,167,113); }
div.DivClassName
{
background-color: #28A771;
}
.BgClassName
{
background-color: #28A771;
}
</style>
border-color css
<style>
span { border-color: #28A771; }
span { border-color: rgb(40,167,113); }
td.TdClassName
{
border-color: #28A771;
}
.TagClassName
{
border-color: #28A771;
}
</style>