Shades of Sea Green #308560
Tints of Sea Green #308560
RGB
CMYK
RGB Variations
Color information
#308560 (or 0x308560) is known color: Sea Green. HEX triplet: 30, 85 and 60. RGB value is (48,133,96). Sum of RGB (Red+Green+Blue) = 48+133+96=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #308560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308560 is #CF7A9F. Grayscale: #676767. Windows color (decimal): -13597344 or 6325552. OLE color: 6325552.
HSL color Cylindrical-coordinate representation of color #308560: hue angle of 153.88º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308560 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 133 | 96 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.48 |
| HSL | 153.88º | 0.47% | 0.35% | - |
| HSV(B) | 153.88º | 0.64% | 0.52% | - |
| XYZ | 11.72 | 18.25 | 13.97 | - |
| YUV | 103.37 | 123.84 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 96 | 0.64 | 0 | 0.28 | 0.48 | 153.88 | 0.47 | 0.35 |
| Hex | 30 | 85 | 60 | 40 | 0 | 1C | 30 | 9A | 2F | 23 |
| Octal | 60 | 205 | 140 | 100 | 0 | 34 | 60 | 232 | 57 | 43 |
| Binary | 110000 | 10000101 | 1100000 | 1000000 | 0 | 11100 | 110000 | 10011010 | 101111 | 100011 |
Color Harmonies of #308560
Complementary color
Monochromatic Colors of #308560
Black with #308560
Text Example
Text Example
White with #308560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308560; }
p { color: rgb(48,133,96); }
H1.HeaderClassName
{
color: #308560;
}
.AnyTagClassName
{
color: #308560;
}
</style>
background-color css
<style>
a { background-color: #308560; }
a { background-color: rgb(48,133,96); }
div.DivClassName
{
background-color: #308560;
}
.BgClassName
{
background-color: #308560;
}
</style>
border-color css
<style>
span { border-color: #308560; }
span { border-color: rgb(48,133,96); }
td.TdClassName
{
border-color: #308560;
}
.TagClassName
{
border-color: #308560;
}
</style>