Shades of Shamrock #28EA8D
Tints of Shamrock #28EA8D
RGB
CMYK
RGB Variations
Color information
#28EA8D (or 0x28EA8D) is known color: Shamrock. HEX triplet: 28, EA and 8D. RGB value is (40,234,141). Sum of RGB (Red+Green+Blue) = 40+234+141=415 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.64% from 415); Green value is 234 (91.80% from 255 or 56.39% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 234 - color contains mainly: green. Hex color #28EA8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28EA8D is #D71572. Grayscale: #A5A5A5. Windows color (decimal): -14095731 or 9300520. OLE color: 9300520.
HSL color Cylindrical-coordinate representation of color #28EA8D: hue angle of 151.24º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EA8D is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 234 | 141 | - |
| CMYK | 0.83 | 0 | 0.40 | 0.08 |
| HSL | 151.24º | 0.82% | 0.54% | - |
| HSV(B) | 151.24º | 0.83% | 0.92% | - |
| XYZ | 35.11 | 61.22 | 35.17 | - |
| YUV | 165.39 | 114.23 | 38.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 234 | 141 | 0.83 | 0 | 0.40 | 0.08 | 151.24 | 0.82 | 0.54 |
| Hex | 28 | EA | 8D | 53 | 0 | 28 | 8 | 97 | 52 | 36 |
| Octal | 50 | 352 | 215 | 123 | 0 | 50 | 10 | 227 | 122 | 66 |
| Binary | 101000 | 11101010 | 10001101 | 1010011 | 0 | 101000 | 1000 | 10010111 | 1010010 | 110110 |
Color Harmonies of #28EA8D
Complementary color
Monochromatic Colors of #28EA8D
Black with #28EA8D
Text Example
Text Example
White with #28EA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EA8D; }
p { color: rgb(40,234,141); }
H1.HeaderClassName
{
color: #28EA8D;
}
.AnyTagClassName
{
color: #28EA8D;
}
</style>
background-color css
<style>
a { background-color: #28EA8D; }
a { background-color: rgb(40,234,141); }
div.DivClassName
{
background-color: #28EA8D;
}
.BgClassName
{
background-color: #28EA8D;
}
</style>
border-color css
<style>
span { border-color: #28EA8D; }
span { border-color: rgb(40,234,141); }
td.TdClassName
{
border-color: #28EA8D;
}
.TagClassName
{
border-color: #28EA8D;
}
</style>