Shades of Shamrock #30D791
Tints of Shamrock #30D791
RGB
CMYK
RGB Variations
Color information
#30D791 (or 0x30D791) is known color: Shamrock. HEX triplet: 30, D7 and 91. RGB value is (48,215,145). Sum of RGB (Red+Green+Blue) = 48+215+145=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 215 (84.38% from 255 or 52.70% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 215 - color contains mainly: green. Hex color #30D791 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D791 is #CF286E. Grayscale: #9D9D9D. Windows color (decimal): -13576303 or 9557808. OLE color: 9557808.
HSL color Cylindrical-coordinate representation of color #30D791: hue angle of 154.85º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D791 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 215 | 145 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.16 |
| HSL | 154.85º | 0.68% | 0.52% | - |
| HSV(B) | 154.85º | 0.78% | 0.84% | - |
| XYZ | 30.63 | 51.27 | 35.07 | - |
| YUV | 157.09 | 121.17 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 215 | 145 | 0.78 | 0 | 0.33 | 0.16 | 154.85 | 0.68 | 0.52 |
| Hex | 30 | D7 | 91 | 4E | 0 | 21 | 10 | 9B | 44 | 34 |
| Octal | 60 | 327 | 221 | 116 | 0 | 41 | 20 | 233 | 104 | 64 |
| Binary | 110000 | 11010111 | 10010001 | 1001110 | 0 | 100001 | 10000 | 10011011 | 1000100 | 110100 |
Color Harmonies of #30D791
Complementary color
Monochromatic Colors of #30D791
Black with #30D791
Text Example
Text Example
White with #30D791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D791; }
p { color: rgb(48,215,145); }
H1.HeaderClassName
{
color: #30D791;
}
.AnyTagClassName
{
color: #30D791;
}
</style>
background-color css
<style>
a { background-color: #30D791; }
a { background-color: rgb(48,215,145); }
div.DivClassName
{
background-color: #30D791;
}
.BgClassName
{
background-color: #30D791;
}
</style>
border-color css
<style>
span { border-color: #30D791; }
span { border-color: rgb(48,215,145); }
td.TdClassName
{
border-color: #30D791;
}
.TagClassName
{
border-color: #30D791;
}
</style>