Shades of Shamrock Green #038C5E
Tints of Shamrock Green #038C5E
RGB
CMYK
RGB Variations
Color information
#038C5E (or 0x038C5E) is known color: Shamrock Green. HEX triplet: 03, 8C and 5E. RGB value is (3,140,94). Sum of RGB (Red+Green+Blue) = 3+140+94=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 140 (55.08% from 255 or 59.07% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 140 - color contains mainly: green. Hex color #038C5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038C5E is #FC73A1. Grayscale: #5D5D5D. Windows color (decimal): -16544674 or 6196227. OLE color: 6196227.
HSL color Cylindrical-coordinate representation of color #038C5E: hue angle of 159.85º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038C5E is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 140 | 94 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.45 |
| HSL | 159.85º | 0.96% | 0.28% | - |
| HSV(B) | 159.85º | 0.98% | 0.55% | - |
| XYZ | 11.44 | 19.58 | 13.77 | - |
| YUV | 93.79 | 128.11 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 94 | 0.98 | 0 | 0.33 | 0.45 | 159.85 | 0.96 | 0.28 |
| Hex | 3 | 8C | 5E | 62 | 0 | 21 | 2D | A0 | 60 | 1C |
| Octal | 3 | 214 | 136 | 142 | 0 | 41 | 55 | 240 | 140 | 34 |
| Binary | 11 | 10001100 | 1011110 | 1100010 | 0 | 100001 | 101101 | 10100000 | 1100000 | 11100 |
Color Harmonies of #038C5E
Complementary color
Monochromatic Colors of #038C5E
Black with #038C5E
Text Example
Text Example
White with #038C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038C5E; }
p { color: rgb(3,140,94); }
H1.HeaderClassName
{
color: #038C5E;
}
.AnyTagClassName
{
color: #038C5E;
}
</style>
background-color css
<style>
a { background-color: #038C5E; }
a { background-color: rgb(3,140,94); }
div.DivClassName
{
background-color: #038C5E;
}
.BgClassName
{
background-color: #038C5E;
}
</style>
border-color css
<style>
span { border-color: #038C5E; }
span { border-color: rgb(3,140,94); }
td.TdClassName
{
border-color: #038C5E;
}
.TagClassName
{
border-color: #038C5E;
}
</style>