Shades of Shamrock #30D089
Tints of Shamrock #30D089
RGB
CMYK
RGB Variations
Color information
#30D089 (or 0x30D089) is known color: Shamrock. HEX triplet: 30, D0 and 89. RGB value is (48,208,137). Sum of RGB (Red+Green+Blue) = 48+208+137=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #30D089 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D089 is #CF2F76. Grayscale: #989898. Windows color (decimal): -13578103 or 9031728. OLE color: 9031728.
HSL color Cylindrical-coordinate representation of color #30D089: hue angle of 153.38º 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 #30D089 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 137 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.18 |
| HSL | 153.38º | 0.63% | 0.5% | - |
| HSV(B) | 153.38º | 0.77% | 0.82% | - |
| XYZ | 28.29 | 47.55 | 31.35 | - |
| YUV | 152.07 | 119.49 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 137 | 0.77 | 0 | 0.34 | 0.18 | 153.38 | 0.63 | 0.5 |
| Hex | 30 | D0 | 89 | 4D | 0 | 22 | 12 | 99 | 3F | 32 |
| Octal | 60 | 320 | 211 | 115 | 0 | 42 | 22 | 231 | 77 | 62 |
| Binary | 110000 | 11010000 | 10001001 | 1001101 | 0 | 100010 | 10010 | 10011001 | 111111 | 110010 |
Color Harmonies of #30D089
Complementary color
Monochromatic Colors of #30D089
Black with #30D089
Text Example
Text Example
White with #30D089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D089; }
p { color: rgb(48,208,137); }
H1.HeaderClassName
{
color: #30D089;
}
.AnyTagClassName
{
color: #30D089;
}
</style>
background-color css
<style>
a { background-color: #30D089; }
a { background-color: rgb(48,208,137); }
div.DivClassName
{
background-color: #30D089;
}
.BgClassName
{
background-color: #30D089;
}
</style>
border-color css
<style>
span { border-color: #30D089; }
span { border-color: rgb(48,208,137); }
td.TdClassName
{
border-color: #30D089;
}
.TagClassName
{
border-color: #30D089;
}
</style>