Shades of Shamrock Green #028C5E
Tints of Shamrock Green #028C5E
RGB
CMYK
RGB Variations
Color information
#028C5E (or 0x028C5E) is known color: Shamrock Green. HEX triplet: 02, 8C and 5E. RGB value is (2,140,94). Sum of RGB (Red+Green+Blue) = 2+140+94=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 140 (55.08% from 255 or 59.32% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 140 - color contains mainly: green. Hex color #028C5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028C5E is #FD73A1. Grayscale: #5D5D5D. Windows color (decimal): -16610210 or 6196226. OLE color: 6196226.
HSL color Cylindrical-coordinate representation of color #028C5E: hue angle of 160º 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 #028C5E is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 140 | 94 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.45 |
| HSL | 160º | 0.97% | 0.28% | - |
| HSV(B) | 160º | 0.99% | 0.55% | - |
| XYZ | 11.42 | 19.58 | 13.77 | - |
| YUV | 93.49 | 128.28 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 94 | 0.99 | 0 | 0.33 | 0.45 | 160 | 0.97 | 0.28 |
| Hex | 2 | 8C | 5E | 63 | 0 | 21 | 2D | A0 | 61 | 1C |
| Octal | 2 | 214 | 136 | 143 | 0 | 41 | 55 | 240 | 141 | 34 |
| Binary | 10 | 10001100 | 1011110 | 1100011 | 0 | 100001 | 101101 | 10100000 | 1100001 | 11100 |
Color Harmonies of #028C5E
Complementary color
Monochromatic Colors of #028C5E
Black with #028C5E
Text Example
Text Example
White with #028C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028C5E; }
p { color: rgb(2,140,94); }
H1.HeaderClassName
{
color: #028C5E;
}
.AnyTagClassName
{
color: #028C5E;
}
</style>
background-color css
<style>
a { background-color: #028C5E; }
a { background-color: rgb(2,140,94); }
div.DivClassName
{
background-color: #028C5E;
}
.BgClassName
{
background-color: #028C5E;
}
</style>
border-color css
<style>
span { border-color: #028C5E; }
span { border-color: rgb(2,140,94); }
td.TdClassName
{
border-color: #028C5E;
}
.TagClassName
{
border-color: #028C5E;
}
</style>