Shades of Sea Green #30885E
Tints of Sea Green #30885E
RGB
CMYK
RGB Variations
Color information
#30885E (or 0x30885E) is known color: Sea Green. HEX triplet: 30, 88 and 5E. RGB value is (48,136,94). Sum of RGB (Red+Green+Blue) = 48+136+94=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #30885E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30885E is #CF77A1. Grayscale: #686868. Windows color (decimal): -13596578 or 6195248. OLE color: 6195248.
HSL color Cylindrical-coordinate representation of color #30885E: hue angle of 151.36º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30885E is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 94 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.47 |
| HSL | 151.36º | 0.48% | 0.36% | - |
| HSV(B) | 151.36º | 0.65% | 0.53% | - |
| XYZ | 12.04 | 19.04 | 13.63 | - |
| YUV | 104.9 | 121.85 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 94 | 0.65 | 0 | 0.31 | 0.47 | 151.36 | 0.48 | 0.36 |
| Hex | 30 | 88 | 5E | 41 | 0 | 1F | 2F | 97 | 30 | 24 |
| Octal | 60 | 210 | 136 | 101 | 0 | 37 | 57 | 227 | 60 | 44 |
| Binary | 110000 | 10001000 | 1011110 | 1000001 | 0 | 11111 | 101111 | 10010111 | 110000 | 100100 |
Color Harmonies of #30885E
Complementary color
Monochromatic Colors of #30885E
Black with #30885E
Text Example
Text Example
White with #30885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30885E; }
p { color: rgb(48,136,94); }
H1.HeaderClassName
{
color: #30885E;
}
.AnyTagClassName
{
color: #30885E;
}
</style>
background-color css
<style>
a { background-color: #30885E; }
a { background-color: rgb(48,136,94); }
div.DivClassName
{
background-color: #30885E;
}
.BgClassName
{
background-color: #30885E;
}
</style>
border-color css
<style>
span { border-color: #30885E; }
span { border-color: rgb(48,136,94); }
td.TdClassName
{
border-color: #30885E;
}
.TagClassName
{
border-color: #30885E;
}
</style>