Shades of Shamrock Green #03915A
Tints of Shamrock Green #03915A
RGB
CMYK
RGB Variations
Color information
#03915A (or 0x03915A) is known color: Shamrock Green. HEX triplet: 03, 91 and 5A. RGB value is (3,145,90). Sum of RGB (Red+Green+Blue) = 3+145+90=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 145 (57.03% from 255 or 60.92% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 145 - color contains mainly: green. Hex color #03915A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03915A is #FC6EA5. Grayscale: #606060. Windows color (decimal): -16543398 or 5935363. OLE color: 5935363.
HSL color Cylindrical-coordinate representation of color #03915A: hue angle of 156.76º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03915A is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 145 | 90 | - |
| CMYK | 0.98 | 0 | 0.38 | 0.43 |
| HSL | 156.76º | 0.96% | 0.29% | - |
| HSV(B) | 156.76º | 0.98% | 0.57% | - |
| XYZ | 12.01 | 21.01 | 13.09 | - |
| YUV | 96.27 | 124.46 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 145 | 90 | 0.98 | 0 | 0.38 | 0.43 | 156.76 | 0.96 | 0.29 |
| Hex | 3 | 91 | 5A | 62 | 0 | 26 | 2B | 9D | 60 | 1D |
| Octal | 3 | 221 | 132 | 142 | 0 | 46 | 53 | 235 | 140 | 35 |
| Binary | 11 | 10010001 | 1011010 | 1100010 | 0 | 100110 | 101011 | 10011101 | 1100000 | 11101 |
Color Harmonies of #03915A
Complementary color
Monochromatic Colors of #03915A
Black with #03915A
Text Example
Text Example
White with #03915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03915A; }
p { color: rgb(3,145,90); }
H1.HeaderClassName
{
color: #03915A;
}
.AnyTagClassName
{
color: #03915A;
}
</style>
background-color css
<style>
a { background-color: #03915A; }
a { background-color: rgb(3,145,90); }
div.DivClassName
{
background-color: #03915A;
}
.BgClassName
{
background-color: #03915A;
}
</style>
border-color css
<style>
span { border-color: #03915A; }
span { border-color: rgb(3,145,90); }
td.TdClassName
{
border-color: #03915A;
}
.TagClassName
{
border-color: #03915A;
}
</style>