Shades of Shamrock Green #02985A
Tints of Shamrock Green #02985A
RGB
CMYK
RGB Variations
Color information
#02985A (or 0x02985A) is known color: Shamrock Green. HEX triplet: 02, 98 and 5A. RGB value is (2,152,90). Sum of RGB (Red+Green+Blue) = 2+152+90=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 152 (59.77% from 255 or 62.30% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 152 - color contains mainly: green. Hex color #02985A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02985A is #FD67A5. Grayscale: #646464. Windows color (decimal): -16607142 or 5937154. OLE color: 5937154.
HSL color Cylindrical-coordinate representation of color #02985A: hue angle of 155.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02985A is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 152 | 90 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.40 |
| HSL | 155.2º | 0.97% | 0.3% | - |
| HSV(B) | 155.2º | 0.99% | 0.6% | - |
| XYZ | 13.1 | 23.21 | 13.46 | - |
| YUV | 100.08 | 122.31 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 152 | 90 | 0.99 | 0 | 0.41 | 0.40 | 155.2 | 0.97 | 0.3 |
| Hex | 2 | 98 | 5A | 63 | 0 | 29 | 28 | 9B | 61 | 1E |
| Octal | 2 | 230 | 132 | 143 | 0 | 51 | 50 | 233 | 141 | 36 |
| Binary | 10 | 10011000 | 1011010 | 1100011 | 0 | 101001 | 101000 | 10011011 | 1100001 | 11110 |
Color Harmonies of #02985A
Complementary color
Monochromatic Colors of #02985A
Black with #02985A
Text Example
Text Example
White with #02985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02985A; }
p { color: rgb(2,152,90); }
H1.HeaderClassName
{
color: #02985A;
}
.AnyTagClassName
{
color: #02985A;
}
</style>
background-color css
<style>
a { background-color: #02985A; }
a { background-color: rgb(2,152,90); }
div.DivClassName
{
background-color: #02985A;
}
.BgClassName
{
background-color: #02985A;
}
</style>
border-color css
<style>
span { border-color: #02985A; }
span { border-color: rgb(2,152,90); }
td.TdClassName
{
border-color: #02985A;
}
.TagClassName
{
border-color: #02985A;
}
</style>