Shades of Shamrock #28D995
Tints of Shamrock #28D995
RGB
CMYK
RGB Variations
Color information
#28D995 (or 0x28D995) is known color: Shamrock. HEX triplet: 28, D9 and 95. RGB value is (40,217,149). Sum of RGB (Red+Green+Blue) = 40+217+149=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #28D995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D995 is #D7266A. Grayscale: #9C9C9C. Windows color (decimal): -14100075 or 9820456. OLE color: 9820456.
HSL color Cylindrical-coordinate representation of color #28D995: hue angle of 156.95º 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 #28D995 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 149 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.15 |
| HSL | 156.95º | 0.7% | 0.5% | - |
| HSV(B) | 156.95º | 0.82% | 0.85% | - |
| XYZ | 31.11 | 52.25 | 36.88 | - |
| YUV | 156.33 | 123.86 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 149 | 0.82 | 0 | 0.31 | 0.15 | 156.95 | 0.7 | 0.5 |
| Hex | 28 | D9 | 95 | 52 | 0 | 1F | F | 9D | 46 | 32 |
| Octal | 50 | 331 | 225 | 122 | 0 | 37 | 17 | 235 | 106 | 62 |
| Binary | 101000 | 11011001 | 10010101 | 1010010 | 0 | 11111 | 1111 | 10011101 | 1000110 | 110010 |
Color Harmonies of #28D995
Complementary color
Monochromatic Colors of #28D995
Black with #28D995
Text Example
Text Example
White with #28D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D995; }
p { color: rgb(40,217,149); }
H1.HeaderClassName
{
color: #28D995;
}
.AnyTagClassName
{
color: #28D995;
}
</style>
background-color css
<style>
a { background-color: #28D995; }
a { background-color: rgb(40,217,149); }
div.DivClassName
{
background-color: #28D995;
}
.BgClassName
{
background-color: #28D995;
}
</style>
border-color css
<style>
span { border-color: #28D995; }
span { border-color: rgb(40,217,149); }
td.TdClassName
{
border-color: #28D995;
}
.TagClassName
{
border-color: #28D995;
}
</style>