Shades of Shamrock #28E19E
Tints of Shamrock #28E19E
RGB
CMYK
RGB Variations
Color information
#28E19E (or 0x28E19E) is known color: Shamrock. HEX triplet: 28, E1 and 9E. RGB value is (40,225,158). Sum of RGB (Red+Green+Blue) = 40+225+158=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #28E19E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28E19E is #D71E61. Grayscale: #A2A2A2. Windows color (decimal): -14098018 or 10412328. OLE color: 10412328.
HSL color Cylindrical-coordinate representation of color #28E19E: hue angle of 158.27º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E19E is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 225 | 158 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.12 |
| HSL | 158.27º | 0.76% | 0.52% | - |
| HSV(B) | 158.27º | 0.82% | 0.88% | - |
| XYZ | 33.97 | 56.77 | 41.51 | - |
| YUV | 162.05 | 125.71 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 225 | 158 | 0.82 | 0 | 0.30 | 0.12 | 158.27 | 0.76 | 0.52 |
| Hex | 28 | E1 | 9E | 52 | 0 | 1E | C | 9E | 4C | 34 |
| Octal | 50 | 341 | 236 | 122 | 0 | 36 | 14 | 236 | 114 | 64 |
| Binary | 101000 | 11100001 | 10011110 | 1010010 | 0 | 11110 | 1100 | 10011110 | 1001100 | 110100 |
Color Harmonies of #28E19E
Complementary color
Monochromatic Colors of #28E19E
Black with #28E19E
Text Example
Text Example
White with #28E19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E19E; }
p { color: rgb(40,225,158); }
H1.HeaderClassName
{
color: #28E19E;
}
.AnyTagClassName
{
color: #28E19E;
}
</style>
background-color css
<style>
a { background-color: #28E19E; }
a { background-color: rgb(40,225,158); }
div.DivClassName
{
background-color: #28E19E;
}
.BgClassName
{
background-color: #28E19E;
}
</style>
border-color css
<style>
span { border-color: #28E19E; }
span { border-color: rgb(40,225,158); }
td.TdClassName
{
border-color: #28E19E;
}
.TagClassName
{
border-color: #28E19E;
}
</style>