Shades of Shamrock Green #029564
Tints of Shamrock Green #029564
RGB
CMYK
RGB Variations
Color information
#029564 (or 0x029564) is known color: Shamrock Green. HEX triplet: 02, 95 and 64. RGB value is (2,149,100). Sum of RGB (Red+Green+Blue) = 2+149+100=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #029564 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029564 is #FD6A9B. Grayscale: #636363. Windows color (decimal): -16607900 or 6591746. OLE color: 6591746.
HSL color Cylindrical-coordinate representation of color #029564: hue angle of 160º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029564 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 149 | 100 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.42 |
| HSL | 160º | 0.97% | 0.3% | - |
| HSV(B) | 160º | 0.99% | 0.58% | - |
| XYZ | 13.07 | 22.43 | 15.7 | - |
| YUV | 99.46 | 128.3 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 100 | 0.99 | 0 | 0.33 | 0.42 | 160 | 0.97 | 0.3 |
| Hex | 2 | 95 | 64 | 63 | 0 | 21 | 2A | A0 | 61 | 1E |
| Octal | 2 | 225 | 144 | 143 | 0 | 41 | 52 | 240 | 141 | 36 |
| Binary | 10 | 10010101 | 1100100 | 1100011 | 0 | 100001 | 101010 | 10100000 | 1100001 | 11110 |
Color Harmonies of #029564
Complementary color
Monochromatic Colors of #029564
Black with #029564
Text Example
Text Example
White with #029564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029564; }
p { color: rgb(2,149,100); }
H1.HeaderClassName
{
color: #029564;
}
.AnyTagClassName
{
color: #029564;
}
</style>
background-color css
<style>
a { background-color: #029564; }
a { background-color: rgb(2,149,100); }
div.DivClassName
{
background-color: #029564;
}
.BgClassName
{
background-color: #029564;
}
</style>
border-color css
<style>
span { border-color: #029564; }
span { border-color: rgb(2,149,100); }
td.TdClassName
{
border-color: #029564;
}
.TagClassName
{
border-color: #029564;
}
</style>