Shades of Shamrock #28D798
Tints of Shamrock #28D798
RGB
CMYK
RGB Variations
Color information
#28D798 (or 0x28D798) is known color: Shamrock. HEX triplet: 28, D7 and 98. RGB value is (40,215,152). Sum of RGB (Red+Green+Blue) = 40+215+152=407 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.83% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #28D798 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D798 is #D72867. Grayscale: #9B9B9B. Windows color (decimal): -14100584 or 10016552. OLE color: 10016552.
HSL color Cylindrical-coordinate representation of color #28D798: hue angle of 158.4º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D798 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 215 | 152 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.16 |
| HSL | 158.4º | 0.69% | 0.5% | - |
| HSV(B) | 158.4º | 0.81% | 0.84% | - |
| XYZ | 30.84 | 51.32 | 37.99 | - |
| YUV | 155.49 | 126.02 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 215 | 152 | 0.81 | 0 | 0.29 | 0.16 | 158.4 | 0.69 | 0.5 |
| Hex | 28 | D7 | 98 | 51 | 0 | 1D | 10 | 9E | 45 | 32 |
| Octal | 50 | 327 | 230 | 121 | 0 | 35 | 20 | 236 | 105 | 62 |
| Binary | 101000 | 11010111 | 10011000 | 1010001 | 0 | 11101 | 10000 | 10011110 | 1000101 | 110010 |
Color Harmonies of #28D798
Complementary color
Monochromatic Colors of #28D798
Black with #28D798
Text Example
Text Example
White with #28D798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D798; }
p { color: rgb(40,215,152); }
H1.HeaderClassName
{
color: #28D798;
}
.AnyTagClassName
{
color: #28D798;
}
</style>
background-color css
<style>
a { background-color: #28D798; }
a { background-color: rgb(40,215,152); }
div.DivClassName
{
background-color: #28D798;
}
.BgClassName
{
background-color: #28D798;
}
</style>
border-color css
<style>
span { border-color: #28D798; }
span { border-color: rgb(40,215,152); }
td.TdClassName
{
border-color: #28D798;
}
.TagClassName
{
border-color: #28D798;
}
</style>