Shades of Shamrock Green #029F5D
Tints of Shamrock Green #029F5D
RGB
CMYK
RGB Variations
Color information
#029F5D (or 0x029F5D) is known color: Shamrock Green. HEX triplet: 02, 9F and 5D. RGB value is (2,159,93). Sum of RGB (Red+Green+Blue) = 2+159+93=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 159 (62.5% from 255 or 62.60% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 159 - color contains mainly: green. Hex color #029F5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029F5D is #FD60A2. Grayscale: #686868. Windows color (decimal): -16605347 or 6135554. OLE color: 6135554.
HSL color Cylindrical-coordinate representation of color #029F5D: hue angle of 154.78º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029F5D is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 159 | 93 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.38 |
| HSL | 154.78º | 0.98% | 0.32% | - |
| HSV(B) | 154.78º | 0.99% | 0.62% | - |
| XYZ | 14.4 | 25.6 | 14.54 | - |
| YUV | 104.53 | 121.49 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 93 | 0.99 | 0 | 0.42 | 0.38 | 154.78 | 0.98 | 0.32 |
| Hex | 2 | 9F | 5D | 63 | 0 | 2A | 26 | 9B | 62 | 20 |
| Octal | 2 | 237 | 135 | 143 | 0 | 52 | 46 | 233 | 142 | 40 |
| Binary | 10 | 10011111 | 1011101 | 1100011 | 0 | 101010 | 100110 | 10011011 | 1100010 | 100000 |
Color Harmonies of #029F5D
Complementary color
Monochromatic Colors of #029F5D
Black with #029F5D
Text Example
Text Example
White with #029F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029F5D; }
p { color: rgb(2,159,93); }
H1.HeaderClassName
{
color: #029F5D;
}
.AnyTagClassName
{
color: #029F5D;
}
</style>
background-color css
<style>
a { background-color: #029F5D; }
a { background-color: rgb(2,159,93); }
div.DivClassName
{
background-color: #029F5D;
}
.BgClassName
{
background-color: #029F5D;
}
</style>
border-color css
<style>
span { border-color: #029F5D; }
span { border-color: rgb(2,159,93); }
td.TdClassName
{
border-color: #029F5D;
}
.TagClassName
{
border-color: #029F5D;
}
</style>