Shades of Shamrock #30D59B
Tints of Shamrock #30D59B
RGB
CMYK
RGB Variations
Color information
#30D59B (or 0x30D59B) is known color: Shamrock. HEX triplet: 30, D5 and 9B. RGB value is (48,213,155). Sum of RGB (Red+Green+Blue) = 48+213+155=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #30D59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D59B is #CF2A64. Grayscale: #9D9D9D. Windows color (decimal): -13576805 or 10212656. OLE color: 10212656.
HSL color Cylindrical-coordinate representation of color #30D59B: hue angle of 158.91º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D59B is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 213 | 155 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.16 |
| HSL | 158.91º | 0.66% | 0.51% | - |
| HSV(B) | 158.91º | 0.77% | 0.84% | - |
| XYZ | 30.93 | 50.58 | 39.14 | - |
| YUV | 157.05 | 126.84 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 155 | 0.77 | 0 | 0.27 | 0.16 | 158.91 | 0.66 | 0.51 |
| Hex | 30 | D5 | 9B | 4D | 0 | 1B | 10 | 9F | 42 | 33 |
| Octal | 60 | 325 | 233 | 115 | 0 | 33 | 20 | 237 | 102 | 63 |
| Binary | 110000 | 11010101 | 10011011 | 1001101 | 0 | 11011 | 10000 | 10011111 | 1000010 | 110011 |
Color Harmonies of #30D59B
Complementary color
Monochromatic Colors of #30D59B
Black with #30D59B
Text Example
Text Example
White with #30D59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D59B; }
p { color: rgb(48,213,155); }
H1.HeaderClassName
{
color: #30D59B;
}
.AnyTagClassName
{
color: #30D59B;
}
</style>
background-color css
<style>
a { background-color: #30D59B; }
a { background-color: rgb(48,213,155); }
div.DivClassName
{
background-color: #30D59B;
}
.BgClassName
{
background-color: #30D59B;
}
</style>
border-color css
<style>
span { border-color: #30D59B; }
span { border-color: rgb(48,213,155); }
td.TdClassName
{
border-color: #30D59B;
}
.TagClassName
{
border-color: #30D59B;
}
</style>