Shades of Shamrock #28D295
Tints of Shamrock #28D295
RGB
CMYK
RGB Variations
Color information
#28D295 (or 0x28D295) is known color: Shamrock. HEX triplet: 28, D2 and 95. RGB value is (40,210,149). Sum of RGB (Red+Green+Blue) = 40+210+149=399 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.03% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #28D295 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D295 is #D72D6A. Grayscale: #989898. Windows color (decimal): -14101867 or 9818664. OLE color: 9818664.
HSL color Cylindrical-coordinate representation of color #28D295: hue angle of 158.47º 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 #28D295 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 210 | 149 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.18 |
| HSL | 158.47º | 0.68% | 0.49% | - |
| HSV(B) | 158.47º | 0.81% | 0.82% | - |
| XYZ | 29.35 | 48.71 | 36.29 | - |
| YUV | 152.22 | 126.18 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 149 | 0.81 | 0 | 0.29 | 0.18 | 158.47 | 0.68 | 0.49 |
| Hex | 28 | D2 | 95 | 51 | 0 | 1D | 12 | 9E | 44 | 31 |
| Octal | 50 | 322 | 225 | 121 | 0 | 35 | 22 | 236 | 104 | 61 |
| Binary | 101000 | 11010010 | 10010101 | 1010001 | 0 | 11101 | 10010 | 10011110 | 1000100 | 110001 |
Color Harmonies of #28D295
Complementary color
Monochromatic Colors of #28D295
Black with #28D295
Text Example
Text Example
White with #28D295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D295; }
p { color: rgb(40,210,149); }
H1.HeaderClassName
{
color: #28D295;
}
.AnyTagClassName
{
color: #28D295;
}
</style>
background-color css
<style>
a { background-color: #28D295; }
a { background-color: rgb(40,210,149); }
div.DivClassName
{
background-color: #28D295;
}
.BgClassName
{
background-color: #28D295;
}
</style>
border-color css
<style>
span { border-color: #28D295; }
span { border-color: rgb(40,210,149); }
td.TdClassName
{
border-color: #28D295;
}
.TagClassName
{
border-color: #28D295;
}
</style>