Shades of Shamrock #30BD8D
Tints of Shamrock #30BD8D
RGB
CMYK
RGB Variations
Color information
#30BD8D (or 0x30BD8D) is known color: Shamrock. HEX triplet: 30, BD and 8D. RGB value is (48,189,141). Sum of RGB (Red+Green+Blue) = 48+189+141=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BD8D is #CF4272. Grayscale: #8D8D8D. Windows color (decimal): -13582963 or 9289008. OLE color: 9289008.
HSL color Cylindrical-coordinate representation of color #30BD8D: hue angle of 159.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BD8D is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 141 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.26 |
| HSL | 159.57º | 0.59% | 0.46% | - |
| HSV(B) | 159.57º | 0.75% | 0.74% | - |
| XYZ | 24.22 | 38.95 | 31.44 | - |
| YUV | 141.37 | 127.79 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 141 | 0.75 | 0 | 0.25 | 0.26 | 159.57 | 0.59 | 0.46 |
| Hex | 30 | BD | 8D | 4B | 0 | 19 | 1A | A0 | 3B | 2E |
| Octal | 60 | 275 | 215 | 113 | 0 | 31 | 32 | 240 | 73 | 56 |
| Binary | 110000 | 10111101 | 10001101 | 1001011 | 0 | 11001 | 11010 | 10100000 | 111011 | 101110 |
Color Harmonies of #30BD8D
Complementary color
Monochromatic Colors of #30BD8D
Black with #30BD8D
Text Example
Text Example
White with #30BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BD8D; }
p { color: rgb(48,189,141); }
H1.HeaderClassName
{
color: #30BD8D;
}
.AnyTagClassName
{
color: #30BD8D;
}
</style>
background-color css
<style>
a { background-color: #30BD8D; }
a { background-color: rgb(48,189,141); }
div.DivClassName
{
background-color: #30BD8D;
}
.BgClassName
{
background-color: #30BD8D;
}
</style>
border-color css
<style>
span { border-color: #30BD8D; }
span { border-color: rgb(48,189,141); }
td.TdClassName
{
border-color: #30BD8D;
}
.TagClassName
{
border-color: #30BD8D;
}
</style>