Shades of Shamrock Green #02905C
Tints of Shamrock Green #02905C
RGB
CMYK
RGB Variations
Color information
#02905C (or 0x02905C) is known color: Shamrock Green. HEX triplet: 02, 90 and 5C. RGB value is (2,144,92). Sum of RGB (Red+Green+Blue) = 2+144+92=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 144 (56.64% from 255 or 60.50% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 144 - color contains mainly: green. Hex color #02905C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02905C is #FD6FA3. Grayscale: #5F5F5F. Windows color (decimal): -16609188 or 6066178. OLE color: 6066178.
HSL color Cylindrical-coordinate representation of color #02905C: hue angle of 158.03º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02905C is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 144 | 92 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.44 |
| HSL | 158.03º | 0.97% | 0.29% | - |
| HSV(B) | 158.03º | 0.99% | 0.56% | - |
| XYZ | 11.93 | 20.73 | 13.5 | - |
| YUV | 95.61 | 125.96 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 144 | 92 | 0.99 | 0 | 0.36 | 0.44 | 158.03 | 0.97 | 0.29 |
| Hex | 2 | 90 | 5C | 63 | 0 | 24 | 2C | 9E | 61 | 1D |
| Octal | 2 | 220 | 134 | 143 | 0 | 44 | 54 | 236 | 141 | 35 |
| Binary | 10 | 10010000 | 1011100 | 1100011 | 0 | 100100 | 101100 | 10011110 | 1100001 | 11101 |
Color Harmonies of #02905C
Complementary color
Monochromatic Colors of #02905C
Black with #02905C
Text Example
Text Example
White with #02905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02905C; }
p { color: rgb(2,144,92); }
H1.HeaderClassName
{
color: #02905C;
}
.AnyTagClassName
{
color: #02905C;
}
</style>
background-color css
<style>
a { background-color: #02905C; }
a { background-color: rgb(2,144,92); }
div.DivClassName
{
background-color: #02905C;
}
.BgClassName
{
background-color: #02905C;
}
</style>
border-color css
<style>
span { border-color: #02905C; }
span { border-color: rgb(2,144,92); }
td.TdClassName
{
border-color: #02905C;
}
.TagClassName
{
border-color: #02905C;
}
</style>