Shades of Shamrock #28E482
Tints of Shamrock #28E482
RGB
CMYK
RGB Variations
Color information
#28E482 (or 0x28E482) is known color: Shamrock. HEX triplet: 28, E4 and 82. RGB value is (40,228,130). Sum of RGB (Red+Green+Blue) = 40+228+130=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 228 (89.45% from 255 or 57.29% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 228 - color contains mainly: green. Hex color #28E482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28E482 is #D71B7D. Grayscale: #A0A0A0. Windows color (decimal): -14097278 or 8578088. OLE color: 8578088.
HSL color Cylindrical-coordinate representation of color #28E482: hue angle of 148.72º 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 #28E482 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 228 | 130 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.11 |
| HSL | 148.72º | 0.78% | 0.53% | - |
| HSV(B) | 148.72º | 0.82% | 0.89% | - |
| XYZ | 32.65 | 57.55 | 30.51 | - |
| YUV | 160.62 | 110.72 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 228 | 130 | 0.82 | 0 | 0.43 | 0.11 | 148.72 | 0.78 | 0.53 |
| Hex | 28 | E4 | 82 | 52 | 0 | 2B | B | 95 | 4E | 35 |
| Octal | 50 | 344 | 202 | 122 | 0 | 53 | 13 | 225 | 116 | 65 |
| Binary | 101000 | 11100100 | 10000010 | 1010010 | 0 | 101011 | 1011 | 10010101 | 1001110 | 110101 |
Color Harmonies of #28E482
Complementary color
Monochromatic Colors of #28E482
Black with #28E482
Text Example
Text Example
White with #28E482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E482; }
p { color: rgb(40,228,130); }
H1.HeaderClassName
{
color: #28E482;
}
.AnyTagClassName
{
color: #28E482;
}
</style>
background-color css
<style>
a { background-color: #28E482; }
a { background-color: rgb(40,228,130); }
div.DivClassName
{
background-color: #28E482;
}
.BgClassName
{
background-color: #28E482;
}
</style>
border-color css
<style>
span { border-color: #28E482; }
span { border-color: rgb(40,228,130); }
td.TdClassName
{
border-color: #28E482;
}
.TagClassName
{
border-color: #28E482;
}
</style>