Shades of Shamrock #30D982
Tints of Shamrock #30D982
RGB
CMYK
RGB Variations
Color information
#30D982 (or 0x30D982) is known color: Shamrock. HEX triplet: 30, D9 and 82. RGB value is (48,217,130). Sum of RGB (Red+Green+Blue) = 48+217+130=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #30D982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D982 is #CF267D. Grayscale: #9C9C9C. Windows color (decimal): -13575806 or 8575280. OLE color: 8575280.
HSL color Cylindrical-coordinate representation of color #30D982: hue angle of 149.11º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D982 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 217 | 130 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.15 |
| HSL | 149.11º | 0.69% | 0.52% | - |
| HSV(B) | 149.11º | 0.78% | 0.85% | - |
| XYZ | 30.06 | 51.87 | 29.55 | - |
| YUV | 156.55 | 113.01 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 217 | 130 | 0.78 | 0 | 0.40 | 0.15 | 149.11 | 0.69 | 0.52 |
| Hex | 30 | D9 | 82 | 4E | 0 | 28 | F | 95 | 45 | 34 |
| Octal | 60 | 331 | 202 | 116 | 0 | 50 | 17 | 225 | 105 | 64 |
| Binary | 110000 | 11011001 | 10000010 | 1001110 | 0 | 101000 | 1111 | 10010101 | 1000101 | 110100 |
Color Harmonies of #30D982
Complementary color
Monochromatic Colors of #30D982
Black with #30D982
Text Example
Text Example
White with #30D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D982; }
p { color: rgb(48,217,130); }
H1.HeaderClassName
{
color: #30D982;
}
.AnyTagClassName
{
color: #30D982;
}
</style>
background-color css
<style>
a { background-color: #30D982; }
a { background-color: rgb(48,217,130); }
div.DivClassName
{
background-color: #30D982;
}
.BgClassName
{
background-color: #30D982;
}
</style>
border-color css
<style>
span { border-color: #30D982; }
span { border-color: rgb(48,217,130); }
td.TdClassName
{
border-color: #30D982;
}
.TagClassName
{
border-color: #30D982;
}
</style>