Shades of Shamrock #30BD93
Tints of Shamrock #30BD93
RGB
CMYK
RGB Variations
Color information
#30BD93 (or 0x30BD93) is known color: Shamrock. HEX triplet: 30, BD and 93. RGB value is (48,189,147). Sum of RGB (Red+Green+Blue) = 48+189+147=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BD93 is #CF426C. Grayscale: #8E8E8E. Windows color (decimal): -13582957 or 9682224. OLE color: 9682224.
HSL color Cylindrical-coordinate representation of color #30BD93: hue angle of 162.13º 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 #30BD93 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 147 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.26 |
| HSL | 162.13º | 0.59% | 0.46% | - |
| HSV(B) | 162.13º | 0.75% | 0.74% | - |
| XYZ | 24.68 | 39.13 | 33.86 | - |
| YUV | 142.05 | 130.79 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 147 | 0.75 | 0 | 0.22 | 0.26 | 162.13 | 0.59 | 0.46 |
| Hex | 30 | BD | 93 | 4B | 0 | 16 | 1A | A2 | 3B | 2E |
| Octal | 60 | 275 | 223 | 113 | 0 | 26 | 32 | 242 | 73 | 56 |
| Binary | 110000 | 10111101 | 10010011 | 1001011 | 0 | 10110 | 11010 | 10100010 | 111011 | 101110 |
Color Harmonies of #30BD93
Complementary color
Monochromatic Colors of #30BD93
Black with #30BD93
Text Example
Text Example
White with #30BD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BD93; }
p { color: rgb(48,189,147); }
H1.HeaderClassName
{
color: #30BD93;
}
.AnyTagClassName
{
color: #30BD93;
}
</style>
background-color css
<style>
a { background-color: #30BD93; }
a { background-color: rgb(48,189,147); }
div.DivClassName
{
background-color: #30BD93;
}
.BgClassName
{
background-color: #30BD93;
}
</style>
border-color css
<style>
span { border-color: #30BD93; }
span { border-color: rgb(48,189,147); }
td.TdClassName
{
border-color: #30BD93;
}
.TagClassName
{
border-color: #30BD93;
}
</style>