Shades of Medium Sea Green #30B372
Tints of Medium Sea Green #30B372
RGB
CMYK
RGB Variations
Color information
#30B372 (or 0x30B372) is known color: Medium Sea Green. HEX triplet: 30, B3 and 72. RGB value is (48,179,114). Sum of RGB (Red+Green+Blue) = 48+179+114=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #30B372 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B372 is #CF4C8D. Grayscale: #848484. Windows color (decimal): -13585550 or 7516976. OLE color: 7516976.
HSL color Cylindrical-coordinate representation of color #30B372: hue angle of 150.23º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B372 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 179 | 114 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.30 |
| HSL | 150.23º | 0.58% | 0.45% | - |
| HSV(B) | 150.23º | 0.73% | 0.7% | - |
| XYZ | 20.38 | 34.08 | 21.42 | - |
| YUV | 132.42 | 117.6 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 179 | 114 | 0.73 | 0 | 0.36 | 0.30 | 150.23 | 0.58 | 0.45 |
| Hex | 30 | B3 | 72 | 49 | 0 | 24 | 1E | 96 | 3A | 2D |
| Octal | 60 | 263 | 162 | 111 | 0 | 44 | 36 | 226 | 72 | 55 |
| Binary | 110000 | 10110011 | 1110010 | 1001001 | 0 | 100100 | 11110 | 10010110 | 111010 | 101101 |
Color Harmonies of #30B372
Complementary color
Monochromatic Colors of #30B372
Black with #30B372
Text Example
Text Example
White with #30B372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B372; }
p { color: rgb(48,179,114); }
H1.HeaderClassName
{
color: #30B372;
}
.AnyTagClassName
{
color: #30B372;
}
</style>
background-color css
<style>
a { background-color: #30B372; }
a { background-color: rgb(48,179,114); }
div.DivClassName
{
background-color: #30B372;
}
.BgClassName
{
background-color: #30B372;
}
</style>
border-color css
<style>
span { border-color: #30B372; }
span { border-color: rgb(48,179,114); }
td.TdClassName
{
border-color: #30B372;
}
.TagClassName
{
border-color: #30B372;
}
</style>