Shades of Shamrock #28E08C
Tints of Shamrock #28E08C
RGB
CMYK
RGB Variations
Color information
#28E08C (or 0x28E08C) is known color: Shamrock. HEX triplet: 28, E0 and 8C. RGB value is (40,224,140). Sum of RGB (Red+Green+Blue) = 40+224+140=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 224 (87.89% from 255 or 55.45% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 224 - color contains mainly: green. Hex color #28E08C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28E08C is #D71F73. Grayscale: #9F9F9F. Windows color (decimal): -14098292 or 9232424. OLE color: 9232424.
HSL color Cylindrical-coordinate representation of color #28E08C: hue angle of 152.61º degrees, saturation: 0.75, 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 #28E08C is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 224 | 140 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.12 |
| HSL | 152.61º | 0.75% | 0.52% | - |
| HSV(B) | 152.61º | 0.82% | 0.88% | - |
| XYZ | 32.26 | 55.66 | 33.85 | - |
| YUV | 159.41 | 117.04 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 224 | 140 | 0.82 | 0 | 0.38 | 0.12 | 152.61 | 0.75 | 0.52 |
| Hex | 28 | E0 | 8C | 52 | 0 | 26 | C | 99 | 4B | 34 |
| Octal | 50 | 340 | 214 | 122 | 0 | 46 | 14 | 231 | 113 | 64 |
| Binary | 101000 | 11100000 | 10001100 | 1010010 | 0 | 100110 | 1100 | 10011001 | 1001011 | 110100 |
Color Harmonies of #28E08C
Complementary color
Monochromatic Colors of #28E08C
Black with #28E08C
Text Example
Text Example
White with #28E08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E08C; }
p { color: rgb(40,224,140); }
H1.HeaderClassName
{
color: #28E08C;
}
.AnyTagClassName
{
color: #28E08C;
}
</style>
background-color css
<style>
a { background-color: #28E08C; }
a { background-color: rgb(40,224,140); }
div.DivClassName
{
background-color: #28E08C;
}
.BgClassName
{
background-color: #28E08C;
}
</style>
border-color css
<style>
span { border-color: #28E08C; }
span { border-color: rgb(40,224,140); }
td.TdClassName
{
border-color: #28E08C;
}
.TagClassName
{
border-color: #28E08C;
}
</style>