Shades of Shamrock #28D294
Tints of Shamrock #28D294
RGB
CMYK
RGB Variations
Color information
#28D294 (or 0x28D294) is known color: Shamrock. HEX triplet: 28, D2 and 94. RGB value is (40,210,148). Sum of RGB (Red+Green+Blue) = 40+210+148=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 210 (82.42% from 255 or 52.76% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 210 - color contains mainly: green. Hex color #28D294 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D294 is #D72D6B. Grayscale: #989898. Windows color (decimal): -14101868 or 9753128. OLE color: 9753128.
HSL color Cylindrical-coordinate representation of color #28D294: hue angle of 158.12º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D294 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 210 | 148 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.18 |
| HSL | 158.12º | 0.68% | 0.49% | - |
| HSV(B) | 158.12º | 0.81% | 0.82% | - |
| XYZ | 29.27 | 48.68 | 35.87 | - |
| YUV | 152.1 | 125.68 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 148 | 0.81 | 0 | 0.30 | 0.18 | 158.12 | 0.68 | 0.49 |
| Hex | 28 | D2 | 94 | 51 | 0 | 1E | 12 | 9E | 44 | 31 |
| Octal | 50 | 322 | 224 | 121 | 0 | 36 | 22 | 236 | 104 | 61 |
| Binary | 101000 | 11010010 | 10010100 | 1010001 | 0 | 11110 | 10010 | 10011110 | 1000100 | 110001 |
Color Harmonies of #28D294
Complementary color
Monochromatic Colors of #28D294
Black with #28D294
Text Example
Text Example
White with #28D294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D294; }
p { color: rgb(40,210,148); }
H1.HeaderClassName
{
color: #28D294;
}
.AnyTagClassName
{
color: #28D294;
}
</style>
background-color css
<style>
a { background-color: #28D294; }
a { background-color: rgb(40,210,148); }
div.DivClassName
{
background-color: #28D294;
}
.BgClassName
{
background-color: #28D294;
}
</style>
border-color css
<style>
span { border-color: #28D294; }
span { border-color: rgb(40,210,148); }
td.TdClassName
{
border-color: #28D294;
}
.TagClassName
{
border-color: #28D294;
}
</style>