Shades of Medium Sea Green #30D270
Tints of Medium Sea Green #30D270
RGB
CMYK
RGB Variations
Color information
#30D270 (or 0x30D270) is known color: Medium Sea Green. HEX triplet: 30, D2 and 70. RGB value is (48,210,112). Sum of RGB (Red+Green+Blue) = 48+210+112=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #30D270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D270 is #CF2D8F. Grayscale: #969696. Windows color (decimal): -13577616 or 7393840. OLE color: 7393840.
HSL color Cylindrical-coordinate representation of color #30D270: hue angle of 143.7º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D270 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 210 | 112 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.18 |
| HSL | 143.7º | 0.64% | 0.51% | - |
| HSV(B) | 143.7º | 0.77% | 0.82% | - |
| XYZ | 27.19 | 47.89 | 23.14 | - |
| YUV | 150.39 | 106.33 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 210 | 112 | 0.77 | 0 | 0.47 | 0.18 | 143.7 | 0.64 | 0.51 |
| Hex | 30 | D2 | 70 | 4D | 0 | 2F | 12 | 90 | 40 | 33 |
| Octal | 60 | 322 | 160 | 115 | 0 | 57 | 22 | 220 | 100 | 63 |
| Binary | 110000 | 11010010 | 1110000 | 1001101 | 0 | 101111 | 10010 | 10010000 | 1000000 | 110011 |
Color Harmonies of #30D270
Complementary color
Monochromatic Colors of #30D270
Black with #30D270
Text Example
Text Example
White with #30D270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D270; }
p { color: rgb(48,210,112); }
H1.HeaderClassName
{
color: #30D270;
}
.AnyTagClassName
{
color: #30D270;
}
</style>
background-color css
<style>
a { background-color: #30D270; }
a { background-color: rgb(48,210,112); }
div.DivClassName
{
background-color: #30D270;
}
.BgClassName
{
background-color: #30D270;
}
</style>
border-color css
<style>
span { border-color: #30D270; }
span { border-color: rgb(48,210,112); }
td.TdClassName
{
border-color: #30D270;
}
.TagClassName
{
border-color: #30D270;
}
</style>