Shades of Sea Green #308D60
Tints of Sea Green #308D60
RGB
CMYK
RGB Variations
Color information
#308D60 (or 0x308D60) is known color: Sea Green. HEX triplet: 30, 8D and 60. RGB value is (48,141,96). Sum of RGB (Red+Green+Blue) = 48+141+96=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #308D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D60 is #CF729F. Grayscale: #6C6C6C. Windows color (decimal): -13595296 or 6327600. OLE color: 6327600.
HSL color Cylindrical-coordinate representation of color #308D60: hue angle of 150.97º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D60 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 141 | 96 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.45 |
| HSL | 150.97º | 0.49% | 0.37% | - |
| HSV(B) | 150.97º | 0.66% | 0.55% | - |
| XYZ | 12.86 | 20.52 | 14.35 | - |
| YUV | 108.06 | 121.19 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 96 | 0.66 | 0 | 0.32 | 0.45 | 150.97 | 0.49 | 0.37 |
| Hex | 30 | 8D | 60 | 42 | 0 | 20 | 2D | 97 | 31 | 25 |
| Octal | 60 | 215 | 140 | 102 | 0 | 40 | 55 | 227 | 61 | 45 |
| Binary | 110000 | 10001101 | 1100000 | 1000010 | 0 | 100000 | 101101 | 10010111 | 110001 | 100101 |
Color Harmonies of #308D60
Complementary color
Monochromatic Colors of #308D60
Black with #308D60
Text Example
Text Example
White with #308D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308D60; }
p { color: rgb(48,141,96); }
H1.HeaderClassName
{
color: #308D60;
}
.AnyTagClassName
{
color: #308D60;
}
</style>
background-color css
<style>
a { background-color: #308D60; }
a { background-color: rgb(48,141,96); }
div.DivClassName
{
background-color: #308D60;
}
.BgClassName
{
background-color: #308D60;
}
</style>
border-color css
<style>
span { border-color: #308D60; }
span { border-color: rgb(48,141,96); }
td.TdClassName
{
border-color: #308D60;
}
.TagClassName
{
border-color: #308D60;
}
</style>