Shades of Shamrock Green #028F5D
Tints of Shamrock Green #028F5D
RGB
CMYK
RGB Variations
Color information
#028F5D (or 0x028F5D) is known color: Shamrock Green. HEX triplet: 02, 8F and 5D. RGB value is (2,143,93). Sum of RGB (Red+Green+Blue) = 2+143+93=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 143 (56.25% from 255 or 60.08% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 143 - color contains mainly: green. Hex color #028F5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028F5D is #FD70A2. Grayscale: #5F5F5F. Windows color (decimal): -16609443 or 6131458. OLE color: 6131458.
HSL color Cylindrical-coordinate representation of color #028F5D: hue angle of 158.72º 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 #028F5D is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 143 | 93 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.44 |
| HSL | 158.72º | 0.97% | 0.28% | - |
| HSV(B) | 158.72º | 0.99% | 0.56% | - |
| XYZ | 11.82 | 20.45 | 13.68 | - |
| YUV | 95.14 | 126.79 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 93 | 0.99 | 0 | 0.35 | 0.44 | 158.72 | 0.97 | 0.28 |
| Hex | 2 | 8F | 5D | 63 | 0 | 23 | 2C | 9F | 61 | 1C |
| Octal | 2 | 217 | 135 | 143 | 0 | 43 | 54 | 237 | 141 | 34 |
| Binary | 10 | 10001111 | 1011101 | 1100011 | 0 | 100011 | 101100 | 10011111 | 1100001 | 11100 |
Color Harmonies of #028F5D
Complementary color
Monochromatic Colors of #028F5D
Black with #028F5D
Text Example
Text Example
White with #028F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028F5D; }
p { color: rgb(2,143,93); }
H1.HeaderClassName
{
color: #028F5D;
}
.AnyTagClassName
{
color: #028F5D;
}
</style>
background-color css
<style>
a { background-color: #028F5D; }
a { background-color: rgb(2,143,93); }
div.DivClassName
{
background-color: #028F5D;
}
.BgClassName
{
background-color: #028F5D;
}
</style>
border-color css
<style>
span { border-color: #028F5D; }
span { border-color: rgb(2,143,93); }
td.TdClassName
{
border-color: #028F5D;
}
.TagClassName
{
border-color: #028F5D;
}
</style>