Shades of Shamrock Green #029964
Tints of Shamrock Green #029964
RGB
CMYK
RGB Variations
Color information
#029964 (or 0x029964) is known color: Shamrock Green. HEX triplet: 02, 99 and 64. RGB value is (2,153,100). Sum of RGB (Red+Green+Blue) = 2+153+100=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 153 (60.16% from 255 or 60% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 153 - color contains mainly: green. Hex color #029964 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029964 is #FD669B. Grayscale: #656565. Windows color (decimal): -16606876 or 6592770. OLE color: 6592770.
HSL color Cylindrical-coordinate representation of color #029964: hue angle of 158.94º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029964 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 153 | 100 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.4 |
| HSL | 158.94º | 0.97% | 0.3% | - |
| HSV(B) | 158.94º | 0.99% | 0.6% | - |
| XYZ | 13.72 | 23.72 | 15.91 | - |
| YUV | 101.81 | 126.97 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 100 | 0.99 | 0 | 0.35 | 0.4 | 158.94 | 0.97 | 0.3 |
| Hex | 2 | 99 | 64 | 63 | 0 | 23 | 28 | 9F | 61 | 1E |
| Octal | 2 | 231 | 144 | 143 | 0 | 43 | 50 | 237 | 141 | 36 |
| Binary | 10 | 10011001 | 1100100 | 1100011 | 0 | 100011 | 101000 | 10011111 | 1100001 | 11110 |
Color Harmonies of #029964
Complementary color
Monochromatic Colors of #029964
Black with #029964
Text Example
Text Example
White with #029964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029964; }
p { color: rgb(2,153,100); }
H1.HeaderClassName
{
color: #029964;
}
.AnyTagClassName
{
color: #029964;
}
</style>
background-color css
<style>
a { background-color: #029964; }
a { background-color: rgb(2,153,100); }
div.DivClassName
{
background-color: #029964;
}
.BgClassName
{
background-color: #029964;
}
</style>
border-color css
<style>
span { border-color: #029964; }
span { border-color: rgb(2,153,100); }
td.TdClassName
{
border-color: #029964;
}
.TagClassName
{
border-color: #029964;
}
</style>