Shades of Shamrock #30BC91
Tints of Shamrock #30BC91
RGB
CMYK
RGB Variations
Color information
#30BC91 (or 0x30BC91) is known color: Shamrock. HEX triplet: 30, BC and 91. RGB value is (48,188,145). Sum of RGB (Red+Green+Blue) = 48+188+145=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BC91 is #CF436E. Grayscale: #8D8D8D. Windows color (decimal): -13583215 or 9550896. OLE color: 9550896.
HSL color Cylindrical-coordinate representation of color #30BC91: hue angle of 161.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BC91 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 145 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.26 |
| HSL | 161.57º | 0.59% | 0.46% | - |
| HSV(B) | 161.57º | 0.74% | 0.74% | - |
| XYZ | 24.31 | 38.64 | 32.96 | - |
| YUV | 141.24 | 130.12 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 145 | 0.74 | 0 | 0.23 | 0.26 | 161.57 | 0.59 | 0.46 |
| Hex | 30 | BC | 91 | 4A | 0 | 17 | 1A | A2 | 3B | 2E |
| Octal | 60 | 274 | 221 | 112 | 0 | 27 | 32 | 242 | 73 | 56 |
| Binary | 110000 | 10111100 | 10010001 | 1001010 | 0 | 10111 | 11010 | 10100010 | 111011 | 101110 |
Color Harmonies of #30BC91
Complementary color
Monochromatic Colors of #30BC91
Black with #30BC91
Text Example
Text Example
White with #30BC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC91; }
p { color: rgb(48,188,145); }
H1.HeaderClassName
{
color: #30BC91;
}
.AnyTagClassName
{
color: #30BC91;
}
</style>
background-color css
<style>
a { background-color: #30BC91; }
a { background-color: rgb(48,188,145); }
div.DivClassName
{
background-color: #30BC91;
}
.BgClassName
{
background-color: #30BC91;
}
</style>
border-color css
<style>
span { border-color: #30BC91; }
span { border-color: rgb(48,188,145); }
td.TdClassName
{
border-color: #30BC91;
}
.TagClassName
{
border-color: #30BC91;
}
</style>