Shades of Shamrock #30D595
Tints of Shamrock #30D595
RGB
CMYK
RGB Variations
Color information
#30D595 (or 0x30D595) is known color: Shamrock. HEX triplet: 30, D5 and 95. RGB value is (48,213,149). Sum of RGB (Red+Green+Blue) = 48+213+149=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #30D595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D595 is #CF2A6A. Grayscale: #9C9C9C. Windows color (decimal): -13576811 or 9819440. OLE color: 9819440.
HSL color Cylindrical-coordinate representation of color #30D595: hue angle of 156.73º 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 #30D595 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 213 | 149 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.16 |
| HSL | 156.73º | 0.66% | 0.51% | - |
| HSV(B) | 156.73º | 0.77% | 0.84% | - |
| XYZ | 30.44 | 50.39 | 36.56 | - |
| YUV | 156.37 | 123.84 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 149 | 0.77 | 0 | 0.30 | 0.16 | 156.73 | 0.66 | 0.51 |
| Hex | 30 | D5 | 95 | 4D | 0 | 1E | 10 | 9D | 42 | 33 |
| Octal | 60 | 325 | 225 | 115 | 0 | 36 | 20 | 235 | 102 | 63 |
| Binary | 110000 | 11010101 | 10010101 | 1001101 | 0 | 11110 | 10000 | 10011101 | 1000010 | 110011 |
Color Harmonies of #30D595
Complementary color
Monochromatic Colors of #30D595
Black with #30D595
Text Example
Text Example
White with #30D595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D595; }
p { color: rgb(48,213,149); }
H1.HeaderClassName
{
color: #30D595;
}
.AnyTagClassName
{
color: #30D595;
}
</style>
background-color css
<style>
a { background-color: #30D595; }
a { background-color: rgb(48,213,149); }
div.DivClassName
{
background-color: #30D595;
}
.BgClassName
{
background-color: #30D595;
}
</style>
border-color css
<style>
span { border-color: #30D595; }
span { border-color: rgb(48,213,149); }
td.TdClassName
{
border-color: #30D595;
}
.TagClassName
{
border-color: #30D595;
}
</style>