Shades of Shamrock #30CB83
Tints of Shamrock #30CB83
RGB
CMYK
RGB Variations
Color information
#30CB83 (or 0x30CB83) is known color: Shamrock. HEX triplet: 30, CB and 83. RGB value is (48,203,131). Sum of RGB (Red+Green+Blue) = 48+203+131=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 203 (79.69% from 255 or 53.14% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CB83 is #CF347C. Grayscale: #949494. Windows color (decimal): -13579389 or 8637232. OLE color: 8637232.
HSL color Cylindrical-coordinate representation of color #30CB83: hue angle of 152.13º 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 #30CB83 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 203 | 131 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.20 |
| HSL | 152.13º | 0.62% | 0.49% | - |
| HSV(B) | 152.13º | 0.76% | 0.8% | - |
| XYZ | 26.67 | 44.98 | 28.75 | - |
| YUV | 148.45 | 118.15 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 131 | 0.76 | 0 | 0.35 | 0.20 | 152.13 | 0.62 | 0.49 |
| Hex | 30 | CB | 83 | 4C | 0 | 23 | 14 | 98 | 3E | 31 |
| Octal | 60 | 313 | 203 | 114 | 0 | 43 | 24 | 230 | 76 | 61 |
| Binary | 110000 | 11001011 | 10000011 | 1001100 | 0 | 100011 | 10100 | 10011000 | 111110 | 110001 |
Color Harmonies of #30CB83
Complementary color
Monochromatic Colors of #30CB83
Black with #30CB83
Text Example
Text Example
White with #30CB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CB83; }
p { color: rgb(48,203,131); }
H1.HeaderClassName
{
color: #30CB83;
}
.AnyTagClassName
{
color: #30CB83;
}
</style>
background-color css
<style>
a { background-color: #30CB83; }
a { background-color: rgb(48,203,131); }
div.DivClassName
{
background-color: #30CB83;
}
.BgClassName
{
background-color: #30CB83;
}
</style>
border-color css
<style>
span { border-color: #30CB83; }
span { border-color: rgb(48,203,131); }
td.TdClassName
{
border-color: #30CB83;
}
.TagClassName
{
border-color: #30CB83;
}
</style>