Shades of Shamrock Green #028D5B
Tints of Shamrock Green #028D5B
RGB
CMYK
RGB Variations
Color information
#028D5B (or 0x028D5B) is known color: Shamrock Green. HEX triplet: 02, 8D and 5B. RGB value is (2,141,91). Sum of RGB (Red+Green+Blue) = 2+141+91=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 141 (55.47% from 255 or 60.26% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 141 - color contains mainly: green. Hex color #028D5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028D5B is #FD72A4. Grayscale: #5D5D5D. Windows color (decimal): -16609957 or 5999874. OLE color: 5999874.
HSL color Cylindrical-coordinate representation of color #028D5B: hue angle of 158.42º 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 #028D5B is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 141 | 91 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.45 |
| HSL | 158.42º | 0.97% | 0.28% | - |
| HSV(B) | 158.42º | 0.99% | 0.55% | - |
| XYZ | 11.44 | 19.82 | 13.12 | - |
| YUV | 93.74 | 126.45 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 91 | 0.99 | 0 | 0.35 | 0.45 | 158.42 | 0.97 | 0.28 |
| Hex | 2 | 8D | 5B | 63 | 0 | 23 | 2D | 9E | 61 | 1C |
| Octal | 2 | 215 | 133 | 143 | 0 | 43 | 55 | 236 | 141 | 34 |
| Binary | 10 | 10001101 | 1011011 | 1100011 | 0 | 100011 | 101101 | 10011110 | 1100001 | 11100 |
Color Harmonies of #028D5B
Complementary color
Monochromatic Colors of #028D5B
Black with #028D5B
Text Example
Text Example
White with #028D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028D5B; }
p { color: rgb(2,141,91); }
H1.HeaderClassName
{
color: #028D5B;
}
.AnyTagClassName
{
color: #028D5B;
}
</style>
background-color css
<style>
a { background-color: #028D5B; }
a { background-color: rgb(2,141,91); }
div.DivClassName
{
background-color: #028D5B;
}
.BgClassName
{
background-color: #028D5B;
}
</style>
border-color css
<style>
span { border-color: #028D5B; }
span { border-color: rgb(2,141,91); }
td.TdClassName
{
border-color: #028D5B;
}
.TagClassName
{
border-color: #028D5B;
}
</style>