Shades of Shamrock #28DC93
Tints of Shamrock #28DC93
RGB
CMYK
RGB Variations
Color information
#28DC93 (or 0x28DC93) is known color: Shamrock. HEX triplet: 28, DC and 93. RGB value is (40,220,147). Sum of RGB (Red+Green+Blue) = 40+220+147=407 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.83% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DC93 is #D7236C. Grayscale: #9D9D9D. Windows color (decimal): -14099309 or 9690152. OLE color: 9690152.
HSL color Cylindrical-coordinate representation of color #28DC93: hue angle of 155.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DC93 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 147 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.14 |
| HSL | 155.67º | 0.72% | 0.51% | - |
| HSV(B) | 155.67º | 0.82% | 0.86% | - |
| XYZ | 31.73 | 53.74 | 36.3 | - |
| YUV | 157.86 | 121.87 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 147 | 0.82 | 0 | 0.33 | 0.14 | 155.67 | 0.72 | 0.51 |
| Hex | 28 | DC | 93 | 52 | 0 | 21 | E | 9C | 48 | 33 |
| Octal | 50 | 334 | 223 | 122 | 0 | 41 | 16 | 234 | 110 | 63 |
| Binary | 101000 | 11011100 | 10010011 | 1010010 | 0 | 100001 | 1110 | 10011100 | 1001000 | 110011 |
Color Harmonies of #28DC93
Complementary color
Monochromatic Colors of #28DC93
Black with #28DC93
Text Example
Text Example
White with #28DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC93; }
p { color: rgb(40,220,147); }
H1.HeaderClassName
{
color: #28DC93;
}
.AnyTagClassName
{
color: #28DC93;
}
</style>
background-color css
<style>
a { background-color: #28DC93; }
a { background-color: rgb(40,220,147); }
div.DivClassName
{
background-color: #28DC93;
}
.BgClassName
{
background-color: #28DC93;
}
</style>
border-color css
<style>
span { border-color: #28DC93; }
span { border-color: rgb(40,220,147); }
td.TdClassName
{
border-color: #28DC93;
}
.TagClassName
{
border-color: #28DC93;
}
</style>