Shades of Shamrock #30F892
Tints of Shamrock #30F892
RGB
CMYK
RGB Variations
Color information
#30F892 (or 0x30F892) is known color: Shamrock. HEX triplet: 30, F8 and 92. RGB value is (48,248,146). Sum of RGB (Red+Green+Blue) = 48+248+146=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 248 (97.27% from 255 or 56.11% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 248 - color contains mainly: green. Hex color #30F892 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F892 is #CF076D. Grayscale: #B0B0B0. Windows color (decimal): -13567854 or 9631792. OLE color: 9631792.
HSL color Cylindrical-coordinate representation of color #30F892: hue angle of 149.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F892 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 248 | 146 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.03 |
| HSL | 149.4º | 0.93% | 0.58% | - |
| HSV(B) | 149.4º | 0.81% | 0.97% | - |
| XYZ | 39.97 | 69.84 | 38.57 | - |
| YUV | 176.57 | 110.74 | 36.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 248 | 146 | 0.81 | 0 | 0.41 | 0.03 | 149.4 | 0.93 | 0.58 |
| Hex | 30 | F8 | 92 | 51 | 0 | 29 | 3 | 95 | 5D | 3A |
| Octal | 60 | 370 | 222 | 121 | 0 | 51 | 3 | 225 | 135 | 72 |
| Binary | 110000 | 11111000 | 10010010 | 1010001 | 0 | 101001 | 11 | 10010101 | 1011101 | 111010 |
Color Harmonies of #30F892
Complementary color
Monochromatic Colors of #30F892
Black with #30F892
Text Example
Text Example
White with #30F892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F892; }
p { color: rgb(48,248,146); }
H1.HeaderClassName
{
color: #30F892;
}
.AnyTagClassName
{
color: #30F892;
}
</style>
background-color css
<style>
a { background-color: #30F892; }
a { background-color: rgb(48,248,146); }
div.DivClassName
{
background-color: #30F892;
}
.BgClassName
{
background-color: #30F892;
}
</style>
border-color css
<style>
span { border-color: #30F892; }
span { border-color: rgb(48,248,146); }
td.TdClassName
{
border-color: #30F892;
}
.TagClassName
{
border-color: #30F892;
}
</style>