Shades of Sea Green #30894D
Tints of Sea Green #30894D
RGB
CMYK
RGB Variations
Color information
#30894D (or 0x30894D) is known color: Sea Green. HEX triplet: 30, 89 and 4D. RGB value is (48,137,77). Sum of RGB (Red+Green+Blue) = 48+137+77=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #30894D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30894D is #CF76B2. Grayscale: #676767. Windows color (decimal): -13596339 or 5081392. OLE color: 5081392.
HSL color Cylindrical-coordinate representation of color #30894D: hue angle of 139.55º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30894D is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 137 | 77 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.46 |
| HSL | 139.55º | 0.48% | 0.36% | - |
| HSV(B) | 139.55º | 0.65% | 0.54% | - |
| XYZ | 11.5 | 19.06 | 10.09 | - |
| YUV | 103.55 | 113.01 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 77 | 0.65 | 0 | 0.44 | 0.46 | 139.55 | 0.48 | 0.36 |
| Hex | 30 | 89 | 4D | 41 | 0 | 2C | 2E | 8C | 30 | 24 |
| Octal | 60 | 211 | 115 | 101 | 0 | 54 | 56 | 214 | 60 | 44 |
| Binary | 110000 | 10001001 | 1001101 | 1000001 | 0 | 101100 | 101110 | 10001100 | 110000 | 100100 |
Color Harmonies of #30894D
Complementary color
Monochromatic Colors of #30894D
Black with #30894D
Text Example
Text Example
White with #30894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30894D; }
p { color: rgb(48,137,77); }
H1.HeaderClassName
{
color: #30894D;
}
.AnyTagClassName
{
color: #30894D;
}
</style>
background-color css
<style>
a { background-color: #30894D; }
a { background-color: rgb(48,137,77); }
div.DivClassName
{
background-color: #30894D;
}
.BgClassName
{
background-color: #30894D;
}
</style>
border-color css
<style>
span { border-color: #30894D; }
span { border-color: rgb(48,137,77); }
td.TdClassName
{
border-color: #30894D;
}
.TagClassName
{
border-color: #30894D;
}
</style>