Shades of Shamrock #28DB78
Tints of Shamrock #28DB78
RGB
CMYK
RGB Variations
Color information
#28DB78 (or 0x28DB78) is known color: Shamrock. HEX triplet: 28, DB and 78. RGB value is (40,219,120). Sum of RGB (Red+Green+Blue) = 40+219+120=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 219 (85.94% from 255 or 57.78% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 219 - color contains mainly: green. Hex color #28DB78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DB78 is #D72487. Grayscale: #9A9A9A. Windows color (decimal): -14099592 or 7920424. OLE color: 7920424.
HSL color Cylindrical-coordinate representation of color #28DB78: hue angle of 146.82º 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 #28DB78 is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 120 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.14 |
| HSL | 146.82º | 0.71% | 0.51% | - |
| HSV(B) | 146.82º | 0.82% | 0.86% | - |
| XYZ | 29.6 | 52.47 | 26.34 | - |
| YUV | 154.19 | 108.7 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 120 | 0.82 | 0 | 0.45 | 0.14 | 146.82 | 0.71 | 0.51 |
| Hex | 28 | DB | 78 | 52 | 0 | 2D | E | 93 | 47 | 33 |
| Octal | 50 | 333 | 170 | 122 | 0 | 55 | 16 | 223 | 107 | 63 |
| Binary | 101000 | 11011011 | 1111000 | 1010010 | 0 | 101101 | 1110 | 10010011 | 1000111 | 110011 |
Color Harmonies of #28DB78
Complementary color
Monochromatic Colors of #28DB78
Black with #28DB78
Text Example
Text Example
White with #28DB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DB78; }
p { color: rgb(40,219,120); }
H1.HeaderClassName
{
color: #28DB78;
}
.AnyTagClassName
{
color: #28DB78;
}
</style>
background-color css
<style>
a { background-color: #28DB78; }
a { background-color: rgb(40,219,120); }
div.DivClassName
{
background-color: #28DB78;
}
.BgClassName
{
background-color: #28DB78;
}
</style>
border-color css
<style>
span { border-color: #28DB78; }
span { border-color: rgb(40,219,120); }
td.TdClassName
{
border-color: #28DB78;
}
.TagClassName
{
border-color: #28DB78;
}
</style>