Shades of Shamrock Green #02965B
Tints of Shamrock Green #02965B
RGB
CMYK
RGB Variations
Color information
#02965B (or 0x02965B) is known color: Shamrock Green. HEX triplet: 02, 96 and 5B. RGB value is (2,150,91). Sum of RGB (Red+Green+Blue) = 2+150+91=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 150 (58.98% from 255 or 61.73% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 150 - color contains mainly: green. Hex color #02965B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02965B is #FD69A4. Grayscale: #636363. Windows color (decimal): -16607653 or 6002178. OLE color: 6002178.
HSL color Cylindrical-coordinate representation of color #02965B: hue angle of 156.08º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02965B is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 150 | 91 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.41 |
| HSL | 156.08º | 0.97% | 0.3% | - |
| HSV(B) | 156.08º | 0.99% | 0.59% | - |
| XYZ | 12.82 | 22.58 | 13.58 | - |
| YUV | 99.02 | 123.47 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 150 | 91 | 0.99 | 0 | 0.39 | 0.41 | 156.08 | 0.97 | 0.3 |
| Hex | 2 | 96 | 5B | 63 | 0 | 27 | 29 | 9C | 61 | 1E |
| Octal | 2 | 226 | 133 | 143 | 0 | 47 | 51 | 234 | 141 | 36 |
| Binary | 10 | 10010110 | 1011011 | 1100011 | 0 | 100111 | 101001 | 10011100 | 1100001 | 11110 |
Color Harmonies of #02965B
Complementary color
Monochromatic Colors of #02965B
Black with #02965B
Text Example
Text Example
White with #02965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02965B; }
p { color: rgb(2,150,91); }
H1.HeaderClassName
{
color: #02965B;
}
.AnyTagClassName
{
color: #02965B;
}
</style>
background-color css
<style>
a { background-color: #02965B; }
a { background-color: rgb(2,150,91); }
div.DivClassName
{
background-color: #02965B;
}
.BgClassName
{
background-color: #02965B;
}
</style>
border-color css
<style>
span { border-color: #02965B; }
span { border-color: rgb(2,150,91); }
td.TdClassName
{
border-color: #02965B;
}
.TagClassName
{
border-color: #02965B;
}
</style>