Shades of Jungle Green #28B890
Tints of Jungle Green #28B890
RGB
CMYK
RGB Variations
Color information
#28B890 (or 0x28B890) is known color: Jungle Green. HEX triplet: 28, B8 and 90. RGB value is (40,184,144). Sum of RGB (Red+Green+Blue) = 40+184+144=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #28B890 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B890 is #D7476F. Grayscale: #888888. Windows color (decimal): -14108528 or 9484328. OLE color: 9484328.
HSL color Cylindrical-coordinate representation of color #28B890: hue angle of 163.33º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B890 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 40 | 184 | 144 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.28 |
| HSL | 163.33º | 0.64% | 0.44% | - |
| HSV(B) | 163.33º | 0.78% | 0.72% | - |
| XYZ | 23.05 | 36.75 | 32.26 | - |
| YUV | 136.38 | 132.29 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 184 | 144 | 0.78 | 0 | 0.22 | 0.28 | 163.33 | 0.64 | 0.44 |
| Hex | 28 | B8 | 90 | 4E | 0 | 16 | 1C | A3 | 40 | 2C |
| Octal | 50 | 270 | 220 | 116 | 0 | 26 | 34 | 243 | 100 | 54 |
| Binary | 101000 | 10111000 | 10010000 | 1001110 | 0 | 10110 | 11100 | 10100011 | 1000000 | 101100 |
Color Harmonies of #28B890
Complementary color
Monochromatic Colors of #28B890
Black with #28B890
Text Example
Text Example
White with #28B890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B890; }
p { color: rgb(40,184,144); }
H1.HeaderClassName
{
color: #28B890;
}
.AnyTagClassName
{
color: #28B890;
}
</style>
background-color css
<style>
a { background-color: #28B890; }
a { background-color: rgb(40,184,144); }
div.DivClassName
{
background-color: #28B890;
}
.BgClassName
{
background-color: #28B890;
}
</style>
border-color css
<style>
span { border-color: #28B890; }
span { border-color: rgb(40,184,144); }
td.TdClassName
{
border-color: #28B890;
}
.TagClassName
{
border-color: #28B890;
}
</style>