Shades of Shamrock #28C988
Tints of Shamrock #28C988
RGB
CMYK
RGB Variations
Color information
#28C988 (or 0x28C988) is known color: Shamrock. HEX triplet: 28, C9 and 88. RGB value is (40,201,136). Sum of RGB (Red+Green+Blue) = 40+201+136=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #28C988 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C988 is #D73677. Grayscale: #919191. Windows color (decimal): -14104184 or 8964392. OLE color: 8964392.
HSL color Cylindrical-coordinate representation of color #28C988: hue angle of 155.78º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C988 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 136 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.21 |
| HSL | 155.78º | 0.67% | 0.47% | - |
| HSV(B) | 155.78º | 0.8% | 0.79% | - |
| XYZ | 26.21 | 44 | 30.4 | - |
| YUV | 145.45 | 122.66 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 136 | 0.80 | 0 | 0.32 | 0.21 | 155.78 | 0.67 | 0.47 |
| Hex | 28 | C9 | 88 | 50 | 0 | 20 | 15 | 9C | 43 | 2F |
| Octal | 50 | 311 | 210 | 120 | 0 | 40 | 25 | 234 | 103 | 57 |
| Binary | 101000 | 11001001 | 10001000 | 1010000 | 0 | 100000 | 10101 | 10011100 | 1000011 | 101111 |
Color Harmonies of #28C988
Complementary color
Monochromatic Colors of #28C988
Black with #28C988
Text Example
Text Example
White with #28C988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C988; }
p { color: rgb(40,201,136); }
H1.HeaderClassName
{
color: #28C988;
}
.AnyTagClassName
{
color: #28C988;
}
</style>
background-color css
<style>
a { background-color: #28C988; }
a { background-color: rgb(40,201,136); }
div.DivClassName
{
background-color: #28C988;
}
.BgClassName
{
background-color: #28C988;
}
</style>
border-color css
<style>
span { border-color: #28C988; }
span { border-color: rgb(40,201,136); }
td.TdClassName
{
border-color: #28C988;
}
.TagClassName
{
border-color: #28C988;
}
</style>