Shades of Shamrock Green #029353
Tints of Shamrock Green #029353
RGB
CMYK
RGB Variations
Color information
#029353 (or 0x029353) is known color: Shamrock Green. HEX triplet: 02, 93 and 53. RGB value is (2,147,83). Sum of RGB (Red+Green+Blue) = 2+147+83=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 147 (57.81% from 255 or 63.36% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 147 - color contains mainly: green. Hex color #029353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029353 is #FD6CAC. Grayscale: #606060. Windows color (decimal): -16608429 or 5477122. OLE color: 5477122.
HSL color Cylindrical-coordinate representation of color #029353: hue angle of 153.52º 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 #029353 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 147 | 83 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.42 |
| HSL | 153.52º | 0.97% | 0.29% | - |
| HSV(B) | 153.52º | 0.99% | 0.58% | - |
| XYZ | 12.02 | 21.5 | 11.7 | - |
| YUV | 96.35 | 120.46 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 147 | 83 | 0.99 | 0 | 0.44 | 0.42 | 153.52 | 0.97 | 0.29 |
| Hex | 2 | 93 | 53 | 63 | 0 | 2C | 2A | 9A | 61 | 1D |
| Octal | 2 | 223 | 123 | 143 | 0 | 54 | 52 | 232 | 141 | 35 |
| Binary | 10 | 10010011 | 1010011 | 1100011 | 0 | 101100 | 101010 | 10011010 | 1100001 | 11101 |
Color Harmonies of #029353
Complementary color
Monochromatic Colors of #029353
Black with #029353
Text Example
Text Example
White with #029353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029353; }
p { color: rgb(2,147,83); }
H1.HeaderClassName
{
color: #029353;
}
.AnyTagClassName
{
color: #029353;
}
</style>
background-color css
<style>
a { background-color: #029353; }
a { background-color: rgb(2,147,83); }
div.DivClassName
{
background-color: #029353;
}
.BgClassName
{
background-color: #029353;
}
</style>
border-color css
<style>
span { border-color: #029353; }
span { border-color: rgb(2,147,83); }
td.TdClassName
{
border-color: #029353;
}
.TagClassName
{
border-color: #029353;
}
</style>