Shades of Jungle Green #28B585
Tints of Jungle Green #28B585
RGB
CMYK
RGB Variations
Color information
#28B585 (or 0x28B585) is known color: Jungle Green. HEX triplet: 28, B5 and 85. RGB value is (40,181,133). Sum of RGB (Red+Green+Blue) = 40+181+133=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #28B585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B585 is #D74A7A. Grayscale: #858585. Windows color (decimal): -14109307 or 8762664. OLE color: 8762664.
HSL color Cylindrical-coordinate representation of color #28B585: hue angle of 159.57º 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 #28B585 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 181 | 133 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.29 |
| HSL | 159.57º | 0.64% | 0.43% | - |
| HSV(B) | 159.57º | 0.78% | 0.71% | - |
| XYZ | 21.63 | 35.19 | 27.84 | - |
| YUV | 133.37 | 127.79 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 181 | 133 | 0.78 | 0 | 0.27 | 0.29 | 159.57 | 0.64 | 0.43 |
| Hex | 28 | B5 | 85 | 4E | 0 | 1B | 1D | A0 | 40 | 2B |
| Octal | 50 | 265 | 205 | 116 | 0 | 33 | 35 | 240 | 100 | 53 |
| Binary | 101000 | 10110101 | 10000101 | 1001110 | 0 | 11011 | 11101 | 10100000 | 1000000 | 101011 |
Color Harmonies of #28B585
Complementary color
Monochromatic Colors of #28B585
Black with #28B585
Text Example
Text Example
White with #28B585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B585; }
p { color: rgb(40,181,133); }
H1.HeaderClassName
{
color: #28B585;
}
.AnyTagClassName
{
color: #28B585;
}
</style>
background-color css
<style>
a { background-color: #28B585; }
a { background-color: rgb(40,181,133); }
div.DivClassName
{
background-color: #28B585;
}
.BgClassName
{
background-color: #28B585;
}
</style>
border-color css
<style>
span { border-color: #28B585; }
span { border-color: rgb(40,181,133); }
td.TdClassName
{
border-color: #28B585;
}
.TagClassName
{
border-color: #28B585;
}
</style>