Shades of Shamrock #30F29D
Tints of Shamrock #30F29D
RGB
CMYK
RGB Variations
Color information
#30F29D (or 0x30F29D) is known color: Shamrock. HEX triplet: 30, F2 and 9D. RGB value is (48,242,157). Sum of RGB (Red+Green+Blue) = 48+242+157=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #30F29D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F29D is #CF0D62. Grayscale: #AEAEAE. Windows color (decimal): -13569379 or 10351152. OLE color: 10351152.
HSL color Cylindrical-coordinate representation of color #30F29D: hue angle of 153.71º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F29D is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 242 | 157 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.05 |
| HSL | 153.71º | 0.88% | 0.57% | - |
| HSV(B) | 153.71º | 0.8% | 0.95% | - |
| XYZ | 39.06 | 66.57 | 42.69 | - |
| YUV | 174.3 | 118.23 | 37.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 242 | 157 | 0.80 | 0 | 0.35 | 0.05 | 153.71 | 0.88 | 0.57 |
| Hex | 30 | F2 | 9D | 50 | 0 | 23 | 5 | 9A | 58 | 39 |
| Octal | 60 | 362 | 235 | 120 | 0 | 43 | 5 | 232 | 130 | 71 |
| Binary | 110000 | 11110010 | 10011101 | 1010000 | 0 | 100011 | 101 | 10011010 | 1011000 | 111001 |
Color Harmonies of #30F29D
Complementary color
Monochromatic Colors of #30F29D
Black with #30F29D
Text Example
Text Example
White with #30F29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F29D; }
p { color: rgb(48,242,157); }
H1.HeaderClassName
{
color: #30F29D;
}
.AnyTagClassName
{
color: #30F29D;
}
</style>
background-color css
<style>
a { background-color: #30F29D; }
a { background-color: rgb(48,242,157); }
div.DivClassName
{
background-color: #30F29D;
}
.BgClassName
{
background-color: #30F29D;
}
</style>
border-color css
<style>
span { border-color: #30F29D; }
span { border-color: rgb(48,242,157); }
td.TdClassName
{
border-color: #30F29D;
}
.TagClassName
{
border-color: #30F29D;
}
</style>