Shades of Shamrock #30C08A
Tints of Shamrock #30C08A
RGB
CMYK
RGB Variations
Color information
#30C08A (or 0x30C08A) is known color: Shamrock. HEX triplet: 30, C0 and 8A. RGB value is (48,192,138). Sum of RGB (Red+Green+Blue) = 48+192+138=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #30C08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C08A is #CF3F75. Grayscale: #8E8E8E. Windows color (decimal): -13582198 or 9093168. OLE color: 9093168.
HSL color Cylindrical-coordinate representation of color #30C08A: hue angle of 157.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C08A is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 138 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.25 |
| HSL | 157.5º | 0.6% | 0.47% | - |
| HSV(B) | 157.5º | 0.75% | 0.75% | - |
| XYZ | 24.66 | 40.16 | 30.5 | - |
| YUV | 142.79 | 125.29 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 138 | 0.75 | 0 | 0.28 | 0.25 | 157.5 | 0.6 | 0.47 |
| Hex | 30 | C0 | 8A | 4B | 0 | 1C | 19 | 9E | 3C | 2F |
| Octal | 60 | 300 | 212 | 113 | 0 | 34 | 31 | 236 | 74 | 57 |
| Binary | 110000 | 11000000 | 10001010 | 1001011 | 0 | 11100 | 11001 | 10011110 | 111100 | 101111 |
Color Harmonies of #30C08A
Complementary color
Monochromatic Colors of #30C08A
Black with #30C08A
Text Example
Text Example
White with #30C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C08A; }
p { color: rgb(48,192,138); }
H1.HeaderClassName
{
color: #30C08A;
}
.AnyTagClassName
{
color: #30C08A;
}
</style>
background-color css
<style>
a { background-color: #30C08A; }
a { background-color: rgb(48,192,138); }
div.DivClassName
{
background-color: #30C08A;
}
.BgClassName
{
background-color: #30C08A;
}
</style>
border-color css
<style>
span { border-color: #30C08A; }
span { border-color: rgb(48,192,138); }
td.TdClassName
{
border-color: #30C08A;
}
.TagClassName
{
border-color: #30C08A;
}
</style>