Shades of Jungle Green #28A078
Tints of Jungle Green #28A078
RGB
CMYK
RGB Variations
Color information
#28A078 (or 0x28A078) is known color: Jungle Green. HEX triplet: 28, A0 and 78. RGB value is (40,160,120). Sum of RGB (Red+Green+Blue) = 40+160+120=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #28A078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A078 is #D75F87. Grayscale: #777777. Windows color (decimal): -14114696 or 7905320. OLE color: 7905320.
HSL color Cylindrical-coordinate representation of color #28A078: hue angle of 160º 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 #28A078 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 120 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.37 |
| HSL | 160º | 0.6% | 0.39% | - |
| HSV(B) | 160º | 0.75% | 0.63% | - |
| XYZ | 16.84 | 26.95 | 22.08 | - |
| YUV | 119.56 | 128.24 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 120 | 0.75 | 0 | 0.25 | 0.37 | 160 | 0.6 | 0.39 |
| Hex | 28 | A0 | 78 | 4B | 0 | 19 | 25 | A0 | 3C | 27 |
| Octal | 50 | 240 | 170 | 113 | 0 | 31 | 45 | 240 | 74 | 47 |
| Binary | 101000 | 10100000 | 1111000 | 1001011 | 0 | 11001 | 100101 | 10100000 | 111100 | 100111 |
Color Harmonies of #28A078
Complementary color
Monochromatic Colors of #28A078
Black with #28A078
Text Example
Text Example
White with #28A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A078; }
p { color: rgb(40,160,120); }
H1.HeaderClassName
{
color: #28A078;
}
.AnyTagClassName
{
color: #28A078;
}
</style>
background-color css
<style>
a { background-color: #28A078; }
a { background-color: rgb(40,160,120); }
div.DivClassName
{
background-color: #28A078;
}
.BgClassName
{
background-color: #28A078;
}
</style>
border-color css
<style>
span { border-color: #28A078; }
span { border-color: rgb(40,160,120); }
td.TdClassName
{
border-color: #28A078;
}
.TagClassName
{
border-color: #28A078;
}
</style>