Shades of Shamrock #28E995
Tints of Shamrock #28E995
RGB
CMYK
RGB Variations
Color information
#28E995 (or 0x28E995) is known color: Shamrock. HEX triplet: 28, E9 and 95. RGB value is (40,233,149). Sum of RGB (Red+Green+Blue) = 40+233+149=422 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.48% from 422); Green value is 233 (91.41% from 255 or 55.21% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 233 - color contains mainly: green. Hex color #28E995 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28E995 is #D7166A. Grayscale: #A5A5A5. Windows color (decimal): -14095979 or 9824552. OLE color: 9824552.
HSL color Cylindrical-coordinate representation of color #28E995: hue angle of 153.89º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E995 is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 233 | 149 | - |
| CMYK | 0.83 | 0 | 0.36 | 0.09 |
| HSL | 153.89º | 0.81% | 0.54% | - |
| HSV(B) | 153.89º | 0.83% | 0.91% | - |
| XYZ | 35.44 | 60.9 | 38.32 | - |
| YUV | 165.72 | 118.56 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 233 | 149 | 0.83 | 0 | 0.36 | 0.09 | 153.89 | 0.81 | 0.54 |
| Hex | 28 | E9 | 95 | 53 | 0 | 24 | 9 | 9A | 51 | 36 |
| Octal | 50 | 351 | 225 | 123 | 0 | 44 | 11 | 232 | 121 | 66 |
| Binary | 101000 | 11101001 | 10010101 | 1010011 | 0 | 100100 | 1001 | 10011010 | 1010001 | 110110 |
Color Harmonies of #28E995
Complementary color
Monochromatic Colors of #28E995
Black with #28E995
Text Example
Text Example
White with #28E995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E995; }
p { color: rgb(40,233,149); }
H1.HeaderClassName
{
color: #28E995;
}
.AnyTagClassName
{
color: #28E995;
}
</style>
background-color css
<style>
a { background-color: #28E995; }
a { background-color: rgb(40,233,149); }
div.DivClassName
{
background-color: #28E995;
}
.BgClassName
{
background-color: #28E995;
}
</style>
border-color css
<style>
span { border-color: #28E995; }
span { border-color: rgb(40,233,149); }
td.TdClassName
{
border-color: #28E995;
}
.TagClassName
{
border-color: #28E995;
}
</style>