Shades of Shamrock #30D37B
Tints of Shamrock #30D37B
RGB
CMYK
RGB Variations
Color information
#30D37B (or 0x30D37B) is known color: Shamrock. HEX triplet: 30, D3 and 7B. RGB value is (48,211,123). Sum of RGB (Red+Green+Blue) = 48+211+123=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 211 (82.81% from 255 or 55.24% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 211 - color contains mainly: green. Hex color #30D37B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D37B is #CF2C84. Grayscale: #989898. Windows color (decimal): -13577349 or 8114992. OLE color: 8114992.
HSL color Cylindrical-coordinate representation of color #30D37B: hue angle of 147.61º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D37B is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 211 | 123 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.17 |
| HSL | 147.61º | 0.65% | 0.51% | - |
| HSV(B) | 147.61º | 0.77% | 0.83% | - |
| XYZ | 28.09 | 48.65 | 26.65 | - |
| YUV | 152.23 | 111.5 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 211 | 123 | 0.77 | 0 | 0.42 | 0.17 | 147.61 | 0.65 | 0.51 |
| Hex | 30 | D3 | 7B | 4D | 0 | 2A | 11 | 94 | 41 | 33 |
| Octal | 60 | 323 | 173 | 115 | 0 | 52 | 21 | 224 | 101 | 63 |
| Binary | 110000 | 11010011 | 1111011 | 1001101 | 0 | 101010 | 10001 | 10010100 | 1000001 | 110011 |
Color Harmonies of #30D37B
Complementary color
Monochromatic Colors of #30D37B
Black with #30D37B
Text Example
Text Example
White with #30D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D37B; }
p { color: rgb(48,211,123); }
H1.HeaderClassName
{
color: #30D37B;
}
.AnyTagClassName
{
color: #30D37B;
}
</style>
background-color css
<style>
a { background-color: #30D37B; }
a { background-color: rgb(48,211,123); }
div.DivClassName
{
background-color: #30D37B;
}
.BgClassName
{
background-color: #30D37B;
}
</style>
border-color css
<style>
span { border-color: #30D37B; }
span { border-color: rgb(48,211,123); }
td.TdClassName
{
border-color: #30D37B;
}
.TagClassName
{
border-color: #30D37B;
}
</style>