Shades of Shamrock Green #029061
Tints of Shamrock Green #029061
RGB
CMYK
RGB Variations
Color information
#029061 (or 0x029061) is known color: Shamrock Green. HEX triplet: 02, 90 and 61. RGB value is (2,144,97). Sum of RGB (Red+Green+Blue) = 2+144+97=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 144 (56.64% from 255 or 59.26% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 144 - color contains mainly: green. Hex color #029061 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029061 is #FD6F9E. Grayscale: #606060. Windows color (decimal): -16609183 or 6393858. OLE color: 6393858.
HSL color Cylindrical-coordinate representation of color #029061: hue angle of 160.14º 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 #029061 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 144 | 97 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.44 |
| HSL | 160.14º | 0.97% | 0.29% | - |
| HSV(B) | 160.14º | 0.99% | 0.56% | - |
| XYZ | 12.16 | 20.82 | 14.69 | - |
| YUV | 96.18 | 128.46 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 144 | 97 | 0.99 | 0 | 0.33 | 0.44 | 160.14 | 0.97 | 0.29 |
| Hex | 2 | 90 | 61 | 63 | 0 | 21 | 2C | A0 | 61 | 1D |
| Octal | 2 | 220 | 141 | 143 | 0 | 41 | 54 | 240 | 141 | 35 |
| Binary | 10 | 10010000 | 1100001 | 1100011 | 0 | 100001 | 101100 | 10100000 | 1100001 | 11101 |
Color Harmonies of #029061
Complementary color
Monochromatic Colors of #029061
Black with #029061
Text Example
Text Example
White with #029061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029061; }
p { color: rgb(2,144,97); }
H1.HeaderClassName
{
color: #029061;
}
.AnyTagClassName
{
color: #029061;
}
</style>
background-color css
<style>
a { background-color: #029061; }
a { background-color: rgb(2,144,97); }
div.DivClassName
{
background-color: #029061;
}
.BgClassName
{
background-color: #029061;
}
</style>
border-color css
<style>
span { border-color: #029061; }
span { border-color: rgb(2,144,97); }
td.TdClassName
{
border-color: #029061;
}
.TagClassName
{
border-color: #029061;
}
</style>