Shades of Shamrock #28E28C
Tints of Shamrock #28E28C
RGB
CMYK
RGB Variations
Color information
#28E28C (or 0x28E28C) is known color: Shamrock. HEX triplet: 28, E2 and 8C. RGB value is (40,226,140). Sum of RGB (Red+Green+Blue) = 40+226+140=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 226 (88.67% from 255 or 55.67% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 226 - color contains mainly: green. Hex color #28E28C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28E28C is #D71D73. Grayscale: #A0A0A0. Windows color (decimal): -14097780 or 9232936. OLE color: 9232936.
HSL color Cylindrical-coordinate representation of color #28E28C: hue angle of 152.26º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E28C is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 226 | 140 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.11 |
| HSL | 152.26º | 0.76% | 0.52% | - |
| HSV(B) | 152.26º | 0.82% | 0.89% | - |
| XYZ | 32.81 | 56.74 | 34.03 | - |
| YUV | 160.58 | 116.38 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 226 | 140 | 0.82 | 0 | 0.38 | 0.11 | 152.26 | 0.76 | 0.52 |
| Hex | 28 | E2 | 8C | 52 | 0 | 26 | B | 98 | 4C | 34 |
| Octal | 50 | 342 | 214 | 122 | 0 | 46 | 13 | 230 | 114 | 64 |
| Binary | 101000 | 11100010 | 10001100 | 1010010 | 0 | 100110 | 1011 | 10011000 | 1001100 | 110100 |
Color Harmonies of #28E28C
Complementary color
Monochromatic Colors of #28E28C
Black with #28E28C
Text Example
Text Example
White with #28E28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E28C; }
p { color: rgb(40,226,140); }
H1.HeaderClassName
{
color: #28E28C;
}
.AnyTagClassName
{
color: #28E28C;
}
</style>
background-color css
<style>
a { background-color: #28E28C; }
a { background-color: rgb(40,226,140); }
div.DivClassName
{
background-color: #28E28C;
}
.BgClassName
{
background-color: #28E28C;
}
</style>
border-color css
<style>
span { border-color: #28E28C; }
span { border-color: rgb(40,226,140); }
td.TdClassName
{
border-color: #28E28C;
}
.TagClassName
{
border-color: #28E28C;
}
</style>