Shades of Shamrock Green #02895D
Tints of Shamrock Green #02895D
RGB
CMYK
RGB Variations
Color information
#02895D (or 0x02895D) is known color: Shamrock Green. HEX triplet: 02, 89 and 5D. RGB value is (2,137,93). Sum of RGB (Red+Green+Blue) = 2+137+93=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 137 (53.91% from 255 or 59.05% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 137 - color contains mainly: green. Hex color #02895D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02895D is #FD76A2. Grayscale: #5B5B5B. Windows color (decimal): -16610979 or 6129922. OLE color: 6129922.
HSL color Cylindrical-coordinate representation of color #02895D: hue angle of 160.44º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02895D is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 137 | 93 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.46 |
| HSL | 160.44º | 0.97% | 0.27% | - |
| HSV(B) | 160.44º | 0.99% | 0.54% | - |
| XYZ | 10.95 | 18.69 | 13.39 | - |
| YUV | 91.62 | 128.77 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 137 | 93 | 0.99 | 0 | 0.32 | 0.46 | 160.44 | 0.97 | 0.27 |
| Hex | 2 | 89 | 5D | 63 | 0 | 20 | 2E | A0 | 61 | 1B |
| Octal | 2 | 211 | 135 | 143 | 0 | 40 | 56 | 240 | 141 | 33 |
| Binary | 10 | 10001001 | 1011101 | 1100011 | 0 | 100000 | 101110 | 10100000 | 1100001 | 11011 |
Color Harmonies of #02895D
Complementary color
Monochromatic Colors of #02895D
Black with #02895D
Text Example
Text Example
White with #02895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02895D; }
p { color: rgb(2,137,93); }
H1.HeaderClassName
{
color: #02895D;
}
.AnyTagClassName
{
color: #02895D;
}
</style>
background-color css
<style>
a { background-color: #02895D; }
a { background-color: rgb(2,137,93); }
div.DivClassName
{
background-color: #02895D;
}
.BgClassName
{
background-color: #02895D;
}
</style>
border-color css
<style>
span { border-color: #02895D; }
span { border-color: rgb(2,137,93); }
td.TdClassName
{
border-color: #02895D;
}
.TagClassName
{
border-color: #02895D;
}
</style>