Shades of Shamrock #30C68F
Tints of Shamrock #30C68F
RGB
CMYK
RGB Variations
Color information
#30C68F (or 0x30C68F) is known color: Shamrock. HEX triplet: 30, C6 and 8F. RGB value is (48,198,143). Sum of RGB (Red+Green+Blue) = 48+198+143=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #30C68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C68F is #CF3970. Grayscale: #929292. Windows color (decimal): -13580657 or 9422384. OLE color: 9422384.
HSL color Cylindrical-coordinate representation of color #30C68F: hue angle of 158º 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 #30C68F is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 143 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.22 |
| HSL | 158º | 0.61% | 0.48% | - |
| HSV(B) | 158º | 0.76% | 0.78% | - |
| XYZ | 26.37 | 43 | 32.9 | - |
| YUV | 146.88 | 125.81 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 143 | 0.76 | 0 | 0.28 | 0.22 | 158 | 0.61 | 0.48 |
| Hex | 30 | C6 | 8F | 4C | 0 | 1C | 16 | 9E | 3D | 30 |
| Octal | 60 | 306 | 217 | 114 | 0 | 34 | 26 | 236 | 75 | 60 |
| Binary | 110000 | 11000110 | 10001111 | 1001100 | 0 | 11100 | 10110 | 10011110 | 111101 | 110000 |
Color Harmonies of #30C68F
Complementary color
Monochromatic Colors of #30C68F
Black with #30C68F
Text Example
Text Example
White with #30C68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C68F; }
p { color: rgb(48,198,143); }
H1.HeaderClassName
{
color: #30C68F;
}
.AnyTagClassName
{
color: #30C68F;
}
</style>
background-color css
<style>
a { background-color: #30C68F; }
a { background-color: rgb(48,198,143); }
div.DivClassName
{
background-color: #30C68F;
}
.BgClassName
{
background-color: #30C68F;
}
</style>
border-color css
<style>
span { border-color: #30C68F; }
span { border-color: rgb(48,198,143); }
td.TdClassName
{
border-color: #30C68F;
}
.TagClassName
{
border-color: #30C68F;
}
</style>