Shades of Shamrock #28DD92
Tints of Shamrock #28DD92
RGB
CMYK
RGB Variations
Color information
#28DD92 (or 0x28DD92) is known color: Shamrock. HEX triplet: 28, DD and 92. RGB value is (40,221,146). Sum of RGB (Red+Green+Blue) = 40+221+146=407 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.83% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DD92 is #D7226D. Grayscale: #9E9E9E. Windows color (decimal): -14099054 or 9624872. OLE color: 9624872.
HSL color Cylindrical-coordinate representation of color #28DD92: hue angle of 155.14º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DD92 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 146 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.13 |
| HSL | 155.14º | 0.73% | 0.51% | - |
| HSV(B) | 155.14º | 0.82% | 0.87% | - |
| XYZ | 31.92 | 54.24 | 35.98 | - |
| YUV | 158.33 | 121.03 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 146 | 0.82 | 0 | 0.34 | 0.13 | 155.14 | 0.73 | 0.51 |
| Hex | 28 | DD | 92 | 52 | 0 | 22 | D | 9B | 49 | 33 |
| Octal | 50 | 335 | 222 | 122 | 0 | 42 | 15 | 233 | 111 | 63 |
| Binary | 101000 | 11011101 | 10010010 | 1010010 | 0 | 100010 | 1101 | 10011011 | 1001001 | 110011 |
Color Harmonies of #28DD92
Complementary color
Monochromatic Colors of #28DD92
Black with #28DD92
Text Example
Text Example
White with #28DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD92; }
p { color: rgb(40,221,146); }
H1.HeaderClassName
{
color: #28DD92;
}
.AnyTagClassName
{
color: #28DD92;
}
</style>
background-color css
<style>
a { background-color: #28DD92; }
a { background-color: rgb(40,221,146); }
div.DivClassName
{
background-color: #28DD92;
}
.BgClassName
{
background-color: #28DD92;
}
</style>
border-color css
<style>
span { border-color: #28DD92; }
span { border-color: rgb(40,221,146); }
td.TdClassName
{
border-color: #28DD92;
}
.TagClassName
{
border-color: #28DD92;
}
</style>