Shades of Shamrock #30CB92
Tints of Shamrock #30CB92
RGB
CMYK
RGB Variations
Color information
#30CB92 (or 0x30CB92) is known color: Shamrock. HEX triplet: 30, CB and 92. RGB value is (48,203,146). Sum of RGB (Red+Green+Blue) = 48+203+146=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CB92 is #CF346D. Grayscale: #969696. Windows color (decimal): -13579374 or 9620272. OLE color: 9620272.
HSL color Cylindrical-coordinate representation of color #30CB92: hue angle of 157.94º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CB92 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 203 | 146 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.20 |
| HSL | 157.94º | 0.62% | 0.49% | - |
| HSV(B) | 157.94º | 0.76% | 0.8% | - |
| XYZ | 27.76 | 45.42 | 34.5 | - |
| YUV | 150.16 | 125.65 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 146 | 0.76 | 0 | 0.28 | 0.20 | 157.94 | 0.62 | 0.49 |
| Hex | 30 | CB | 92 | 4C | 0 | 1C | 14 | 9E | 3E | 31 |
| Octal | 60 | 313 | 222 | 114 | 0 | 34 | 24 | 236 | 76 | 61 |
| Binary | 110000 | 11001011 | 10010010 | 1001100 | 0 | 11100 | 10100 | 10011110 | 111110 | 110001 |
Color Harmonies of #30CB92
Complementary color
Monochromatic Colors of #30CB92
Black with #30CB92
Text Example
Text Example
White with #30CB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CB92; }
p { color: rgb(48,203,146); }
H1.HeaderClassName
{
color: #30CB92;
}
.AnyTagClassName
{
color: #30CB92;
}
</style>
background-color css
<style>
a { background-color: #30CB92; }
a { background-color: rgb(48,203,146); }
div.DivClassName
{
background-color: #30CB92;
}
.BgClassName
{
background-color: #30CB92;
}
</style>
border-color css
<style>
span { border-color: #30CB92; }
span { border-color: rgb(48,203,146); }
td.TdClassName
{
border-color: #30CB92;
}
.TagClassName
{
border-color: #30CB92;
}
</style>