Shades of Medium Sea Green #30B75C
Tints of Medium Sea Green #30B75C
RGB
CMYK
RGB Variations
Color information
#30B75C (or 0x30B75C) is known color: Medium Sea Green. HEX triplet: 30, B7 and 5C. RGB value is (48,183,92). Sum of RGB (Red+Green+Blue) = 48+183+92=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #30B75C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B75C is #CF48A3. Grayscale: #848484. Windows color (decimal): -13584548 or 6076208. OLE color: 6076208.
HSL color Cylindrical-coordinate representation of color #30B75C: hue angle of 139.56º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B75C is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 183 | 92 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.28 |
| HSL | 139.56º | 0.58% | 0.45% | - |
| HSV(B) | 139.56º | 0.74% | 0.72% | - |
| XYZ | 20.08 | 35.27 | 15.87 | - |
| YUV | 132.26 | 105.27 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 92 | 0.74 | 0 | 0.50 | 0.28 | 139.56 | 0.58 | 0.45 |
| Hex | 30 | B7 | 5C | 4A | 0 | 32 | 1C | 8C | 3A | 2D |
| Octal | 60 | 267 | 134 | 112 | 0 | 62 | 34 | 214 | 72 | 55 |
| Binary | 110000 | 10110111 | 1011100 | 1001010 | 0 | 110010 | 11100 | 10001100 | 111010 | 101101 |
Color Harmonies of #30B75C
Complementary color
Monochromatic Colors of #30B75C
Black with #30B75C
Text Example
Text Example
White with #30B75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B75C; }
p { color: rgb(48,183,92); }
H1.HeaderClassName
{
color: #30B75C;
}
.AnyTagClassName
{
color: #30B75C;
}
</style>
background-color css
<style>
a { background-color: #30B75C; }
a { background-color: rgb(48,183,92); }
div.DivClassName
{
background-color: #30B75C;
}
.BgClassName
{
background-color: #30B75C;
}
</style>
border-color css
<style>
span { border-color: #30B75C; }
span { border-color: rgb(48,183,92); }
td.TdClassName
{
border-color: #30B75C;
}
.TagClassName
{
border-color: #30B75C;
}
</style>