Shades of Shamrock #30D299
Tints of Shamrock #30D299
RGB
CMYK
RGB Variations
Color information
#30D299 (or 0x30D299) is known color: Shamrock. HEX triplet: 30, D2 and 99. RGB value is (48,210,153). Sum of RGB (Red+Green+Blue) = 48+210+153=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #30D299 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D299 is #CF2D66. Grayscale: #9B9B9B. Windows color (decimal): -13577575 or 10080816. OLE color: 10080816.
HSL color Cylindrical-coordinate representation of color #30D299: hue angle of 158.89º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D299 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 210 | 153 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.18 |
| HSL | 158.89º | 0.64% | 0.51% | - |
| HSV(B) | 158.89º | 0.77% | 0.82% | - |
| XYZ | 30.02 | 49.02 | 38.02 | - |
| YUV | 155.06 | 126.83 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 210 | 153 | 0.77 | 0 | 0.27 | 0.18 | 158.89 | 0.64 | 0.51 |
| Hex | 30 | D2 | 99 | 4D | 0 | 1B | 12 | 9F | 40 | 33 |
| Octal | 60 | 322 | 231 | 115 | 0 | 33 | 22 | 237 | 100 | 63 |
| Binary | 110000 | 11010010 | 10011001 | 1001101 | 0 | 11011 | 10010 | 10011111 | 1000000 | 110011 |
Color Harmonies of #30D299
Complementary color
Monochromatic Colors of #30D299
Black with #30D299
Text Example
Text Example
White with #30D299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D299; }
p { color: rgb(48,210,153); }
H1.HeaderClassName
{
color: #30D299;
}
.AnyTagClassName
{
color: #30D299;
}
</style>
background-color css
<style>
a { background-color: #30D299; }
a { background-color: rgb(48,210,153); }
div.DivClassName
{
background-color: #30D299;
}
.BgClassName
{
background-color: #30D299;
}
</style>
border-color css
<style>
span { border-color: #30D299; }
span { border-color: rgb(48,210,153); }
td.TdClassName
{
border-color: #30D299;
}
.TagClassName
{
border-color: #30D299;
}
</style>