Shades of Shamrock #30D18C
Tints of Shamrock #30D18C
RGB
CMYK
RGB Variations
Color information
#30D18C (or 0x30D18C) is known color: Shamrock. HEX triplet: 30, D1 and 8C. RGB value is (48,209,140). Sum of RGB (Red+Green+Blue) = 48+209+140=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 209 (82.03% from 255 or 52.64% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 209 - color contains mainly: green. Hex color #30D18C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D18C is #CF2E73. Grayscale: #999999. Windows color (decimal): -13577844 or 9228592. OLE color: 9228592.
HSL color Cylindrical-coordinate representation of color #30D18C: hue angle of 154.29º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D18C is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 209 | 140 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.18 |
| HSL | 154.29º | 0.64% | 0.5% | - |
| HSV(B) | 154.29º | 0.77% | 0.82% | - |
| XYZ | 28.75 | 48.12 | 32.58 | - |
| YUV | 153 | 120.66 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 209 | 140 | 0.77 | 0 | 0.33 | 0.18 | 154.29 | 0.64 | 0.5 |
| Hex | 30 | D1 | 8C | 4D | 0 | 21 | 12 | 9A | 40 | 32 |
| Octal | 60 | 321 | 214 | 115 | 0 | 41 | 22 | 232 | 100 | 62 |
| Binary | 110000 | 11010001 | 10001100 | 1001101 | 0 | 100001 | 10010 | 10011010 | 1000000 | 110010 |
Color Harmonies of #30D18C
Complementary color
Monochromatic Colors of #30D18C
Black with #30D18C
Text Example
Text Example
White with #30D18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D18C; }
p { color: rgb(48,209,140); }
H1.HeaderClassName
{
color: #30D18C;
}
.AnyTagClassName
{
color: #30D18C;
}
</style>
background-color css
<style>
a { background-color: #30D18C; }
a { background-color: rgb(48,209,140); }
div.DivClassName
{
background-color: #30D18C;
}
.BgClassName
{
background-color: #30D18C;
}
</style>
border-color css
<style>
span { border-color: #30D18C; }
span { border-color: rgb(48,209,140); }
td.TdClassName
{
border-color: #30D18C;
}
.TagClassName
{
border-color: #30D18C;
}
</style>