Shades of Shamrock #28E49F
Tints of Shamrock #28E49F
RGB
CMYK
RGB Variations
Color information
#28E49F (or 0x28E49F) is known color: Shamrock. HEX triplet: 28, E4 and 9F. RGB value is (40,228,159). Sum of RGB (Red+Green+Blue) = 40+228+159=427 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.37% from 427); Green value is 228 (89.45% from 255 or 53.40% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 228 - color contains mainly: green. Hex color #28E49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28E49F is #D71B60. Grayscale: #A4A4A4. Windows color (decimal): -14097249 or 10478632. OLE color: 10478632.
HSL color Cylindrical-coordinate representation of color #28E49F: hue angle of 157.98º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E49F is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 228 | 159 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.11 |
| HSL | 157.98º | 0.78% | 0.53% | - |
| HSV(B) | 157.98º | 0.82% | 0.89% | - |
| XYZ | 34.88 | 58.44 | 42.24 | - |
| YUV | 163.92 | 125.22 | 39.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 228 | 159 | 0.82 | 0 | 0.30 | 0.11 | 157.98 | 0.78 | 0.53 |
| Hex | 28 | E4 | 9F | 52 | 0 | 1E | B | 9E | 4E | 35 |
| Octal | 50 | 344 | 237 | 122 | 0 | 36 | 13 | 236 | 116 | 65 |
| Binary | 101000 | 11100100 | 10011111 | 1010010 | 0 | 11110 | 1011 | 10011110 | 1001110 | 110101 |
Color Harmonies of #28E49F
Complementary color
Monochromatic Colors of #28E49F
Black with #28E49F
Text Example
Text Example
White with #28E49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E49F; }
p { color: rgb(40,228,159); }
H1.HeaderClassName
{
color: #28E49F;
}
.AnyTagClassName
{
color: #28E49F;
}
</style>
background-color css
<style>
a { background-color: #28E49F; }
a { background-color: rgb(40,228,159); }
div.DivClassName
{
background-color: #28E49F;
}
.BgClassName
{
background-color: #28E49F;
}
</style>
border-color css
<style>
span { border-color: #28E49F; }
span { border-color: rgb(40,228,159); }
td.TdClassName
{
border-color: #28E49F;
}
.TagClassName
{
border-color: #28E49F;
}
</style>