Shades of Shamrock #30BD91
Tints of Shamrock #30BD91
RGB
CMYK
RGB Variations
Color information
#30BD91 (or 0x30BD91) is known color: Shamrock. HEX triplet: 30, BD and 91. RGB value is (48,189,145). Sum of RGB (Red+Green+Blue) = 48+189+145=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BD91 is #CF426E. Grayscale: #8D8D8D. Windows color (decimal): -13582959 or 9551152. OLE color: 9551152.
HSL color Cylindrical-coordinate representation of color #30BD91: hue angle of 161.28º 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 #30BD91 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 145 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.26 |
| HSL | 161.28º | 0.59% | 0.46% | - |
| HSV(B) | 161.28º | 0.75% | 0.74% | - |
| XYZ | 24.53 | 39.07 | 33.04 | - |
| YUV | 141.83 | 129.79 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 145 | 0.75 | 0 | 0.23 | 0.26 | 161.28 | 0.59 | 0.46 |
| Hex | 30 | BD | 91 | 4B | 0 | 17 | 1A | A1 | 3B | 2E |
| Octal | 60 | 275 | 221 | 113 | 0 | 27 | 32 | 241 | 73 | 56 |
| Binary | 110000 | 10111101 | 10010001 | 1001011 | 0 | 10111 | 11010 | 10100001 | 111011 | 101110 |
Color Harmonies of #30BD91
Complementary color
Monochromatic Colors of #30BD91
Black with #30BD91
Text Example
Text Example
White with #30BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BD91; }
p { color: rgb(48,189,145); }
H1.HeaderClassName
{
color: #30BD91;
}
.AnyTagClassName
{
color: #30BD91;
}
</style>
background-color css
<style>
a { background-color: #30BD91; }
a { background-color: rgb(48,189,145); }
div.DivClassName
{
background-color: #30BD91;
}
.BgClassName
{
background-color: #30BD91;
}
</style>
border-color css
<style>
span { border-color: #30BD91; }
span { border-color: rgb(48,189,145); }
td.TdClassName
{
border-color: #30BD91;
}
.TagClassName
{
border-color: #30BD91;
}
</style>