Shades of Shamrock #30CC92
Tints of Shamrock #30CC92
RGB
CMYK
RGB Variations
Color information
#30CC92 (or 0x30CC92) is known color: Shamrock. HEX triplet: 30, CC and 92. RGB value is (48,204,146). Sum of RGB (Red+Green+Blue) = 48+204+146=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #30CC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CC92 is #CF336D. Grayscale: #969696. Windows color (decimal): -13579118 or 9620528. OLE color: 9620528.
HSL color Cylindrical-coordinate representation of color #30CC92: hue angle of 157.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CC92 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 204 | 146 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.2 |
| HSL | 157.69º | 0.62% | 0.49% | - |
| HSV(B) | 157.69º | 0.76% | 0.8% | - |
| XYZ | 28 | 45.89 | 34.58 | - |
| YUV | 150.74 | 125.32 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 204 | 146 | 0.76 | 0 | 0.28 | 0.2 | 157.69 | 0.62 | 0.49 |
| Hex | 30 | CC | 92 | 4C | 0 | 1C | 14 | 9E | 3E | 31 |
| Octal | 60 | 314 | 222 | 114 | 0 | 34 | 24 | 236 | 76 | 61 |
| Binary | 110000 | 11001100 | 10010010 | 1001100 | 0 | 11100 | 10100 | 10011110 | 111110 | 110001 |
Color Harmonies of #30CC92
Complementary color
Monochromatic Colors of #30CC92
Black with #30CC92
Text Example
Text Example
White with #30CC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CC92; }
p { color: rgb(48,204,146); }
H1.HeaderClassName
{
color: #30CC92;
}
.AnyTagClassName
{
color: #30CC92;
}
</style>
background-color css
<style>
a { background-color: #30CC92; }
a { background-color: rgb(48,204,146); }
div.DivClassName
{
background-color: #30CC92;
}
.BgClassName
{
background-color: #30CC92;
}
</style>
border-color css
<style>
span { border-color: #30CC92; }
span { border-color: rgb(48,204,146); }
td.TdClassName
{
border-color: #30CC92;
}
.TagClassName
{
border-color: #30CC92;
}
</style>