Shades of Jungle Green #28B586
Tints of Jungle Green #28B586
RGB
CMYK
RGB Variations
Color information
#28B586 (or 0x28B586) is known color: Jungle Green. HEX triplet: 28, B5 and 86. RGB value is (40,181,134). Sum of RGB (Red+Green+Blue) = 40+181+134=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #28B586 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B586 is #D74A79. Grayscale: #858585. Windows color (decimal): -14109306 or 8828200. OLE color: 8828200.
HSL color Cylindrical-coordinate representation of color #28B586: hue angle of 160º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B586 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 181 | 134 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.29 |
| HSL | 160º | 0.64% | 0.43% | - |
| HSV(B) | 160º | 0.78% | 0.71% | - |
| XYZ | 21.7 | 35.22 | 28.21 | - |
| YUV | 133.48 | 128.29 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 181 | 134 | 0.78 | 0 | 0.26 | 0.29 | 160 | 0.64 | 0.43 |
| Hex | 28 | B5 | 86 | 4E | 0 | 1A | 1D | A0 | 40 | 2B |
| Octal | 50 | 265 | 206 | 116 | 0 | 32 | 35 | 240 | 100 | 53 |
| Binary | 101000 | 10110101 | 10000110 | 1001110 | 0 | 11010 | 11101 | 10100000 | 1000000 | 101011 |
Color Harmonies of #28B586
Complementary color
Monochromatic Colors of #28B586
Black with #28B586
Text Example
Text Example
White with #28B586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B586; }
p { color: rgb(40,181,134); }
H1.HeaderClassName
{
color: #28B586;
}
.AnyTagClassName
{
color: #28B586;
}
</style>
background-color css
<style>
a { background-color: #28B586; }
a { background-color: rgb(40,181,134); }
div.DivClassName
{
background-color: #28B586;
}
.BgClassName
{
background-color: #28B586;
}
</style>
border-color css
<style>
span { border-color: #28B586; }
span { border-color: rgb(40,181,134); }
td.TdClassName
{
border-color: #28B586;
}
.TagClassName
{
border-color: #28B586;
}
</style>