Shades of Shamrock Green #03985C
Tints of Shamrock Green #03985C
RGB
CMYK
RGB Variations
Color information
#03985C (or 0x03985C) is known color: Shamrock Green. HEX triplet: 03, 98 and 5C. RGB value is (3,152,92). Sum of RGB (Red+Green+Blue) = 3+152+92=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 152 (59.77% from 255 or 61.54% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 152 - color contains mainly: green. Hex color #03985C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03985C is #FC67A3. Grayscale: #646464. Windows color (decimal): -16541604 or 6068227. OLE color: 6068227.
HSL color Cylindrical-coordinate representation of color #03985C: hue angle of 155.84º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03985C is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 152 | 92 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.40 |
| HSL | 155.84º | 0.96% | 0.3% | - |
| HSV(B) | 155.84º | 0.98% | 0.6% | - |
| XYZ | 13.2 | 23.25 | 13.92 | - |
| YUV | 100.61 | 123.14 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 92 | 0.98 | 0 | 0.39 | 0.40 | 155.84 | 0.96 | 0.3 |
| Hex | 3 | 98 | 5C | 62 | 0 | 27 | 28 | 9C | 60 | 1E |
| Octal | 3 | 230 | 134 | 142 | 0 | 47 | 50 | 234 | 140 | 36 |
| Binary | 11 | 10011000 | 1011100 | 1100010 | 0 | 100111 | 101000 | 10011100 | 1100000 | 11110 |
Color Harmonies of #03985C
Complementary color
Monochromatic Colors of #03985C
Black with #03985C
Text Example
Text Example
White with #03985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03985C; }
p { color: rgb(3,152,92); }
H1.HeaderClassName
{
color: #03985C;
}
.AnyTagClassName
{
color: #03985C;
}
</style>
background-color css
<style>
a { background-color: #03985C; }
a { background-color: rgb(3,152,92); }
div.DivClassName
{
background-color: #03985C;
}
.BgClassName
{
background-color: #03985C;
}
</style>
border-color css
<style>
span { border-color: #03985C; }
span { border-color: rgb(3,152,92); }
td.TdClassName
{
border-color: #03985C;
}
.TagClassName
{
border-color: #03985C;
}
</style>