Shades of Shamrock #28E380
Tints of Shamrock #28E380
RGB
CMYK
RGB Variations
Color information
#28E380 (or 0x28E380) is known color: Shamrock. HEX triplet: 28, E3 and 80. RGB value is (40,227,128). Sum of RGB (Red+Green+Blue) = 40+227+128=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 227 (89.06% from 255 or 57.47% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 227 - color contains mainly: green. Hex color #28E380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28E380 is #D71C7F. Grayscale: #A0A0A0. Windows color (decimal): -14097536 or 8446760. OLE color: 8446760.
HSL color Cylindrical-coordinate representation of color #28E380: hue angle of 148.24º degrees, saturation: 0.77, 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 #28E380 is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 227 | 128 | - |
| CMYK | 0.82 | 0 | 0.44 | 0.11 |
| HSL | 148.24º | 0.77% | 0.52% | - |
| HSV(B) | 148.24º | 0.82% | 0.89% | - |
| XYZ | 32.24 | 56.95 | 29.71 | - |
| YUV | 159.8 | 110.05 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 227 | 128 | 0.82 | 0 | 0.44 | 0.11 | 148.24 | 0.77 | 0.52 |
| Hex | 28 | E3 | 80 | 52 | 0 | 2C | B | 94 | 4D | 34 |
| Octal | 50 | 343 | 200 | 122 | 0 | 54 | 13 | 224 | 115 | 64 |
| Binary | 101000 | 11100011 | 10000000 | 1010010 | 0 | 101100 | 1011 | 10010100 | 1001101 | 110100 |
Color Harmonies of #28E380
Complementary color
Monochromatic Colors of #28E380
Black with #28E380
Text Example
Text Example
White with #28E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E380; }
p { color: rgb(40,227,128); }
H1.HeaderClassName
{
color: #28E380;
}
.AnyTagClassName
{
color: #28E380;
}
</style>
background-color css
<style>
a { background-color: #28E380; }
a { background-color: rgb(40,227,128); }
div.DivClassName
{
background-color: #28E380;
}
.BgClassName
{
background-color: #28E380;
}
</style>
border-color css
<style>
span { border-color: #28E380; }
span { border-color: rgb(40,227,128); }
td.TdClassName
{
border-color: #28E380;
}
.TagClassName
{
border-color: #28E380;
}
</style>