Shades of Shamrock #28C59F
Tints of Shamrock #28C59F
RGB
CMYK
RGB Variations
Color information
#28C59F (or 0x28C59F) is known color: Shamrock. HEX triplet: 28, C5 and 9F. RGB value is (40,197,159). Sum of RGB (Red+Green+Blue) = 40+197+159=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #28C59F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C59F is #D73A60. Grayscale: #919191. Windows color (decimal): -14105185 or 10470696. OLE color: 10470696.
HSL color Cylindrical-coordinate representation of color #28C59F: hue angle of 165.48º 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 #28C59F is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 159 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.23 |
| HSL | 165.48º | 0.66% | 0.46% | - |
| HSV(B) | 165.48º | 0.8% | 0.77% | - |
| XYZ | 27.1 | 42.89 | 39.65 | - |
| YUV | 145.73 | 135.49 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 159 | 0.80 | 0 | 0.19 | 0.23 | 165.48 | 0.66 | 0.46 |
| Hex | 28 | C5 | 9F | 50 | 0 | 13 | 17 | A5 | 42 | 2E |
| Octal | 50 | 305 | 237 | 120 | 0 | 23 | 27 | 245 | 102 | 56 |
| Binary | 101000 | 11000101 | 10011111 | 1010000 | 0 | 10011 | 10111 | 10100101 | 1000010 | 101110 |
Color Harmonies of #28C59F
Complementary color
Monochromatic Colors of #28C59F
Black with #28C59F
Text Example
Text Example
White with #28C59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C59F; }
p { color: rgb(40,197,159); }
H1.HeaderClassName
{
color: #28C59F;
}
.AnyTagClassName
{
color: #28C59F;
}
</style>
background-color css
<style>
a { background-color: #28C59F; }
a { background-color: rgb(40,197,159); }
div.DivClassName
{
background-color: #28C59F;
}
.BgClassName
{
background-color: #28C59F;
}
</style>
border-color css
<style>
span { border-color: #28C59F; }
span { border-color: rgb(40,197,159); }
td.TdClassName
{
border-color: #28C59F;
}
.TagClassName
{
border-color: #28C59F;
}
</style>