Shades of Shamrock #28D196
Tints of Shamrock #28D196
RGB
CMYK
RGB Variations
Color information
#28D196 (or 0x28D196) is known color: Shamrock. HEX triplet: 28, D1 and 96. RGB value is (40,209,150). Sum of RGB (Red+Green+Blue) = 40+209+150=399 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.03% from 399); Green value is 209 (82.03% from 255 or 52.38% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 209 - color contains mainly: green. Hex color #28D196 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D196 is #D72E69. Grayscale: #979797. Windows color (decimal): -14102122 or 9883944. OLE color: 9883944.
HSL color Cylindrical-coordinate representation of color #28D196: hue angle of 159.05º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D196 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 209 | 150 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.18 |
| HSL | 159.05º | 0.68% | 0.49% | - |
| HSV(B) | 159.05º | 0.81% | 0.82% | - |
| XYZ | 29.18 | 48.25 | 36.63 | - |
| YUV | 151.74 | 127.01 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 209 | 150 | 0.81 | 0 | 0.28 | 0.18 | 159.05 | 0.68 | 0.49 |
| Hex | 28 | D1 | 96 | 51 | 0 | 1C | 12 | 9F | 44 | 31 |
| Octal | 50 | 321 | 226 | 121 | 0 | 34 | 22 | 237 | 104 | 61 |
| Binary | 101000 | 11010001 | 10010110 | 1010001 | 0 | 11100 | 10010 | 10011111 | 1000100 | 110001 |
Color Harmonies of #28D196
Complementary color
Monochromatic Colors of #28D196
Black with #28D196
Text Example
Text Example
White with #28D196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D196; }
p { color: rgb(40,209,150); }
H1.HeaderClassName
{
color: #28D196;
}
.AnyTagClassName
{
color: #28D196;
}
</style>
background-color css
<style>
a { background-color: #28D196; }
a { background-color: rgb(40,209,150); }
div.DivClassName
{
background-color: #28D196;
}
.BgClassName
{
background-color: #28D196;
}
</style>
border-color css
<style>
span { border-color: #28D196; }
span { border-color: rgb(40,209,150); }
td.TdClassName
{
border-color: #28D196;
}
.TagClassName
{
border-color: #28D196;
}
</style>