Shades of Jungle Green #28A278
Tints of Jungle Green #28A278
RGB
CMYK
RGB Variations
Color information
#28A278 (or 0x28A278) is known color: Jungle Green. HEX triplet: 28, A2 and 78. RGB value is (40,162,120). Sum of RGB (Red+Green+Blue) = 40+162+120=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #28A278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A278 is #D75D87. Grayscale: #787878. Windows color (decimal): -14114184 or 7905832. OLE color: 7905832.
HSL color Cylindrical-coordinate representation of color #28A278: hue angle of 159.34º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A278 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 162 | 120 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.36 |
| HSL | 159.34º | 0.6% | 0.4% | - |
| HSV(B) | 159.34º | 0.75% | 0.64% | - |
| XYZ | 17.19 | 27.65 | 22.2 | - |
| YUV | 120.73 | 127.58 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 120 | 0.75 | 0 | 0.26 | 0.36 | 159.34 | 0.6 | 0.4 |
| Hex | 28 | A2 | 78 | 4B | 0 | 1A | 24 | 9F | 3C | 28 |
| Octal | 50 | 242 | 170 | 113 | 0 | 32 | 44 | 237 | 74 | 50 |
| Binary | 101000 | 10100010 | 1111000 | 1001011 | 0 | 11010 | 100100 | 10011111 | 111100 | 101000 |
Color Harmonies of #28A278
Complementary color
Monochromatic Colors of #28A278
Black with #28A278
Text Example
Text Example
White with #28A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A278; }
p { color: rgb(40,162,120); }
H1.HeaderClassName
{
color: #28A278;
}
.AnyTagClassName
{
color: #28A278;
}
</style>
background-color css
<style>
a { background-color: #28A278; }
a { background-color: rgb(40,162,120); }
div.DivClassName
{
background-color: #28A278;
}
.BgClassName
{
background-color: #28A278;
}
</style>
border-color css
<style>
span { border-color: #28A278; }
span { border-color: rgb(40,162,120); }
td.TdClassName
{
border-color: #28A278;
}
.TagClassName
{
border-color: #28A278;
}
</style>