Shades of Shamrock #28C991
Tints of Shamrock #28C991
RGB
CMYK
RGB Variations
Color information
#28C991 (or 0x28C991) is known color: Shamrock. HEX triplet: 28, C9 and 91. RGB value is (40,201,145). Sum of RGB (Red+Green+Blue) = 40+201+145=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 201 (78.91% from 255 or 52.07% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 201 - color contains mainly: green. Hex color #28C991 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C991 is #D7366E. Grayscale: #929292. Windows color (decimal): -14104175 or 9554216. OLE color: 9554216.
HSL color Cylindrical-coordinate representation of color #28C991: hue angle of 159.13º 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 #28C991 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 145 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.21 |
| HSL | 159.13º | 0.67% | 0.47% | - |
| HSV(B) | 159.13º | 0.8% | 0.79% | - |
| XYZ | 26.87 | 44.27 | 33.92 | - |
| YUV | 146.48 | 127.16 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 145 | 0.80 | 0 | 0.28 | 0.21 | 159.13 | 0.67 | 0.47 |
| Hex | 28 | C9 | 91 | 50 | 0 | 1C | 15 | 9F | 43 | 2F |
| Octal | 50 | 311 | 221 | 120 | 0 | 34 | 25 | 237 | 103 | 57 |
| Binary | 101000 | 11001001 | 10010001 | 1010000 | 0 | 11100 | 10101 | 10011111 | 1000011 | 101111 |
Color Harmonies of #28C991
Complementary color
Monochromatic Colors of #28C991
Black with #28C991
Text Example
Text Example
White with #28C991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C991; }
p { color: rgb(40,201,145); }
H1.HeaderClassName
{
color: #28C991;
}
.AnyTagClassName
{
color: #28C991;
}
</style>
background-color css
<style>
a { background-color: #28C991; }
a { background-color: rgb(40,201,145); }
div.DivClassName
{
background-color: #28C991;
}
.BgClassName
{
background-color: #28C991;
}
</style>
border-color css
<style>
span { border-color: #28C991; }
span { border-color: rgb(40,201,145); }
td.TdClassName
{
border-color: #28C991;
}
.TagClassName
{
border-color: #28C991;
}
</style>