Shades of Shamrock Green #028D5E
Tints of Shamrock Green #028D5E
RGB
CMYK
RGB Variations
Color information
#028D5E (or 0x028D5E) is known color: Shamrock Green. HEX triplet: 02, 8D and 5E. RGB value is (2,141,94). Sum of RGB (Red+Green+Blue) = 2+141+94=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 141 (55.47% from 255 or 59.49% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 141 - color contains mainly: green. Hex color #028D5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028D5E is #FD72A1. Grayscale: #5E5E5E. Windows color (decimal): -16609954 or 6196482. OLE color: 6196482.
HSL color Cylindrical-coordinate representation of color #028D5E: hue angle of 159.71º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028D5E is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 141 | 94 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.45 |
| HSL | 159.71º | 0.97% | 0.28% | - |
| HSV(B) | 159.71º | 0.99% | 0.55% | - |
| XYZ | 11.57 | 19.87 | 13.82 | - |
| YUV | 94.08 | 127.95 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 94 | 0.99 | 0 | 0.33 | 0.45 | 159.71 | 0.97 | 0.28 |
| Hex | 2 | 8D | 5E | 63 | 0 | 21 | 2D | A0 | 61 | 1C |
| Octal | 2 | 215 | 136 | 143 | 0 | 41 | 55 | 240 | 141 | 34 |
| Binary | 10 | 10001101 | 1011110 | 1100011 | 0 | 100001 | 101101 | 10100000 | 1100001 | 11100 |
Color Harmonies of #028D5E
Complementary color
Monochromatic Colors of #028D5E
Black with #028D5E
Text Example
Text Example
White with #028D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028D5E; }
p { color: rgb(2,141,94); }
H1.HeaderClassName
{
color: #028D5E;
}
.AnyTagClassName
{
color: #028D5E;
}
</style>
background-color css
<style>
a { background-color: #028D5E; }
a { background-color: rgb(2,141,94); }
div.DivClassName
{
background-color: #028D5E;
}
.BgClassName
{
background-color: #028D5E;
}
</style>
border-color css
<style>
span { border-color: #028D5E; }
span { border-color: rgb(2,141,94); }
td.TdClassName
{
border-color: #028D5E;
}
.TagClassName
{
border-color: #028D5E;
}
</style>