Shades of Shamrock Green #029462
Tints of Shamrock Green #029462
RGB
CMYK
RGB Variations
Color information
#029462 (or 0x029462) is known color: Shamrock Green. HEX triplet: 02, 94 and 62. RGB value is (2,148,98). Sum of RGB (Red+Green+Blue) = 2+148+98=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 148 (58.20% from 255 or 59.68% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 148 - color contains mainly: green. Hex color #029462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029462 is #FD6B9D. Grayscale: #626262. Windows color (decimal): -16608158 or 6460418. OLE color: 6460418.
HSL color Cylindrical-coordinate representation of color #029462: hue angle of 159.45º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029462 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 148 | 98 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.42 |
| HSL | 159.45º | 0.97% | 0.29% | - |
| HSV(B) | 159.45º | 0.99% | 0.58% | - |
| XYZ | 12.82 | 22.07 | 15.14 | - |
| YUV | 98.65 | 127.63 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 148 | 98 | 0.99 | 0 | 0.34 | 0.42 | 159.45 | 0.97 | 0.29 |
| Hex | 2 | 94 | 62 | 63 | 0 | 22 | 2A | 9F | 61 | 1D |
| Octal | 2 | 224 | 142 | 143 | 0 | 42 | 52 | 237 | 141 | 35 |
| Binary | 10 | 10010100 | 1100010 | 1100011 | 0 | 100010 | 101010 | 10011111 | 1100001 | 11101 |
Color Harmonies of #029462
Complementary color
Monochromatic Colors of #029462
Black with #029462
Text Example
Text Example
White with #029462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029462; }
p { color: rgb(2,148,98); }
H1.HeaderClassName
{
color: #029462;
}
.AnyTagClassName
{
color: #029462;
}
</style>
background-color css
<style>
a { background-color: #029462; }
a { background-color: rgb(2,148,98); }
div.DivClassName
{
background-color: #029462;
}
.BgClassName
{
background-color: #029462;
}
</style>
border-color css
<style>
span { border-color: #029462; }
span { border-color: rgb(2,148,98); }
td.TdClassName
{
border-color: #029462;
}
.TagClassName
{
border-color: #029462;
}
</style>