Shades of Shamrock Green #028E5E
Tints of Shamrock Green #028E5E
RGB
CMYK
RGB Variations
Color information
#028E5E (or 0x028E5E) is known color: Shamrock Green. HEX triplet: 02, 8E and 5E. RGB value is (2,142,94). Sum of RGB (Red+Green+Blue) = 2+142+94=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 142 (55.86% from 255 or 59.66% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 142 - color contains mainly: green. Hex color #028E5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028E5E is #FD71A1. Grayscale: #5E5E5E. Windows color (decimal): -16609698 or 6196738. OLE color: 6196738.
HSL color Cylindrical-coordinate representation of color #028E5E: hue angle of 159.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028E5E is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 142 | 94 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.44 |
| HSL | 159.43º | 0.97% | 0.28% | - |
| HSV(B) | 159.43º | 0.99% | 0.56% | - |
| XYZ | 11.72 | 20.17 | 13.86 | - |
| YUV | 94.67 | 127.62 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 94 | 0.99 | 0 | 0.34 | 0.44 | 159.43 | 0.97 | 0.28 |
| Hex | 2 | 8E | 5E | 63 | 0 | 22 | 2C | 9F | 61 | 1C |
| Octal | 2 | 216 | 136 | 143 | 0 | 42 | 54 | 237 | 141 | 34 |
| Binary | 10 | 10001110 | 1011110 | 1100011 | 0 | 100010 | 101100 | 10011111 | 1100001 | 11100 |
Color Harmonies of #028E5E
Complementary color
Monochromatic Colors of #028E5E
Black with #028E5E
Text Example
Text Example
White with #028E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028E5E; }
p { color: rgb(2,142,94); }
H1.HeaderClassName
{
color: #028E5E;
}
.AnyTagClassName
{
color: #028E5E;
}
</style>
background-color css
<style>
a { background-color: #028E5E; }
a { background-color: rgb(2,142,94); }
div.DivClassName
{
background-color: #028E5E;
}
.BgClassName
{
background-color: #028E5E;
}
</style>
border-color css
<style>
span { border-color: #028E5E; }
span { border-color: rgb(2,142,94); }
td.TdClassName
{
border-color: #028E5E;
}
.TagClassName
{
border-color: #028E5E;
}
</style>