Shades of Shamrock Green #029060
Tints of Shamrock Green #029060
RGB
CMYK
RGB Variations
Color information
#029060 (or 0x029060) is known color: Shamrock Green. HEX triplet: 02, 90 and 60. RGB value is (2,144,96). Sum of RGB (Red+Green+Blue) = 2+144+96=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 144 (56.64% from 255 or 59.50% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 144 - color contains mainly: green. Hex color #029060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029060 is #FD6F9F. Grayscale: #606060. Windows color (decimal): -16609184 or 6328322. OLE color: 6328322.
HSL color Cylindrical-coordinate representation of color #029060: hue angle of 159.72º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029060 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 144 | 96 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.44 |
| HSL | 159.72º | 0.97% | 0.29% | - |
| HSV(B) | 159.72º | 0.99% | 0.56% | - |
| XYZ | 12.11 | 20.8 | 14.44 | - |
| YUV | 96.07 | 127.96 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 144 | 96 | 0.99 | 0 | 0.33 | 0.44 | 159.72 | 0.97 | 0.29 |
| Hex | 2 | 90 | 60 | 63 | 0 | 21 | 2C | A0 | 61 | 1D |
| Octal | 2 | 220 | 140 | 143 | 0 | 41 | 54 | 240 | 141 | 35 |
| Binary | 10 | 10010000 | 1100000 | 1100011 | 0 | 100001 | 101100 | 10100000 | 1100001 | 11101 |
Color Harmonies of #029060
Complementary color
Monochromatic Colors of #029060
Black with #029060
Text Example
Text Example
White with #029060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029060; }
p { color: rgb(2,144,96); }
H1.HeaderClassName
{
color: #029060;
}
.AnyTagClassName
{
color: #029060;
}
</style>
background-color css
<style>
a { background-color: #029060; }
a { background-color: rgb(2,144,96); }
div.DivClassName
{
background-color: #029060;
}
.BgClassName
{
background-color: #029060;
}
</style>
border-color css
<style>
span { border-color: #029060; }
span { border-color: rgb(2,144,96); }
td.TdClassName
{
border-color: #029060;
}
.TagClassName
{
border-color: #029060;
}
</style>