Shades of Shamrock #28D998
Tints of Shamrock #28D998
RGB
CMYK
RGB Variations
Color information
#28D998 (or 0x28D998) is known color: Shamrock. HEX triplet: 28, D9 and 98. RGB value is (40,217,152). Sum of RGB (Red+Green+Blue) = 40+217+152=409 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.78% from 409); Green value is 217 (85.16% from 255 or 53.06% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 217 - color contains mainly: green. Hex color #28D998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D998 is #D72667. Grayscale: #9C9C9C. Windows color (decimal): -14100072 or 10017064. OLE color: 10017064.
HSL color Cylindrical-coordinate representation of color #28D998: hue angle of 157.97º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D998 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 152 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.15 |
| HSL | 157.97º | 0.7% | 0.5% | - |
| HSV(B) | 157.97º | 0.82% | 0.85% | - |
| XYZ | 31.36 | 52.34 | 38.16 | - |
| YUV | 156.67 | 125.36 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 152 | 0.82 | 0 | 0.30 | 0.15 | 157.97 | 0.7 | 0.5 |
| Hex | 28 | D9 | 98 | 52 | 0 | 1E | F | 9E | 46 | 32 |
| Octal | 50 | 331 | 230 | 122 | 0 | 36 | 17 | 236 | 106 | 62 |
| Binary | 101000 | 11011001 | 10011000 | 1010010 | 0 | 11110 | 1111 | 10011110 | 1000110 | 110010 |
Color Harmonies of #28D998
Complementary color
Monochromatic Colors of #28D998
Black with #28D998
Text Example
Text Example
White with #28D998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D998; }
p { color: rgb(40,217,152); }
H1.HeaderClassName
{
color: #28D998;
}
.AnyTagClassName
{
color: #28D998;
}
</style>
background-color css
<style>
a { background-color: #28D998; }
a { background-color: rgb(40,217,152); }
div.DivClassName
{
background-color: #28D998;
}
.BgClassName
{
background-color: #28D998;
}
</style>
border-color css
<style>
span { border-color: #28D998; }
span { border-color: rgb(40,217,152); }
td.TdClassName
{
border-color: #28D998;
}
.TagClassName
{
border-color: #28D998;
}
</style>