Shades of Shamrock #28DC92
Tints of Shamrock #28DC92
RGB
CMYK
RGB Variations
Color information
#28DC92 (or 0x28DC92) is known color: Shamrock. HEX triplet: 28, DC and 92. RGB value is (40,220,146). Sum of RGB (Red+Green+Blue) = 40+220+146=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DC92 is #D7236D. Grayscale: #9D9D9D. Windows color (decimal): -14099310 or 9624616. OLE color: 9624616.
HSL color Cylindrical-coordinate representation of color #28DC92: hue angle of 155.33º 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 #28DC92 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 146 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.14 |
| HSL | 155.33º | 0.72% | 0.51% | - |
| HSV(B) | 155.33º | 0.82% | 0.86% | - |
| XYZ | 31.66 | 53.71 | 35.89 | - |
| YUV | 157.74 | 121.37 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 146 | 0.82 | 0 | 0.34 | 0.14 | 155.33 | 0.72 | 0.51 |
| Hex | 28 | DC | 92 | 52 | 0 | 22 | E | 9B | 48 | 33 |
| Octal | 50 | 334 | 222 | 122 | 0 | 42 | 16 | 233 | 110 | 63 |
| Binary | 101000 | 11011100 | 10010010 | 1010010 | 0 | 100010 | 1110 | 10011011 | 1001000 | 110011 |
Color Harmonies of #28DC92
Complementary color
Monochromatic Colors of #28DC92
Black with #28DC92
Text Example
Text Example
White with #28DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC92; }
p { color: rgb(40,220,146); }
H1.HeaderClassName
{
color: #28DC92;
}
.AnyTagClassName
{
color: #28DC92;
}
</style>
background-color css
<style>
a { background-color: #28DC92; }
a { background-color: rgb(40,220,146); }
div.DivClassName
{
background-color: #28DC92;
}
.BgClassName
{
background-color: #28DC92;
}
</style>
border-color css
<style>
span { border-color: #28DC92; }
span { border-color: rgb(40,220,146); }
td.TdClassName
{
border-color: #28DC92;
}
.TagClassName
{
border-color: #28DC92;
}
</style>