Shades of Shamrock #28DB88
Tints of Shamrock #28DB88
RGB
CMYK
RGB Variations
Color information
#28DB88 (or 0x28DB88) is known color: Shamrock. HEX triplet: 28, DB and 88. RGB value is (40,219,136). Sum of RGB (Red+Green+Blue) = 40+219+136=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #28DB88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DB88 is #D72477. Grayscale: #9C9C9C. Windows color (decimal): -14099576 or 8969000. OLE color: 8969000.
HSL color Cylindrical-coordinate representation of color #28DB88: hue angle of 152.18º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DB88 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 136 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.14 |
| HSL | 152.18º | 0.71% | 0.51% | - |
| HSV(B) | 152.18º | 0.82% | 0.86% | - |
| XYZ | 30.65 | 52.89 | 31.89 | - |
| YUV | 156.02 | 116.7 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 136 | 0.82 | 0 | 0.38 | 0.14 | 152.18 | 0.71 | 0.51 |
| Hex | 28 | DB | 88 | 52 | 0 | 26 | E | 98 | 47 | 33 |
| Octal | 50 | 333 | 210 | 122 | 0 | 46 | 16 | 230 | 107 | 63 |
| Binary | 101000 | 11011011 | 10001000 | 1010010 | 0 | 100110 | 1110 | 10011000 | 1000111 | 110011 |
Color Harmonies of #28DB88
Complementary color
Monochromatic Colors of #28DB88
Black with #28DB88
Text Example
Text Example
White with #28DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DB88; }
p { color: rgb(40,219,136); }
H1.HeaderClassName
{
color: #28DB88;
}
.AnyTagClassName
{
color: #28DB88;
}
</style>
background-color css
<style>
a { background-color: #28DB88; }
a { background-color: rgb(40,219,136); }
div.DivClassName
{
background-color: #28DB88;
}
.BgClassName
{
background-color: #28DB88;
}
</style>
border-color css
<style>
span { border-color: #28DB88; }
span { border-color: rgb(40,219,136); }
td.TdClassName
{
border-color: #28DB88;
}
.TagClassName
{
border-color: #28DB88;
}
</style>