Shades of Shamrock Green #029665
Tints of Shamrock Green #029665
RGB
CMYK
RGB Variations
Color information
#029665 (or 0x029665) is known color: Shamrock Green. HEX triplet: 02, 96 and 65. RGB value is (2,150,101). Sum of RGB (Red+Green+Blue) = 2+150+101=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 150 (58.98% from 255 or 59.29% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 150 - color contains mainly: green. Hex color #029665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029665 is #FD699A. Grayscale: #646464. Windows color (decimal): -16607643 or 6657538. OLE color: 6657538.
HSL color Cylindrical-coordinate representation of color #029665: hue angle of 160.14º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029665 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 150 | 101 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.41 |
| HSL | 160.14º | 0.97% | 0.3% | - |
| HSV(B) | 160.14º | 0.99% | 0.59% | - |
| XYZ | 13.28 | 22.77 | 16.01 | - |
| YUV | 100.16 | 128.47 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 150 | 101 | 0.99 | 0 | 0.33 | 0.41 | 160.14 | 0.97 | 0.3 |
| Hex | 2 | 96 | 65 | 63 | 0 | 21 | 29 | A0 | 61 | 1E |
| Octal | 2 | 226 | 145 | 143 | 0 | 41 | 51 | 240 | 141 | 36 |
| Binary | 10 | 10010110 | 1100101 | 1100011 | 0 | 100001 | 101001 | 10100000 | 1100001 | 11110 |
Color Harmonies of #029665
Complementary color
Monochromatic Colors of #029665
Black with #029665
Text Example
Text Example
White with #029665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029665; }
p { color: rgb(2,150,101); }
H1.HeaderClassName
{
color: #029665;
}
.AnyTagClassName
{
color: #029665;
}
</style>
background-color css
<style>
a { background-color: #029665; }
a { background-color: rgb(2,150,101); }
div.DivClassName
{
background-color: #029665;
}
.BgClassName
{
background-color: #029665;
}
</style>
border-color css
<style>
span { border-color: #029665; }
span { border-color: rgb(2,150,101); }
td.TdClassName
{
border-color: #029665;
}
.TagClassName
{
border-color: #029665;
}
</style>