Shades of Shamrock Green #03915B
Tints of Shamrock Green #03915B
RGB
CMYK
RGB Variations
Color information
#03915B (or 0x03915B) is known color: Shamrock Green. HEX triplet: 03, 91 and 5B. RGB value is (3,145,91). Sum of RGB (Red+Green+Blue) = 3+145+91=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 145 (57.03% from 255 or 60.67% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 145 - color contains mainly: green. Hex color #03915B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03915B is #FC6EA4. Grayscale: #606060. Windows color (decimal): -16543397 or 6000899. OLE color: 6000899.
HSL color Cylindrical-coordinate representation of color #03915B: hue angle of 157.18º 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 #03915B is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 145 | 91 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.43 |
| HSL | 157.18º | 0.96% | 0.29% | - |
| HSV(B) | 157.18º | 0.98% | 0.57% | - |
| XYZ | 12.05 | 21.03 | 13.32 | - |
| YUV | 96.39 | 124.96 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 145 | 91 | 0.98 | 0 | 0.37 | 0.43 | 157.18 | 0.96 | 0.29 |
| Hex | 3 | 91 | 5B | 62 | 0 | 25 | 2B | 9D | 60 | 1D |
| Octal | 3 | 221 | 133 | 142 | 0 | 45 | 53 | 235 | 140 | 35 |
| Binary | 11 | 10010001 | 1011011 | 1100010 | 0 | 100101 | 101011 | 10011101 | 1100000 | 11101 |
Color Harmonies of #03915B
Complementary color
Monochromatic Colors of #03915B
Black with #03915B
Text Example
Text Example
White with #03915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03915B; }
p { color: rgb(3,145,91); }
H1.HeaderClassName
{
color: #03915B;
}
.AnyTagClassName
{
color: #03915B;
}
</style>
background-color css
<style>
a { background-color: #03915B; }
a { background-color: rgb(3,145,91); }
div.DivClassName
{
background-color: #03915B;
}
.BgClassName
{
background-color: #03915B;
}
</style>
border-color css
<style>
span { border-color: #03915B; }
span { border-color: rgb(3,145,91); }
td.TdClassName
{
border-color: #03915B;
}
.TagClassName
{
border-color: #03915B;
}
</style>