Shades of Shamrock #30D090
Tints of Shamrock #30D090
RGB
CMYK
RGB Variations
Color information
#30D090 (or 0x30D090) is known color: Shamrock. HEX triplet: 30, D0 and 90. RGB value is (48,208,144). Sum of RGB (Red+Green+Blue) = 48+208+144=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #30D090 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D090 is #CF2F6F. Grayscale: #989898. Windows color (decimal): -13578096 or 9490480. OLE color: 9490480.
HSL color Cylindrical-coordinate representation of color #30D090: hue angle of 156º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D090 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 144 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.18 |
| HSL | 156º | 0.63% | 0.5% | - |
| HSV(B) | 156º | 0.77% | 0.82% | - |
| XYZ | 28.81 | 47.75 | 34.08 | - |
| YUV | 152.86 | 122.99 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 144 | 0.77 | 0 | 0.31 | 0.18 | 156 | 0.63 | 0.5 |
| Hex | 30 | D0 | 90 | 4D | 0 | 1F | 12 | 9C | 3F | 32 |
| Octal | 60 | 320 | 220 | 115 | 0 | 37 | 22 | 234 | 77 | 62 |
| Binary | 110000 | 11010000 | 10010000 | 1001101 | 0 | 11111 | 10010 | 10011100 | 111111 | 110010 |
Color Harmonies of #30D090
Complementary color
Monochromatic Colors of #30D090
Black with #30D090
Text Example
Text Example
White with #30D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D090; }
p { color: rgb(48,208,144); }
H1.HeaderClassName
{
color: #30D090;
}
.AnyTagClassName
{
color: #30D090;
}
</style>
background-color css
<style>
a { background-color: #30D090; }
a { background-color: rgb(48,208,144); }
div.DivClassName
{
background-color: #30D090;
}
.BgClassName
{
background-color: #30D090;
}
</style>
border-color css
<style>
span { border-color: #30D090; }
span { border-color: rgb(48,208,144); }
td.TdClassName
{
border-color: #30D090;
}
.TagClassName
{
border-color: #30D090;
}
</style>