Shades of Shamrock #30D892
Tints of Shamrock #30D892
RGB
CMYK
RGB Variations
Color information
#30D892 (or 0x30D892) is known color: Shamrock. HEX triplet: 30, D8 and 92. RGB value is (48,216,146). Sum of RGB (Red+Green+Blue) = 48+216+146=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #30D892 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D892 is #CF276D. Grayscale: #9D9D9D. Windows color (decimal): -13576046 or 9623600. OLE color: 9623600.
HSL color Cylindrical-coordinate representation of color #30D892: hue angle of 155º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D892 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 216 | 146 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.15 |
| HSL | 155º | 0.68% | 0.52% | - |
| HSV(B) | 155º | 0.78% | 0.85% | - |
| XYZ | 30.96 | 51.82 | 35.56 | - |
| YUV | 157.79 | 121.34 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 216 | 146 | 0.78 | 0 | 0.32 | 0.15 | 155 | 0.68 | 0.52 |
| Hex | 30 | D8 | 92 | 4E | 0 | 20 | F | 9B | 44 | 34 |
| Octal | 60 | 330 | 222 | 116 | 0 | 40 | 17 | 233 | 104 | 64 |
| Binary | 110000 | 11011000 | 10010010 | 1001110 | 0 | 100000 | 1111 | 10011011 | 1000100 | 110100 |
Color Harmonies of #30D892
Complementary color
Monochromatic Colors of #30D892
Black with #30D892
Text Example
Text Example
White with #30D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D892; }
p { color: rgb(48,216,146); }
H1.HeaderClassName
{
color: #30D892;
}
.AnyTagClassName
{
color: #30D892;
}
</style>
background-color css
<style>
a { background-color: #30D892; }
a { background-color: rgb(48,216,146); }
div.DivClassName
{
background-color: #30D892;
}
.BgClassName
{
background-color: #30D892;
}
</style>
border-color css
<style>
span { border-color: #30D892; }
span { border-color: rgb(48,216,146); }
td.TdClassName
{
border-color: #30D892;
}
.TagClassName
{
border-color: #30D892;
}
</style>