Shades of Medium Sea Green #30B25C
Tints of Medium Sea Green #30B25C
RGB
CMYK
RGB Variations
Color information
#30B25C (or 0x30B25C) is known color: Medium Sea Green. HEX triplet: 30, B2 and 5C. RGB value is (48,178,92). Sum of RGB (Red+Green+Blue) = 48+178+92=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 178 (69.92% from 255 or 55.97% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 178 - color contains mainly: green. Hex color #30B25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B25C is #CF4DA3. Grayscale: #818181. Windows color (decimal): -13585828 or 6074928. OLE color: 6074928.
HSL color Cylindrical-coordinate representation of color #30B25C: hue angle of 140.31º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B25C is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 178 | 92 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.30 |
| HSL | 140.31º | 0.58% | 0.44% | - |
| HSV(B) | 140.31º | 0.73% | 0.7% | - |
| XYZ | 19.07 | 33.24 | 15.54 | - |
| YUV | 129.33 | 106.93 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 178 | 92 | 0.73 | 0 | 0.48 | 0.30 | 140.31 | 0.58 | 0.44 |
| Hex | 30 | B2 | 5C | 49 | 0 | 30 | 1E | 8C | 3A | 2C |
| Octal | 60 | 262 | 134 | 111 | 0 | 60 | 36 | 214 | 72 | 54 |
| Binary | 110000 | 10110010 | 1011100 | 1001001 | 0 | 110000 | 11110 | 10001100 | 111010 | 101100 |
Color Harmonies of #30B25C
Complementary color
Monochromatic Colors of #30B25C
Black with #30B25C
Text Example
Text Example
White with #30B25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B25C; }
p { color: rgb(48,178,92); }
H1.HeaderClassName
{
color: #30B25C;
}
.AnyTagClassName
{
color: #30B25C;
}
</style>
background-color css
<style>
a { background-color: #30B25C; }
a { background-color: rgb(48,178,92); }
div.DivClassName
{
background-color: #30B25C;
}
.BgClassName
{
background-color: #30B25C;
}
</style>
border-color css
<style>
span { border-color: #30B25C; }
span { border-color: rgb(48,178,92); }
td.TdClassName
{
border-color: #30B25C;
}
.TagClassName
{
border-color: #30B25C;
}
</style>