Shades of Shamrock #30C692
Tints of Shamrock #30C692
RGB
CMYK
RGB Variations
Color information
#30C692 (or 0x30C692) is known color: Shamrock. HEX triplet: 30, C6 and 92. RGB value is (48,198,146). Sum of RGB (Red+Green+Blue) = 48+198+146=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #30C692 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C692 is #CF396D. Grayscale: #939393. Windows color (decimal): -13580654 or 9618992. OLE color: 9618992.
HSL color Cylindrical-coordinate representation of color #30C692: hue angle of 159.2º 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 #30C692 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 146 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.22 |
| HSL | 159.2º | 0.61% | 0.48% | - |
| HSV(B) | 159.2º | 0.76% | 0.78% | - |
| XYZ | 26.6 | 43.09 | 34.11 | - |
| YUV | 147.22 | 127.31 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 146 | 0.76 | 0 | 0.26 | 0.22 | 159.2 | 0.61 | 0.48 |
| Hex | 30 | C6 | 92 | 4C | 0 | 1A | 16 | 9F | 3D | 30 |
| Octal | 60 | 306 | 222 | 114 | 0 | 32 | 26 | 237 | 75 | 60 |
| Binary | 110000 | 11000110 | 10010010 | 1001100 | 0 | 11010 | 10110 | 10011111 | 111101 | 110000 |
Color Harmonies of #30C692
Complementary color
Monochromatic Colors of #30C692
Black with #30C692
Text Example
Text Example
White with #30C692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C692; }
p { color: rgb(48,198,146); }
H1.HeaderClassName
{
color: #30C692;
}
.AnyTagClassName
{
color: #30C692;
}
</style>
background-color css
<style>
a { background-color: #30C692; }
a { background-color: rgb(48,198,146); }
div.DivClassName
{
background-color: #30C692;
}
.BgClassName
{
background-color: #30C692;
}
</style>
border-color css
<style>
span { border-color: #30C692; }
span { border-color: rgb(48,198,146); }
td.TdClassName
{
border-color: #30C692;
}
.TagClassName
{
border-color: #30C692;
}
</style>