Shades of Shamrock Green #02955F
Tints of Shamrock Green #02955F
RGB
CMYK
RGB Variations
Color information
#02955F (or 0x02955F) is known color: Shamrock Green. HEX triplet: 02, 95 and 5F. RGB value is (2,149,95). Sum of RGB (Red+Green+Blue) = 2+149+95=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 149 (58.59% from 255 or 60.57% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 149 - color contains mainly: green. Hex color #02955F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02955F is #FD6AA0. Grayscale: #626262. Windows color (decimal): -16607905 or 6264066. OLE color: 6264066.
HSL color Cylindrical-coordinate representation of color #02955F: hue angle of 157.96º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02955F is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 149 | 95 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.42 |
| HSL | 157.96º | 0.97% | 0.3% | - |
| HSV(B) | 157.96º | 0.99% | 0.58% | - |
| XYZ | 12.84 | 22.33 | 14.46 | - |
| YUV | 98.89 | 125.8 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 95 | 0.99 | 0 | 0.36 | 0.42 | 157.96 | 0.97 | 0.3 |
| Hex | 2 | 95 | 5F | 63 | 0 | 24 | 2A | 9E | 61 | 1E |
| Octal | 2 | 225 | 137 | 143 | 0 | 44 | 52 | 236 | 141 | 36 |
| Binary | 10 | 10010101 | 1011111 | 1100011 | 0 | 100100 | 101010 | 10011110 | 1100001 | 11110 |
Color Harmonies of #02955F
Complementary color
Monochromatic Colors of #02955F
Black with #02955F
Text Example
Text Example
White with #02955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02955F; }
p { color: rgb(2,149,95); }
H1.HeaderClassName
{
color: #02955F;
}
.AnyTagClassName
{
color: #02955F;
}
</style>
background-color css
<style>
a { background-color: #02955F; }
a { background-color: rgb(2,149,95); }
div.DivClassName
{
background-color: #02955F;
}
.BgClassName
{
background-color: #02955F;
}
</style>
border-color css
<style>
span { border-color: #02955F; }
span { border-color: rgb(2,149,95); }
td.TdClassName
{
border-color: #02955F;
}
.TagClassName
{
border-color: #02955F;
}
</style>