Shades of Shamrock #30C68A
Tints of Shamrock #30C68A
RGB
CMYK
RGB Variations
Color information
#30C68A (or 0x30C68A) is known color: Shamrock. HEX triplet: 30, C6 and 8A. RGB value is (48,198,138). Sum of RGB (Red+Green+Blue) = 48+198+138=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #30C68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C68A is #CF3975. Grayscale: #929292. Windows color (decimal): -13580662 or 9094704. OLE color: 9094704.
HSL color Cylindrical-coordinate representation of color #30C68A: hue angle of 156º 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 #30C68A is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 138 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.22 |
| HSL | 156º | 0.61% | 0.48% | - |
| HSV(B) | 156º | 0.76% | 0.78% | - |
| XYZ | 26 | 42.85 | 30.95 | - |
| YUV | 146.31 | 123.31 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 138 | 0.76 | 0 | 0.30 | 0.22 | 156 | 0.61 | 0.48 |
| Hex | 30 | C6 | 8A | 4C | 0 | 1E | 16 | 9C | 3D | 30 |
| Octal | 60 | 306 | 212 | 114 | 0 | 36 | 26 | 234 | 75 | 60 |
| Binary | 110000 | 11000110 | 10001010 | 1001100 | 0 | 11110 | 10110 | 10011100 | 111101 | 110000 |
Color Harmonies of #30C68A
Complementary color
Monochromatic Colors of #30C68A
Black with #30C68A
Text Example
Text Example
White with #30C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C68A; }
p { color: rgb(48,198,138); }
H1.HeaderClassName
{
color: #30C68A;
}
.AnyTagClassName
{
color: #30C68A;
}
</style>
background-color css
<style>
a { background-color: #30C68A; }
a { background-color: rgb(48,198,138); }
div.DivClassName
{
background-color: #30C68A;
}
.BgClassName
{
background-color: #30C68A;
}
</style>
border-color css
<style>
span { border-color: #30C68A; }
span { border-color: rgb(48,198,138); }
td.TdClassName
{
border-color: #30C68A;
}
.TagClassName
{
border-color: #30C68A;
}
</style>