Shades of Medium Sea Green #30D378
Tints of Medium Sea Green #30D378
RGB
CMYK
RGB Variations
Color information
#30D378 (or 0x30D378) is known color: Medium Sea Green. HEX triplet: 30, D3 and 78. RGB value is (48,211,120). Sum of RGB (Red+Green+Blue) = 48+211+120=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 211 (82.81% from 255 or 55.67% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 211 - color contains mainly: green. Hex color #30D378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D378 is #CF2C87. Grayscale: #989898. Windows color (decimal): -13577352 or 7918384. OLE color: 7918384.
HSL color Cylindrical-coordinate representation of color #30D378: hue angle of 146.5º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D378 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 211 | 120 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.17 |
| HSL | 146.5º | 0.65% | 0.51% | - |
| HSV(B) | 146.5º | 0.77% | 0.83% | - |
| XYZ | 27.9 | 48.57 | 25.67 | - |
| YUV | 151.89 | 110 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 211 | 120 | 0.77 | 0 | 0.43 | 0.17 | 146.5 | 0.65 | 0.51 |
| Hex | 30 | D3 | 78 | 4D | 0 | 2B | 11 | 93 | 41 | 33 |
| Octal | 60 | 323 | 170 | 115 | 0 | 53 | 21 | 223 | 101 | 63 |
| Binary | 110000 | 11010011 | 1111000 | 1001101 | 0 | 101011 | 10001 | 10010011 | 1000001 | 110011 |
Color Harmonies of #30D378
Complementary color
Monochromatic Colors of #30D378
Black with #30D378
Text Example
Text Example
White with #30D378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D378; }
p { color: rgb(48,211,120); }
H1.HeaderClassName
{
color: #30D378;
}
.AnyTagClassName
{
color: #30D378;
}
</style>
background-color css
<style>
a { background-color: #30D378; }
a { background-color: rgb(48,211,120); }
div.DivClassName
{
background-color: #30D378;
}
.BgClassName
{
background-color: #30D378;
}
</style>
border-color css
<style>
span { border-color: #30D378; }
span { border-color: rgb(48,211,120); }
td.TdClassName
{
border-color: #30D378;
}
.TagClassName
{
border-color: #30D378;
}
</style>