Shades of Sea Green #308865
Tints of Sea Green #308865
RGB
CMYK
RGB Variations
Color information
#308865 (or 0x308865) is known color: Sea Green. HEX triplet: 30, 88 and 65. RGB value is (48,136,101). Sum of RGB (Red+Green+Blue) = 48+136+101=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #308865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308865 is #CF779A. Grayscale: #696969. Windows color (decimal): -13596571 or 6654000. OLE color: 6654000.
HSL color Cylindrical-coordinate representation of color #308865: hue angle of 156.14º 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 #308865 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 101 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.47 |
| HSL | 156.14º | 0.48% | 0.36% | - |
| HSV(B) | 156.14º | 0.65% | 0.53% | - |
| XYZ | 12.37 | 19.18 | 15.36 | - |
| YUV | 105.7 | 125.35 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 101 | 0.65 | 0 | 0.26 | 0.47 | 156.14 | 0.48 | 0.36 |
| Hex | 30 | 88 | 65 | 41 | 0 | 1A | 2F | 9C | 30 | 24 |
| Octal | 60 | 210 | 145 | 101 | 0 | 32 | 57 | 234 | 60 | 44 |
| Binary | 110000 | 10001000 | 1100101 | 1000001 | 0 | 11010 | 101111 | 10011100 | 110000 | 100100 |
Color Harmonies of #308865
Complementary color
Monochromatic Colors of #308865
Black with #308865
Text Example
Text Example
White with #308865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308865; }
p { color: rgb(48,136,101); }
H1.HeaderClassName
{
color: #308865;
}
.AnyTagClassName
{
color: #308865;
}
</style>
background-color css
<style>
a { background-color: #308865; }
a { background-color: rgb(48,136,101); }
div.DivClassName
{
background-color: #308865;
}
.BgClassName
{
background-color: #308865;
}
</style>
border-color css
<style>
span { border-color: #308865; }
span { border-color: rgb(48,136,101); }
td.TdClassName
{
border-color: #308865;
}
.TagClassName
{
border-color: #308865;
}
</style>