Shades of Shamrock #28C596
Tints of Shamrock #28C596
RGB
CMYK
RGB Variations
Color information
#28C596 (or 0x28C596) is known color: Shamrock. HEX triplet: 28, C5 and 96. RGB value is (40,197,150). Sum of RGB (Red+Green+Blue) = 40+197+150=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #28C596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C596 is #D73A69. Grayscale: #909090. Windows color (decimal): -14105194 or 9880872. OLE color: 9880872.
HSL color Cylindrical-coordinate representation of color #28C596: hue angle of 162.04º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C596 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 150 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.23 |
| HSL | 162.04º | 0.66% | 0.46% | - |
| HSV(B) | 162.04º | 0.8% | 0.77% | - |
| XYZ | 26.35 | 42.59 | 35.69 | - |
| YUV | 144.7 | 130.99 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 150 | 0.80 | 0 | 0.24 | 0.23 | 162.04 | 0.66 | 0.46 |
| Hex | 28 | C5 | 96 | 50 | 0 | 18 | 17 | A2 | 42 | 2E |
| Octal | 50 | 305 | 226 | 120 | 0 | 30 | 27 | 242 | 102 | 56 |
| Binary | 101000 | 11000101 | 10010110 | 1010000 | 0 | 11000 | 10111 | 10100010 | 1000010 | 101110 |
Color Harmonies of #28C596
Complementary color
Monochromatic Colors of #28C596
Black with #28C596
Text Example
Text Example
White with #28C596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C596; }
p { color: rgb(40,197,150); }
H1.HeaderClassName
{
color: #28C596;
}
.AnyTagClassName
{
color: #28C596;
}
</style>
background-color css
<style>
a { background-color: #28C596; }
a { background-color: rgb(40,197,150); }
div.DivClassName
{
background-color: #28C596;
}
.BgClassName
{
background-color: #28C596;
}
</style>
border-color css
<style>
span { border-color: #28C596; }
span { border-color: rgb(40,197,150); }
td.TdClassName
{
border-color: #28C596;
}
.TagClassName
{
border-color: #28C596;
}
</style>