Shades of Jungle Green #28A279
Tints of Jungle Green #28A279
RGB
CMYK
RGB Variations
Color information
#28A279 (or 0x28A279) is known color: Jungle Green. HEX triplet: 28, A2 and 79. RGB value is (40,162,121). Sum of RGB (Red+Green+Blue) = 40+162+121=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #28A279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A279 is #D75D86. Grayscale: #787878. Windows color (decimal): -14114183 or 7971368. OLE color: 7971368.
HSL color Cylindrical-coordinate representation of color #28A279: hue angle of 159.84º 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 #28A279 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 162 | 121 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.36 |
| HSL | 159.84º | 0.6% | 0.4% | - |
| HSV(B) | 159.84º | 0.75% | 0.64% | - |
| XYZ | 17.25 | 27.67 | 22.52 | - |
| YUV | 120.85 | 128.08 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 121 | 0.75 | 0 | 0.25 | 0.36 | 159.84 | 0.6 | 0.4 |
| Hex | 28 | A2 | 79 | 4B | 0 | 19 | 24 | A0 | 3C | 28 |
| Octal | 50 | 242 | 171 | 113 | 0 | 31 | 44 | 240 | 74 | 50 |
| Binary | 101000 | 10100010 | 1111001 | 1001011 | 0 | 11001 | 100100 | 10100000 | 111100 | 101000 |
Color Harmonies of #28A279
Complementary color
Monochromatic Colors of #28A279
Black with #28A279
Text Example
Text Example
White with #28A279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A279; }
p { color: rgb(40,162,121); }
H1.HeaderClassName
{
color: #28A279;
}
.AnyTagClassName
{
color: #28A279;
}
</style>
background-color css
<style>
a { background-color: #28A279; }
a { background-color: rgb(40,162,121); }
div.DivClassName
{
background-color: #28A279;
}
.BgClassName
{
background-color: #28A279;
}
</style>
border-color css
<style>
span { border-color: #28A279; }
span { border-color: rgb(40,162,121); }
td.TdClassName
{
border-color: #28A279;
}
.TagClassName
{
border-color: #28A279;
}
</style>