Shades of Medium Sea Green #30B467
Tints of Medium Sea Green #30B467
RGB
CMYK
RGB Variations
Color information
#30B467 (or 0x30B467) is known color: Medium Sea Green. HEX triplet: 30, B4 and 67. RGB value is (48,180,103). Sum of RGB (Red+Green+Blue) = 48+180+103=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #30B467 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B467 is #CF4B98. Grayscale: #838383. Windows color (decimal): -13585305 or 6796336. OLE color: 6796336.
HSL color Cylindrical-coordinate representation of color #30B467: hue angle of 145º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B467 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 180 | 103 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.29 |
| HSL | 145º | 0.58% | 0.45% | - |
| HSV(B) | 145º | 0.73% | 0.71% | - |
| XYZ | 19.99 | 34.25 | 18.39 | - |
| YUV | 131.75 | 111.77 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 180 | 103 | 0.73 | 0 | 0.43 | 0.29 | 145 | 0.58 | 0.45 |
| Hex | 30 | B4 | 67 | 49 | 0 | 2B | 1D | 91 | 3A | 2D |
| Octal | 60 | 264 | 147 | 111 | 0 | 53 | 35 | 221 | 72 | 55 |
| Binary | 110000 | 10110100 | 1100111 | 1001001 | 0 | 101011 | 11101 | 10010001 | 111010 | 101101 |
Color Harmonies of #30B467
Complementary color
Monochromatic Colors of #30B467
Black with #30B467
Text Example
Text Example
White with #30B467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B467; }
p { color: rgb(48,180,103); }
H1.HeaderClassName
{
color: #30B467;
}
.AnyTagClassName
{
color: #30B467;
}
</style>
background-color css
<style>
a { background-color: #30B467; }
a { background-color: rgb(48,180,103); }
div.DivClassName
{
background-color: #30B467;
}
.BgClassName
{
background-color: #30B467;
}
</style>
border-color css
<style>
span { border-color: #30B467; }
span { border-color: rgb(48,180,103); }
td.TdClassName
{
border-color: #30B467;
}
.TagClassName
{
border-color: #30B467;
}
</style>