Shades of Shamrock Green #029155
Tints of Shamrock Green #029155
RGB
CMYK
RGB Variations
Color information
#029155 (or 0x029155) is known color: Shamrock Green. HEX triplet: 02, 91 and 55. RGB value is (2,145,85). Sum of RGB (Red+Green+Blue) = 2+145+85=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 145 (57.03% from 255 or 62.5% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 145 - color contains mainly: green. Hex color #029155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029155 is #FD6EAA. Grayscale: #5F5F5F. Windows color (decimal): -16608939 or 5607682. OLE color: 5607682.
HSL color Cylindrical-coordinate representation of color #029155: hue angle of 154.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029155 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 145 | 85 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.43 |
| HSL | 154.83º | 0.97% | 0.29% | - |
| HSV(B) | 154.83º | 0.99% | 0.57% | - |
| XYZ | 11.79 | 20.92 | 12.01 | - |
| YUV | 95.4 | 122.12 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 85 | 0.99 | 0 | 0.41 | 0.43 | 154.83 | 0.97 | 0.29 |
| Hex | 2 | 91 | 55 | 63 | 0 | 29 | 2B | 9B | 61 | 1D |
| Octal | 2 | 221 | 125 | 143 | 0 | 51 | 53 | 233 | 141 | 35 |
| Binary | 10 | 10010001 | 1010101 | 1100011 | 0 | 101001 | 101011 | 10011011 | 1100001 | 11101 |
Color Harmonies of #029155
Complementary color
Monochromatic Colors of #029155
Black with #029155
Text Example
Text Example
White with #029155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029155; }
p { color: rgb(2,145,85); }
H1.HeaderClassName
{
color: #029155;
}
.AnyTagClassName
{
color: #029155;
}
</style>
background-color css
<style>
a { background-color: #029155; }
a { background-color: rgb(2,145,85); }
div.DivClassName
{
background-color: #029155;
}
.BgClassName
{
background-color: #029155;
}
</style>
border-color css
<style>
span { border-color: #029155; }
span { border-color: rgb(2,145,85); }
td.TdClassName
{
border-color: #029155;
}
.TagClassName
{
border-color: #029155;
}
</style>