Shades of Shamrock #28C587
Tints of Shamrock #28C587
RGB
CMYK
RGB Variations
Color information
#28C587 (or 0x28C587) is known color: Shamrock. HEX triplet: 28, C5 and 87. RGB value is (40,197,135). Sum of RGB (Red+Green+Blue) = 40+197+135=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 197 (77.34% from 255 or 52.96% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 197 - color contains mainly: green. Hex color #28C587 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C587 is #D73A78. Grayscale: #8F8F8F. Windows color (decimal): -14105209 or 8897832. OLE color: 8897832.
HSL color Cylindrical-coordinate representation of color #28C587: hue angle of 156.31º 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 #28C587 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 135 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.23 |
| HSL | 156.31º | 0.66% | 0.46% | - |
| HSV(B) | 156.31º | 0.8% | 0.77% | - |
| XYZ | 25.21 | 42.13 | 29.73 | - |
| YUV | 142.99 | 123.49 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 135 | 0.80 | 0 | 0.31 | 0.23 | 156.31 | 0.66 | 0.46 |
| Hex | 28 | C5 | 87 | 50 | 0 | 1F | 17 | 9C | 42 | 2E |
| Octal | 50 | 305 | 207 | 120 | 0 | 37 | 27 | 234 | 102 | 56 |
| Binary | 101000 | 11000101 | 10000111 | 1010000 | 0 | 11111 | 10111 | 10011100 | 1000010 | 101110 |
Color Harmonies of #28C587
Complementary color
Monochromatic Colors of #28C587
Black with #28C587
Text Example
Text Example
White with #28C587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C587; }
p { color: rgb(40,197,135); }
H1.HeaderClassName
{
color: #28C587;
}
.AnyTagClassName
{
color: #28C587;
}
</style>
background-color css
<style>
a { background-color: #28C587; }
a { background-color: rgb(40,197,135); }
div.DivClassName
{
background-color: #28C587;
}
.BgClassName
{
background-color: #28C587;
}
</style>
border-color css
<style>
span { border-color: #28C587; }
span { border-color: rgb(40,197,135); }
td.TdClassName
{
border-color: #28C587;
}
.TagClassName
{
border-color: #28C587;
}
</style>