Shades of Sea Green #30895E
Tints of Sea Green #30895E
RGB
CMYK
RGB Variations
Color information
#30895E (or 0x30895E) is known color: Sea Green. HEX triplet: 30, 89 and 5E. RGB value is (48,137,94). Sum of RGB (Red+Green+Blue) = 48+137+94=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #30895E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30895E is #CF76A1. Grayscale: #696969. Windows color (decimal): -13596322 or 6195504. OLE color: 6195504.
HSL color Cylindrical-coordinate representation of color #30895E: hue angle of 151.01º 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 #30895E is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 137 | 94 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.46 |
| HSL | 151.01º | 0.48% | 0.36% | - |
| HSV(B) | 151.01º | 0.65% | 0.54% | - |
| XYZ | 12.18 | 19.33 | 13.68 | - |
| YUV | 105.49 | 121.51 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 94 | 0.65 | 0 | 0.31 | 0.46 | 151.01 | 0.48 | 0.36 |
| Hex | 30 | 89 | 5E | 41 | 0 | 1F | 2E | 97 | 30 | 24 |
| Octal | 60 | 211 | 136 | 101 | 0 | 37 | 56 | 227 | 60 | 44 |
| Binary | 110000 | 10001001 | 1011110 | 1000001 | 0 | 11111 | 101110 | 10010111 | 110000 | 100100 |
Color Harmonies of #30895E
Complementary color
Monochromatic Colors of #30895E
Black with #30895E
Text Example
Text Example
White with #30895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30895E; }
p { color: rgb(48,137,94); }
H1.HeaderClassName
{
color: #30895E;
}
.AnyTagClassName
{
color: #30895E;
}
</style>
background-color css
<style>
a { background-color: #30895E; }
a { background-color: rgb(48,137,94); }
div.DivClassName
{
background-color: #30895E;
}
.BgClassName
{
background-color: #30895E;
}
</style>
border-color css
<style>
span { border-color: #30895E; }
span { border-color: rgb(48,137,94); }
td.TdClassName
{
border-color: #30895E;
}
.TagClassName
{
border-color: #30895E;
}
</style>