Shades of Shamrock #28E38D
Tints of Shamrock #28E38D
RGB
CMYK
RGB Variations
Color information
#28E38D (or 0x28E38D) is known color: Shamrock. HEX triplet: 28, E3 and 8D. RGB value is (40,227,141). Sum of RGB (Red+Green+Blue) = 40+227+141=408 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.80% from 408); Green value is 227 (89.06% from 255 or 55.64% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 227 - color contains mainly: green. Hex color #28E38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28E38D is #D71C72. Grayscale: #A1A1A1. Windows color (decimal): -14097523 or 9298728. OLE color: 9298728.
HSL color Cylindrical-coordinate representation of color #28E38D: hue angle of 152.41º 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 #28E38D is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 227 | 141 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.11 |
| HSL | 152.41º | 0.77% | 0.52% | - |
| HSV(B) | 152.41º | 0.82% | 0.89% | - |
| XYZ | 33.15 | 57.31 | 34.51 | - |
| YUV | 161.28 | 116.55 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 227 | 141 | 0.82 | 0 | 0.38 | 0.11 | 152.41 | 0.77 | 0.52 |
| Hex | 28 | E3 | 8D | 52 | 0 | 26 | B | 98 | 4D | 34 |
| Octal | 50 | 343 | 215 | 122 | 0 | 46 | 13 | 230 | 115 | 64 |
| Binary | 101000 | 11100011 | 10001101 | 1010010 | 0 | 100110 | 1011 | 10011000 | 1001101 | 110100 |
Color Harmonies of #28E38D
Complementary color
Monochromatic Colors of #28E38D
Black with #28E38D
Text Example
Text Example
White with #28E38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E38D; }
p { color: rgb(40,227,141); }
H1.HeaderClassName
{
color: #28E38D;
}
.AnyTagClassName
{
color: #28E38D;
}
</style>
background-color css
<style>
a { background-color: #28E38D; }
a { background-color: rgb(40,227,141); }
div.DivClassName
{
background-color: #28E38D;
}
.BgClassName
{
background-color: #28E38D;
}
</style>
border-color css
<style>
span { border-color: #28E38D; }
span { border-color: rgb(40,227,141); }
td.TdClassName
{
border-color: #28E38D;
}
.TagClassName
{
border-color: #28E38D;
}
</style>