Shades of Medium Sea Green #30B85C
Tints of Medium Sea Green #30B85C
RGB
CMYK
RGB Variations
Color information
#30B85C (or 0x30B85C) is known color: Medium Sea Green. HEX triplet: 30, B8 and 5C. RGB value is (48,184,92). Sum of RGB (Red+Green+Blue) = 48+184+92=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #30B85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B85C is #CF47A3. Grayscale: #858585. Windows color (decimal): -13584292 or 6076464. OLE color: 6076464.
HSL color Cylindrical-coordinate representation of color #30B85C: hue angle of 139.41º degrees, saturation: 0.59, 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 #30B85C is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 184 | 92 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.28 |
| HSL | 139.41º | 0.59% | 0.45% | - |
| HSV(B) | 139.41º | 0.74% | 0.72% | - |
| XYZ | 20.29 | 35.68 | 15.94 | - |
| YUV | 132.85 | 104.94 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 184 | 92 | 0.74 | 0 | 0.50 | 0.28 | 139.41 | 0.59 | 0.45 |
| Hex | 30 | B8 | 5C | 4A | 0 | 32 | 1C | 8B | 3B | 2D |
| Octal | 60 | 270 | 134 | 112 | 0 | 62 | 34 | 213 | 73 | 55 |
| Binary | 110000 | 10111000 | 1011100 | 1001010 | 0 | 110010 | 11100 | 10001011 | 111011 | 101101 |
Color Harmonies of #30B85C
Complementary color
Monochromatic Colors of #30B85C
Black with #30B85C
Text Example
Text Example
White with #30B85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B85C; }
p { color: rgb(48,184,92); }
H1.HeaderClassName
{
color: #30B85C;
}
.AnyTagClassName
{
color: #30B85C;
}
</style>
background-color css
<style>
a { background-color: #30B85C; }
a { background-color: rgb(48,184,92); }
div.DivClassName
{
background-color: #30B85C;
}
.BgClassName
{
background-color: #30B85C;
}
</style>
border-color css
<style>
span { border-color: #30B85C; }
span { border-color: rgb(48,184,92); }
td.TdClassName
{
border-color: #30B85C;
}
.TagClassName
{
border-color: #30B85C;
}
</style>