Shades of Sea Green #308963
Tints of Sea Green #308963
RGB
CMYK
RGB Variations
Color information
#308963 (or 0x308963) is known color: Sea Green. HEX triplet: 30, 89 and 63. RGB value is (48,137,99). Sum of RGB (Red+Green+Blue) = 48+137+99=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #308963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308963 is #CF769C. Grayscale: #6A6A6A. Windows color (decimal): -13596317 or 6523184. OLE color: 6523184.
HSL color Cylindrical-coordinate representation of color #308963: hue angle of 154.38º 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 #308963 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 137 | 99 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.46 |
| HSL | 154.38º | 0.48% | 0.36% | - |
| HSV(B) | 154.38º | 0.65% | 0.54% | - |
| XYZ | 12.42 | 19.42 | 14.9 | - |
| YUV | 106.06 | 124.01 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 99 | 0.65 | 0 | 0.28 | 0.46 | 154.38 | 0.48 | 0.36 |
| Hex | 30 | 89 | 63 | 41 | 0 | 1C | 2E | 9A | 30 | 24 |
| Octal | 60 | 211 | 143 | 101 | 0 | 34 | 56 | 232 | 60 | 44 |
| Binary | 110000 | 10001001 | 1100011 | 1000001 | 0 | 11100 | 101110 | 10011010 | 110000 | 100100 |
Color Harmonies of #308963
Complementary color
Monochromatic Colors of #308963
Black with #308963
Text Example
Text Example
White with #308963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308963; }
p { color: rgb(48,137,99); }
H1.HeaderClassName
{
color: #308963;
}
.AnyTagClassName
{
color: #308963;
}
</style>
background-color css
<style>
a { background-color: #308963; }
a { background-color: rgb(48,137,99); }
div.DivClassName
{
background-color: #308963;
}
.BgClassName
{
background-color: #308963;
}
</style>
border-color css
<style>
span { border-color: #308963; }
span { border-color: rgb(48,137,99); }
td.TdClassName
{
border-color: #308963;
}
.TagClassName
{
border-color: #308963;
}
</style>