Shades of Shamrock Green #038D5D
Tints of Shamrock Green #038D5D
RGB
CMYK
RGB Variations
Color information
#038D5D (or 0x038D5D) is known color: Shamrock Green. HEX triplet: 03, 8D and 5D. RGB value is (3,141,93). Sum of RGB (Red+Green+Blue) = 3+141+93=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 141 (55.47% from 255 or 59.49% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 141 - color contains mainly: green. Hex color #038D5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038D5D is #FC72A2. Grayscale: #5E5E5E. Windows color (decimal): -16544419 or 6130947. OLE color: 6130947.
HSL color Cylindrical-coordinate representation of color #038D5D: hue angle of 159.13º 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 #038D5D is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 141 | 93 | - |
| CMYK | 0.98 | 0 | 0.34 | 0.45 |
| HSL | 159.13º | 0.96% | 0.28% | - |
| HSV(B) | 159.13º | 0.98% | 0.55% | - |
| XYZ | 11.54 | 19.86 | 13.58 | - |
| YUV | 94.27 | 127.28 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 93 | 0.98 | 0 | 0.34 | 0.45 | 159.13 | 0.96 | 0.28 |
| Hex | 3 | 8D | 5D | 62 | 0 | 22 | 2D | 9F | 60 | 1C |
| Octal | 3 | 215 | 135 | 142 | 0 | 42 | 55 | 237 | 140 | 34 |
| Binary | 11 | 10001101 | 1011101 | 1100010 | 0 | 100010 | 101101 | 10011111 | 1100000 | 11100 |
Color Harmonies of #038D5D
Complementary color
Monochromatic Colors of #038D5D
Black with #038D5D
Text Example
Text Example
White with #038D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038D5D; }
p { color: rgb(3,141,93); }
H1.HeaderClassName
{
color: #038D5D;
}
.AnyTagClassName
{
color: #038D5D;
}
</style>
background-color css
<style>
a { background-color: #038D5D; }
a { background-color: rgb(3,141,93); }
div.DivClassName
{
background-color: #038D5D;
}
.BgClassName
{
background-color: #038D5D;
}
</style>
border-color css
<style>
span { border-color: #038D5D; }
span { border-color: rgb(3,141,93); }
td.TdClassName
{
border-color: #038D5D;
}
.TagClassName
{
border-color: #038D5D;
}
</style>