Shades of Shamrock #30D58F
Tints of Shamrock #30D58F
RGB
CMYK
RGB Variations
Color information
#30D58F (or 0x30D58F) is known color: Shamrock. HEX triplet: 30, D5 and 8F. RGB value is (48,213,143). Sum of RGB (Red+Green+Blue) = 48+213+143=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #30D58F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D58F is #CF2A70. Grayscale: #9B9B9B. Windows color (decimal): -13576817 or 9426224. OLE color: 9426224.
HSL color Cylindrical-coordinate representation of color #30D58F: hue angle of 154.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D58F is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 213 | 143 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.16 |
| HSL | 154.55º | 0.66% | 0.51% | - |
| HSV(B) | 154.55º | 0.77% | 0.84% | - |
| XYZ | 29.97 | 50.2 | 34.1 | - |
| YUV | 155.69 | 120.84 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 143 | 0.77 | 0 | 0.33 | 0.16 | 154.55 | 0.66 | 0.51 |
| Hex | 30 | D5 | 8F | 4D | 0 | 21 | 10 | 9B | 42 | 33 |
| Octal | 60 | 325 | 217 | 115 | 0 | 41 | 20 | 233 | 102 | 63 |
| Binary | 110000 | 11010101 | 10001111 | 1001101 | 0 | 100001 | 10000 | 10011011 | 1000010 | 110011 |
Color Harmonies of #30D58F
Complementary color
Monochromatic Colors of #30D58F
Black with #30D58F
Text Example
Text Example
White with #30D58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D58F; }
p { color: rgb(48,213,143); }
H1.HeaderClassName
{
color: #30D58F;
}
.AnyTagClassName
{
color: #30D58F;
}
</style>
background-color css
<style>
a { background-color: #30D58F; }
a { background-color: rgb(48,213,143); }
div.DivClassName
{
background-color: #30D58F;
}
.BgClassName
{
background-color: #30D58F;
}
</style>
border-color css
<style>
span { border-color: #30D58F; }
span { border-color: rgb(48,213,143); }
td.TdClassName
{
border-color: #30D58F;
}
.TagClassName
{
border-color: #30D58F;
}
</style>