Shades of Shamrock #30C788
Tints of Shamrock #30C788
RGB
CMYK
RGB Variations
Color information
#30C788 (or 0x30C788) is known color: Shamrock. HEX triplet: 30, C7 and 88. RGB value is (48,199,136). Sum of RGB (Red+Green+Blue) = 48+199+136=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 199 (78.12% from 255 or 51.96% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 199 - color contains mainly: green. Hex color #30C788 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C788 is #CF3877. Grayscale: #929292. Windows color (decimal): -13580408 or 8963888. OLE color: 8963888.
HSL color Cylindrical-coordinate representation of color #30C788: hue angle of 154.97º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C788 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 199 | 136 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.22 |
| HSL | 154.97º | 0.61% | 0.48% | - |
| HSV(B) | 154.97º | 0.76% | 0.78% | - |
| XYZ | 26.09 | 43.25 | 30.27 | - |
| YUV | 146.67 | 121.97 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 199 | 136 | 0.76 | 0 | 0.32 | 0.22 | 154.97 | 0.61 | 0.48 |
| Hex | 30 | C7 | 88 | 4C | 0 | 20 | 16 | 9B | 3D | 30 |
| Octal | 60 | 307 | 210 | 114 | 0 | 40 | 26 | 233 | 75 | 60 |
| Binary | 110000 | 11000111 | 10001000 | 1001100 | 0 | 100000 | 10110 | 10011011 | 111101 | 110000 |
Color Harmonies of #30C788
Complementary color
Monochromatic Colors of #30C788
Black with #30C788
Text Example
Text Example
White with #30C788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C788; }
p { color: rgb(48,199,136); }
H1.HeaderClassName
{
color: #30C788;
}
.AnyTagClassName
{
color: #30C788;
}
</style>
background-color css
<style>
a { background-color: #30C788; }
a { background-color: rgb(48,199,136); }
div.DivClassName
{
background-color: #30C788;
}
.BgClassName
{
background-color: #30C788;
}
</style>
border-color css
<style>
span { border-color: #30C788; }
span { border-color: rgb(48,199,136); }
td.TdClassName
{
border-color: #30C788;
}
.TagClassName
{
border-color: #30C788;
}
</style>