Shades of Shamrock #30BD92
Tints of Shamrock #30BD92
RGB
CMYK
RGB Variations
Color information
#30BD92 (or 0x30BD92) is known color: Shamrock. HEX triplet: 30, BD and 92. RGB value is (48,189,146). Sum of RGB (Red+Green+Blue) = 48+189+146=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BD92 is #CF426D. Grayscale: #8D8D8D. Windows color (decimal): -13582958 or 9616688. OLE color: 9616688.
HSL color Cylindrical-coordinate representation of color #30BD92: hue angle of 161.7º 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 #30BD92 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 146 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.26 |
| HSL | 161.7º | 0.59% | 0.46% | - |
| HSV(B) | 161.7º | 0.75% | 0.74% | - |
| XYZ | 24.6 | 39.1 | 33.44 | - |
| YUV | 141.94 | 130.29 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 146 | 0.75 | 0 | 0.23 | 0.26 | 161.7 | 0.59 | 0.46 |
| Hex | 30 | BD | 92 | 4B | 0 | 17 | 1A | A2 | 3B | 2E |
| Octal | 60 | 275 | 222 | 113 | 0 | 27 | 32 | 242 | 73 | 56 |
| Binary | 110000 | 10111101 | 10010010 | 1001011 | 0 | 10111 | 11010 | 10100010 | 111011 | 101110 |
Color Harmonies of #30BD92
Complementary color
Monochromatic Colors of #30BD92
Black with #30BD92
Text Example
Text Example
White with #30BD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BD92; }
p { color: rgb(48,189,146); }
H1.HeaderClassName
{
color: #30BD92;
}
.AnyTagClassName
{
color: #30BD92;
}
</style>
background-color css
<style>
a { background-color: #30BD92; }
a { background-color: rgb(48,189,146); }
div.DivClassName
{
background-color: #30BD92;
}
.BgClassName
{
background-color: #30BD92;
}
</style>
border-color css
<style>
span { border-color: #30BD92; }
span { border-color: rgb(48,189,146); }
td.TdClassName
{
border-color: #30BD92;
}
.TagClassName
{
border-color: #30BD92;
}
</style>