Shades of Shamrock Green #028D5A
Tints of Shamrock Green #028D5A
RGB
CMYK
RGB Variations
Color information
#028D5A (or 0x028D5A) is known color: Shamrock Green. HEX triplet: 02, 8D and 5A. RGB value is (2,141,90). Sum of RGB (Red+Green+Blue) = 2+141+90=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 141 (55.47% from 255 or 60.52% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 141 - color contains mainly: green. Hex color #028D5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028D5A is #FD72A5. Grayscale: #5D5D5D. Windows color (decimal): -16609958 or 5934338. OLE color: 5934338.
HSL color Cylindrical-coordinate representation of color #028D5A: hue angle of 157.99º 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 #028D5A is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 141 | 90 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.45 |
| HSL | 157.99º | 0.97% | 0.28% | - |
| HSV(B) | 157.99º | 0.99% | 0.55% | - |
| XYZ | 11.4 | 19.8 | 12.89 | - |
| YUV | 93.63 | 125.95 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 90 | 0.99 | 0 | 0.36 | 0.45 | 157.99 | 0.97 | 0.28 |
| Hex | 2 | 8D | 5A | 63 | 0 | 24 | 2D | 9E | 61 | 1C |
| Octal | 2 | 215 | 132 | 143 | 0 | 44 | 55 | 236 | 141 | 34 |
| Binary | 10 | 10001101 | 1011010 | 1100011 | 0 | 100100 | 101101 | 10011110 | 1100001 | 11100 |
Color Harmonies of #028D5A
Complementary color
Monochromatic Colors of #028D5A
Black with #028D5A
Text Example
Text Example
White with #028D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028D5A; }
p { color: rgb(2,141,90); }
H1.HeaderClassName
{
color: #028D5A;
}
.AnyTagClassName
{
color: #028D5A;
}
</style>
background-color css
<style>
a { background-color: #028D5A; }
a { background-color: rgb(2,141,90); }
div.DivClassName
{
background-color: #028D5A;
}
.BgClassName
{
background-color: #028D5A;
}
</style>
border-color css
<style>
span { border-color: #028D5A; }
span { border-color: rgb(2,141,90); }
td.TdClassName
{
border-color: #028D5A;
}
.TagClassName
{
border-color: #028D5A;
}
</style>