Shades of Shamrock Green #028F5E
Tints of Shamrock Green #028F5E
RGB
CMYK
RGB Variations
Color information
#028F5E (or 0x028F5E) is known color: Shamrock Green. HEX triplet: 02, 8F and 5E. RGB value is (2,143,94). Sum of RGB (Red+Green+Blue) = 2+143+94=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 143 (56.25% from 255 or 59.83% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 143 - color contains mainly: green. Hex color #028F5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028F5E is #FD70A1. Grayscale: #5F5F5F. Windows color (decimal): -16609442 or 6196994. OLE color: 6196994.
HSL color Cylindrical-coordinate representation of color #028F5E: hue angle of 159.15º 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 #028F5E is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 143 | 94 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.44 |
| HSL | 159.15º | 0.97% | 0.28% | - |
| HSV(B) | 159.15º | 0.99% | 0.56% | - |
| XYZ | 11.87 | 20.47 | 13.91 | - |
| YUV | 95.26 | 127.29 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 94 | 0.99 | 0 | 0.34 | 0.44 | 159.15 | 0.97 | 0.28 |
| Hex | 2 | 8F | 5E | 63 | 0 | 22 | 2C | 9F | 61 | 1C |
| Octal | 2 | 217 | 136 | 143 | 0 | 42 | 54 | 237 | 141 | 34 |
| Binary | 10 | 10001111 | 1011110 | 1100011 | 0 | 100010 | 101100 | 10011111 | 1100001 | 11100 |
Color Harmonies of #028F5E
Complementary color
Monochromatic Colors of #028F5E
Black with #028F5E
Text Example
Text Example
White with #028F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028F5E; }
p { color: rgb(2,143,94); }
H1.HeaderClassName
{
color: #028F5E;
}
.AnyTagClassName
{
color: #028F5E;
}
</style>
background-color css
<style>
a { background-color: #028F5E; }
a { background-color: rgb(2,143,94); }
div.DivClassName
{
background-color: #028F5E;
}
.BgClassName
{
background-color: #028F5E;
}
</style>
border-color css
<style>
span { border-color: #028F5E; }
span { border-color: rgb(2,143,94); }
td.TdClassName
{
border-color: #028F5E;
}
.TagClassName
{
border-color: #028F5E;
}
</style>