Shades of Shamrock #30F392
Tints of Shamrock #30F392
RGB
CMYK
RGB Variations
Color information
#30F392 (or 0x30F392) is known color: Shamrock. HEX triplet: 30, F3 and 92. RGB value is (48,243,146). Sum of RGB (Red+Green+Blue) = 48+243+146=437 (57% of max value = 765). Red value is 48 (19.14% from 255 or 10.98% from 437); Green value is 243 (95.31% from 255 or 55.61% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 243 - color contains mainly: green. Hex color #30F392 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F392 is #CF0C6D. Grayscale: #ADADAD. Windows color (decimal): -13569134 or 9630512. OLE color: 9630512.
HSL color Cylindrical-coordinate representation of color #30F392: hue angle of 150.15º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F392 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 243 | 146 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.05 |
| HSL | 150.15º | 0.89% | 0.57% | - |
| HSV(B) | 150.15º | 0.8% | 0.95% | - |
| XYZ | 38.46 | 66.8 | 38.06 | - |
| YUV | 173.64 | 112.4 | 38.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 243 | 146 | 0.80 | 0 | 0.40 | 0.05 | 150.15 | 0.89 | 0.57 |
| Hex | 30 | F3 | 92 | 50 | 0 | 28 | 5 | 96 | 59 | 39 |
| Octal | 60 | 363 | 222 | 120 | 0 | 50 | 5 | 226 | 131 | 71 |
| Binary | 110000 | 11110011 | 10010010 | 1010000 | 0 | 101000 | 101 | 10010110 | 1011001 | 111001 |
Color Harmonies of #30F392
Complementary color
Monochromatic Colors of #30F392
Black with #30F392
Text Example
Text Example
White with #30F392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F392; }
p { color: rgb(48,243,146); }
H1.HeaderClassName
{
color: #30F392;
}
.AnyTagClassName
{
color: #30F392;
}
</style>
background-color css
<style>
a { background-color: #30F392; }
a { background-color: rgb(48,243,146); }
div.DivClassName
{
background-color: #30F392;
}
.BgClassName
{
background-color: #30F392;
}
</style>
border-color css
<style>
span { border-color: #30F392; }
span { border-color: rgb(48,243,146); }
td.TdClassName
{
border-color: #30F392;
}
.TagClassName
{
border-color: #30F392;
}
</style>