Shades of Shamrock #30D590
Tints of Shamrock #30D590
RGB
CMYK
RGB Variations
Color information
#30D590 (or 0x30D590) is known color: Shamrock. HEX triplet: 30, D5 and 90. RGB value is (48,213,144). Sum of RGB (Red+Green+Blue) = 48+213+144=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #30D590 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D590 is #CF2A6F. Grayscale: #9B9B9B. Windows color (decimal): -13576816 or 9491760. OLE color: 9491760.
HSL color Cylindrical-coordinate representation of color #30D590: hue angle of 154.91º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D590 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 213 | 144 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.16 |
| HSL | 154.91º | 0.66% | 0.51% | - |
| HSV(B) | 154.91º | 0.77% | 0.84% | - |
| XYZ | 30.05 | 50.23 | 34.5 | - |
| YUV | 155.8 | 121.34 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 144 | 0.77 | 0 | 0.32 | 0.16 | 154.91 | 0.66 | 0.51 |
| Hex | 30 | D5 | 90 | 4D | 0 | 20 | 10 | 9B | 42 | 33 |
| Octal | 60 | 325 | 220 | 115 | 0 | 40 | 20 | 233 | 102 | 63 |
| Binary | 110000 | 11010101 | 10010000 | 1001101 | 0 | 100000 | 10000 | 10011011 | 1000010 | 110011 |
Color Harmonies of #30D590
Complementary color
Monochromatic Colors of #30D590
Black with #30D590
Text Example
Text Example
White with #30D590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D590; }
p { color: rgb(48,213,144); }
H1.HeaderClassName
{
color: #30D590;
}
.AnyTagClassName
{
color: #30D590;
}
</style>
background-color css
<style>
a { background-color: #30D590; }
a { background-color: rgb(48,213,144); }
div.DivClassName
{
background-color: #30D590;
}
.BgClassName
{
background-color: #30D590;
}
</style>
border-color css
<style>
span { border-color: #30D590; }
span { border-color: rgb(48,213,144); }
td.TdClassName
{
border-color: #30D590;
}
.TagClassName
{
border-color: #30D590;
}
</style>