Shades of Shamrock Green #029C65
Tints of Shamrock Green #029C65
RGB
CMYK
RGB Variations
Color information
#029C65 (or 0x029C65) is known color: Shamrock Green. HEX triplet: 02, 9C and 65. RGB value is (2,156,101). Sum of RGB (Red+Green+Blue) = 2+156+101=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 156 (61.33% from 255 or 60.23% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 156 - color contains mainly: green. Hex color #029C65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029C65 is #FD639A. Grayscale: #676767. Windows color (decimal): -16606107 or 6659074. OLE color: 6659074.
HSL color Cylindrical-coordinate representation of color #029C65: hue angle of 158.57º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029C65 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 156 | 101 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.39 |
| HSL | 158.57º | 0.97% | 0.31% | - |
| HSV(B) | 158.57º | 0.99% | 0.61% | - |
| XYZ | 14.26 | 24.73 | 16.33 | - |
| YUV | 103.68 | 126.48 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 156 | 101 | 0.99 | 0 | 0.35 | 0.39 | 158.57 | 0.97 | 0.31 |
| Hex | 2 | 9C | 65 | 63 | 0 | 23 | 27 | 9F | 61 | 1F |
| Octal | 2 | 234 | 145 | 143 | 0 | 43 | 47 | 237 | 141 | 37 |
| Binary | 10 | 10011100 | 1100101 | 1100011 | 0 | 100011 | 100111 | 10011111 | 1100001 | 11111 |
Color Harmonies of #029C65
Complementary color
Monochromatic Colors of #029C65
Black with #029C65
Text Example
Text Example
White with #029C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029C65; }
p { color: rgb(2,156,101); }
H1.HeaderClassName
{
color: #029C65;
}
.AnyTagClassName
{
color: #029C65;
}
</style>
background-color css
<style>
a { background-color: #029C65; }
a { background-color: rgb(2,156,101); }
div.DivClassName
{
background-color: #029C65;
}
.BgClassName
{
background-color: #029C65;
}
</style>
border-color css
<style>
span { border-color: #029C65; }
span { border-color: rgb(2,156,101); }
td.TdClassName
{
border-color: #029C65;
}
.TagClassName
{
border-color: #029C65;
}
</style>