Shades of Shamrock Green #02895A
Tints of Shamrock Green #02895A
RGB
CMYK
RGB Variations
Color information
#02895A (or 0x02895A) is known color: Shamrock Green. HEX triplet: 02, 89 and 5A. RGB value is (2,137,90). Sum of RGB (Red+Green+Blue) = 2+137+90=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 137 (53.91% from 255 or 59.83% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 137 - color contains mainly: green. Hex color #02895A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02895A is #FD76A5. Grayscale: #5B5B5B. Windows color (decimal): -16610982 or 5933314. OLE color: 5933314.
HSL color Cylindrical-coordinate representation of color #02895A: hue angle of 159.11º 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 #02895A is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 137 | 90 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.46 |
| HSL | 159.11º | 0.97% | 0.27% | - |
| HSV(B) | 159.11º | 0.99% | 0.54% | - |
| XYZ | 10.82 | 18.64 | 12.7 | - |
| YUV | 91.28 | 127.27 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 137 | 90 | 0.99 | 0 | 0.34 | 0.46 | 159.11 | 0.97 | 0.27 |
| Hex | 2 | 89 | 5A | 63 | 0 | 22 | 2E | 9F | 61 | 1B |
| Octal | 2 | 211 | 132 | 143 | 0 | 42 | 56 | 237 | 141 | 33 |
| Binary | 10 | 10001001 | 1011010 | 1100011 | 0 | 100010 | 101110 | 10011111 | 1100001 | 11011 |
Color Harmonies of #02895A
Complementary color
Monochromatic Colors of #02895A
Black with #02895A
Text Example
Text Example
White with #02895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02895A; }
p { color: rgb(2,137,90); }
H1.HeaderClassName
{
color: #02895A;
}
.AnyTagClassName
{
color: #02895A;
}
</style>
background-color css
<style>
a { background-color: #02895A; }
a { background-color: rgb(2,137,90); }
div.DivClassName
{
background-color: #02895A;
}
.BgClassName
{
background-color: #02895A;
}
</style>
border-color css
<style>
span { border-color: #02895A; }
span { border-color: rgb(2,137,90); }
td.TdClassName
{
border-color: #02895A;
}
.TagClassName
{
border-color: #02895A;
}
</style>