Shades of Shamrock #30D68D
Tints of Shamrock #30D68D
RGB
CMYK
RGB Variations
Color information
#30D68D (or 0x30D68D) is known color: Shamrock. HEX triplet: 30, D6 and 8D. RGB value is (48,214,141). Sum of RGB (Red+Green+Blue) = 48+214+141=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #30D68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D68D is #CF2972. Grayscale: #9C9C9C. Windows color (decimal): -13576563 or 9295408. OLE color: 9295408.
HSL color Cylindrical-coordinate representation of color #30D68D: hue angle of 153.61º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D68D is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 214 | 141 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.16 |
| HSL | 153.61º | 0.67% | 0.51% | - |
| HSV(B) | 153.61º | 0.78% | 0.84% | - |
| XYZ | 30.07 | 50.64 | 33.39 | - |
| YUV | 156.04 | 119.5 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 214 | 141 | 0.78 | 0 | 0.34 | 0.16 | 153.61 | 0.67 | 0.51 |
| Hex | 30 | D6 | 8D | 4E | 0 | 22 | 10 | 9A | 43 | 33 |
| Octal | 60 | 326 | 215 | 116 | 0 | 42 | 20 | 232 | 103 | 63 |
| Binary | 110000 | 11010110 | 10001101 | 1001110 | 0 | 100010 | 10000 | 10011010 | 1000011 | 110011 |
Color Harmonies of #30D68D
Complementary color
Monochromatic Colors of #30D68D
Black with #30D68D
Text Example
Text Example
White with #30D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D68D; }
p { color: rgb(48,214,141); }
H1.HeaderClassName
{
color: #30D68D;
}
.AnyTagClassName
{
color: #30D68D;
}
</style>
background-color css
<style>
a { background-color: #30D68D; }
a { background-color: rgb(48,214,141); }
div.DivClassName
{
background-color: #30D68D;
}
.BgClassName
{
background-color: #30D68D;
}
</style>
border-color css
<style>
span { border-color: #30D68D; }
span { border-color: rgb(48,214,141); }
td.TdClassName
{
border-color: #30D68D;
}
.TagClassName
{
border-color: #30D68D;
}
</style>