Shades of Shamrock #30D19B
Tints of Shamrock #30D19B
RGB
CMYK
RGB Variations
Color information
#30D19B (or 0x30D19B) is known color: Shamrock. HEX triplet: 30, D1 and 9B. RGB value is (48,209,155). Sum of RGB (Red+Green+Blue) = 48+209+155=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #30D19B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D19B is #CF2E64. Grayscale: #9A9A9A. Windows color (decimal): -13577829 or 10211632. OLE color: 10211632.
HSL color Cylindrical-coordinate representation of color #30D19B: hue angle of 159.88º 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 #30D19B is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 209 | 155 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.18 |
| HSL | 159.88º | 0.64% | 0.5% | - |
| HSV(B) | 159.88º | 0.77% | 0.82% | - |
| XYZ | 29.94 | 48.6 | 38.81 | - |
| YUV | 154.71 | 128.16 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 209 | 155 | 0.77 | 0 | 0.26 | 0.18 | 159.88 | 0.64 | 0.5 |
| Hex | 30 | D1 | 9B | 4D | 0 | 1A | 12 | A0 | 40 | 32 |
| Octal | 60 | 321 | 233 | 115 | 0 | 32 | 22 | 240 | 100 | 62 |
| Binary | 110000 | 11010001 | 10011011 | 1001101 | 0 | 11010 | 10010 | 10100000 | 1000000 | 110010 |
Color Harmonies of #30D19B
Complementary color
Monochromatic Colors of #30D19B
Black with #30D19B
Text Example
Text Example
White with #30D19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D19B; }
p { color: rgb(48,209,155); }
H1.HeaderClassName
{
color: #30D19B;
}
.AnyTagClassName
{
color: #30D19B;
}
</style>
background-color css
<style>
a { background-color: #30D19B; }
a { background-color: rgb(48,209,155); }
div.DivClassName
{
background-color: #30D19B;
}
.BgClassName
{
background-color: #30D19B;
}
</style>
border-color css
<style>
span { border-color: #30D19B; }
span { border-color: rgb(48,209,155); }
td.TdClassName
{
border-color: #30D19B;
}
.TagClassName
{
border-color: #30D19B;
}
</style>