Shades of Shamrock #28C993
Tints of Shamrock #28C993
RGB
CMYK
RGB Variations
Color information
#28C993 (or 0x28C993) is known color: Shamrock. HEX triplet: 28, C9 and 93. RGB value is (40,201,147). Sum of RGB (Red+Green+Blue) = 40+201+147=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #28C993 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C993 is #D7366C. Grayscale: #929292. Windows color (decimal): -14104173 or 9685288. OLE color: 9685288.
HSL color Cylindrical-coordinate representation of color #28C993: hue angle of 159.88º 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 #28C993 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 147 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.21 |
| HSL | 159.88º | 0.67% | 0.47% | - |
| HSV(B) | 159.88º | 0.8% | 0.79% | - |
| XYZ | 27.03 | 44.33 | 34.74 | - |
| YUV | 146.71 | 128.16 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 147 | 0.80 | 0 | 0.27 | 0.21 | 159.88 | 0.67 | 0.47 |
| Hex | 28 | C9 | 93 | 50 | 0 | 1B | 15 | A0 | 43 | 2F |
| Octal | 50 | 311 | 223 | 120 | 0 | 33 | 25 | 240 | 103 | 57 |
| Binary | 101000 | 11001001 | 10010011 | 1010000 | 0 | 11011 | 10101 | 10100000 | 1000011 | 101111 |
Color Harmonies of #28C993
Complementary color
Monochromatic Colors of #28C993
Black with #28C993
Text Example
Text Example
White with #28C993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C993; }
p { color: rgb(40,201,147); }
H1.HeaderClassName
{
color: #28C993;
}
.AnyTagClassName
{
color: #28C993;
}
</style>
background-color css
<style>
a { background-color: #28C993; }
a { background-color: rgb(40,201,147); }
div.DivClassName
{
background-color: #28C993;
}
.BgClassName
{
background-color: #28C993;
}
</style>
border-color css
<style>
span { border-color: #28C993; }
span { border-color: rgb(40,201,147); }
td.TdClassName
{
border-color: #28C993;
}
.TagClassName
{
border-color: #28C993;
}
</style>