Shades of Jungle Green #28A076
Tints of Jungle Green #28A076
RGB
CMYK
RGB Variations
Color information
#28A076 (or 0x28A076) is known color: Jungle Green. HEX triplet: 28, A0 and 76. RGB value is (40,160,118). Sum of RGB (Red+Green+Blue) = 40+160+118=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #28A076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A076 is #D75F89. Grayscale: #777777. Windows color (decimal): -14114698 or 7774248. OLE color: 7774248.
HSL color Cylindrical-coordinate representation of color #28A076: hue angle of 159º 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 #28A076 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 118 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.37 |
| HSL | 159º | 0.6% | 0.39% | - |
| HSV(B) | 159º | 0.75% | 0.63% | - |
| XYZ | 16.72 | 26.9 | 21.45 | - |
| YUV | 119.33 | 127.24 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 118 | 0.75 | 0 | 0.26 | 0.37 | 159 | 0.6 | 0.39 |
| Hex | 28 | A0 | 76 | 4B | 0 | 1A | 25 | 9F | 3C | 27 |
| Octal | 50 | 240 | 166 | 113 | 0 | 32 | 45 | 237 | 74 | 47 |
| Binary | 101000 | 10100000 | 1110110 | 1001011 | 0 | 11010 | 100101 | 10011111 | 111100 | 100111 |
Color Harmonies of #28A076
Complementary color
Monochromatic Colors of #28A076
Black with #28A076
Text Example
Text Example
White with #28A076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A076; }
p { color: rgb(40,160,118); }
H1.HeaderClassName
{
color: #28A076;
}
.AnyTagClassName
{
color: #28A076;
}
</style>
background-color css
<style>
a { background-color: #28A076; }
a { background-color: rgb(40,160,118); }
div.DivClassName
{
background-color: #28A076;
}
.BgClassName
{
background-color: #28A076;
}
</style>
border-color css
<style>
span { border-color: #28A076; }
span { border-color: rgb(40,160,118); }
td.TdClassName
{
border-color: #28A076;
}
.TagClassName
{
border-color: #28A076;
}
</style>