Shades of Shamrock #28D990
Tints of Shamrock #28D990
RGB
CMYK
RGB Variations
Color information
#28D990 (or 0x28D990) is known color: Shamrock. HEX triplet: 28, D9 and 90. RGB value is (40,217,144). Sum of RGB (Red+Green+Blue) = 40+217+144=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #28D990 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D990 is #D7266F. Grayscale: #9B9B9B. Windows color (decimal): -14100080 or 9492776. OLE color: 9492776.
HSL color Cylindrical-coordinate representation of color #28D990: hue angle of 155.25º 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 #28D990 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 144 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.15 |
| HSL | 155.25º | 0.7% | 0.5% | - |
| HSV(B) | 155.25º | 0.82% | 0.85% | - |
| XYZ | 30.72 | 52.09 | 34.82 | - |
| YUV | 155.76 | 121.36 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 144 | 0.82 | 0 | 0.34 | 0.15 | 155.25 | 0.7 | 0.5 |
| Hex | 28 | D9 | 90 | 52 | 0 | 22 | F | 9B | 46 | 32 |
| Octal | 50 | 331 | 220 | 122 | 0 | 42 | 17 | 233 | 106 | 62 |
| Binary | 101000 | 11011001 | 10010000 | 1010010 | 0 | 100010 | 1111 | 10011011 | 1000110 | 110010 |
Color Harmonies of #28D990
Complementary color
Monochromatic Colors of #28D990
Black with #28D990
Text Example
Text Example
White with #28D990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D990; }
p { color: rgb(40,217,144); }
H1.HeaderClassName
{
color: #28D990;
}
.AnyTagClassName
{
color: #28D990;
}
</style>
background-color css
<style>
a { background-color: #28D990; }
a { background-color: rgb(40,217,144); }
div.DivClassName
{
background-color: #28D990;
}
.BgClassName
{
background-color: #28D990;
}
</style>
border-color css
<style>
span { border-color: #28D990; }
span { border-color: rgb(40,217,144); }
td.TdClassName
{
border-color: #28D990;
}
.TagClassName
{
border-color: #28D990;
}
</style>