Shades of Shamrock #30BE8D
Tints of Shamrock #30BE8D
RGB
CMYK
RGB Variations
Color information
#30BE8D (or 0x30BE8D) is known color: Shamrock. HEX triplet: 30, BE and 8D. RGB value is (48,190,141). Sum of RGB (Red+Green+Blue) = 48+190+141=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #30BE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BE8D is #CF4172. Grayscale: #8E8E8E. Windows color (decimal): -13582707 or 9289264. OLE color: 9289264.
HSL color Cylindrical-coordinate representation of color #30BE8D: hue angle of 159.3º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BE8D is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 190 | 141 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.25 |
| HSL | 159.3º | 0.6% | 0.47% | - |
| HSV(B) | 159.3º | 0.75% | 0.75% | - |
| XYZ | 24.44 | 39.38 | 31.51 | - |
| YUV | 141.96 | 127.46 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 190 | 141 | 0.75 | 0 | 0.26 | 0.25 | 159.3 | 0.6 | 0.47 |
| Hex | 30 | BE | 8D | 4B | 0 | 1A | 19 | 9F | 3C | 2F |
| Octal | 60 | 276 | 215 | 113 | 0 | 32 | 31 | 237 | 74 | 57 |
| Binary | 110000 | 10111110 | 10001101 | 1001011 | 0 | 11010 | 11001 | 10011111 | 111100 | 101111 |
Color Harmonies of #30BE8D
Complementary color
Monochromatic Colors of #30BE8D
Black with #30BE8D
Text Example
Text Example
White with #30BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BE8D; }
p { color: rgb(48,190,141); }
H1.HeaderClassName
{
color: #30BE8D;
}
.AnyTagClassName
{
color: #30BE8D;
}
</style>
background-color css
<style>
a { background-color: #30BE8D; }
a { background-color: rgb(48,190,141); }
div.DivClassName
{
background-color: #30BE8D;
}
.BgClassName
{
background-color: #30BE8D;
}
</style>
border-color css
<style>
span { border-color: #30BE8D; }
span { border-color: rgb(48,190,141); }
td.TdClassName
{
border-color: #30BE8D;
}
.TagClassName
{
border-color: #30BE8D;
}
</style>