Shades of Jungle Green #28A884
Tints of Jungle Green #28A884
RGB
CMYK
RGB Variations
Color information
#28A884 (or 0x28A884) is known color: Jungle Green. HEX triplet: 28, A8 and 84. RGB value is (40,168,132). Sum of RGB (Red+Green+Blue) = 40+168+132=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #28A884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A884 is #D7577B. Grayscale: #7D7D7D. Windows color (decimal): -14112636 or 8693800. OLE color: 8693800.
HSL color Cylindrical-coordinate representation of color #28A884: hue angle of 163.12º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A884 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 168 | 132 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.34 |
| HSL | 163.13º | 0.62% | 0.41% | - |
| HSV(B) | 163.13º | 0.76% | 0.66% | - |
| XYZ | 19.04 | 30.12 | 26.64 | - |
| YUV | 125.62 | 131.59 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 168 | 132 | 0.76 | 0 | 0.21 | 0.34 | 163.13 | 0.62 | 0.41 |
| Hex | 28 | A8 | 84 | 4C | 0 | 15 | 22 | A3 | 3E | 29 |
| Octal | 50 | 250 | 204 | 114 | 0 | 25 | 42 | 243 | 76 | 51 |
| Binary | 101000 | 10101000 | 10000100 | 1001100 | 0 | 10101 | 100010 | 10100011 | 111110 | 101001 |
Color Harmonies of #28A884
Complementary color
Monochromatic Colors of #28A884
Black with #28A884
Text Example
Text Example
White with #28A884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A884; }
p { color: rgb(40,168,132); }
H1.HeaderClassName
{
color: #28A884;
}
.AnyTagClassName
{
color: #28A884;
}
</style>
background-color css
<style>
a { background-color: #28A884; }
a { background-color: rgb(40,168,132); }
div.DivClassName
{
background-color: #28A884;
}
.BgClassName
{
background-color: #28A884;
}
</style>
border-color css
<style>
span { border-color: #28A884; }
span { border-color: rgb(40,168,132); }
td.TdClassName
{
border-color: #28A884;
}
.TagClassName
{
border-color: #28A884;
}
</style>