Shades of Sea Green #308662
Tints of Sea Green #308662
RGB
CMYK
RGB Variations
Color information
#308662 (or 0x308662) is known color: Sea Green. HEX triplet: 30, 86 and 62. RGB value is (48,134,98). Sum of RGB (Red+Green+Blue) = 48+134+98=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #308662 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308662 is #CF799D. Grayscale: #686868. Windows color (decimal): -13597086 or 6456880. OLE color: 6456880.
HSL color Cylindrical-coordinate representation of color #308662: hue angle of 154.88º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308662 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 134 | 98 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.47 |
| HSL | 154.88º | 0.47% | 0.36% | - |
| HSV(B) | 154.88º | 0.64% | 0.53% | - |
| XYZ | 11.95 | 18.56 | 14.51 | - |
| YUV | 104.18 | 124.51 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 98 | 0.64 | 0 | 0.27 | 0.47 | 154.88 | 0.47 | 0.36 |
| Hex | 30 | 86 | 62 | 40 | 0 | 1B | 2F | 9B | 2F | 24 |
| Octal | 60 | 206 | 142 | 100 | 0 | 33 | 57 | 233 | 57 | 44 |
| Binary | 110000 | 10000110 | 1100010 | 1000000 | 0 | 11011 | 101111 | 10011011 | 101111 | 100100 |
Color Harmonies of #308662
Complementary color
Monochromatic Colors of #308662
Black with #308662
Text Example
Text Example
White with #308662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308662; }
p { color: rgb(48,134,98); }
H1.HeaderClassName
{
color: #308662;
}
.AnyTagClassName
{
color: #308662;
}
</style>
background-color css
<style>
a { background-color: #308662; }
a { background-color: rgb(48,134,98); }
div.DivClassName
{
background-color: #308662;
}
.BgClassName
{
background-color: #308662;
}
</style>
border-color css
<style>
span { border-color: #308662; }
span { border-color: rgb(48,134,98); }
td.TdClassName
{
border-color: #308662;
}
.TagClassName
{
border-color: #308662;
}
</style>