Shades of Shamrock #30D38E
Tints of Shamrock #30D38E
RGB
CMYK
RGB Variations
Color information
#30D38E (or 0x30D38E) is known color: Shamrock. HEX triplet: 30, D3 and 8E. RGB value is (48,211,142). Sum of RGB (Red+Green+Blue) = 48+211+142=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #30D38E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D38E is #CF2C71. Grayscale: #9A9A9A. Windows color (decimal): -13577330 or 9360176. OLE color: 9360176.
HSL color Cylindrical-coordinate representation of color #30D38E: hue angle of 154.6º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D38E is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 211 | 142 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.17 |
| HSL | 154.6º | 0.65% | 0.51% | - |
| HSV(B) | 154.6º | 0.77% | 0.83% | - |
| XYZ | 29.4 | 49.17 | 33.53 | - |
| YUV | 154.4 | 121 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 211 | 142 | 0.77 | 0 | 0.33 | 0.17 | 154.6 | 0.65 | 0.51 |
| Hex | 30 | D3 | 8E | 4D | 0 | 21 | 11 | 9B | 41 | 33 |
| Octal | 60 | 323 | 216 | 115 | 0 | 41 | 21 | 233 | 101 | 63 |
| Binary | 110000 | 11010011 | 10001110 | 1001101 | 0 | 100001 | 10001 | 10011011 | 1000001 | 110011 |
Color Harmonies of #30D38E
Complementary color
Monochromatic Colors of #30D38E
Black with #30D38E
Text Example
Text Example
White with #30D38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D38E; }
p { color: rgb(48,211,142); }
H1.HeaderClassName
{
color: #30D38E;
}
.AnyTagClassName
{
color: #30D38E;
}
</style>
background-color css
<style>
a { background-color: #30D38E; }
a { background-color: rgb(48,211,142); }
div.DivClassName
{
background-color: #30D38E;
}
.BgClassName
{
background-color: #30D38E;
}
</style>
border-color css
<style>
span { border-color: #30D38E; }
span { border-color: rgb(48,211,142); }
td.TdClassName
{
border-color: #30D38E;
}
.TagClassName
{
border-color: #30D38E;
}
</style>