Shades of Sea Green #308851
Tints of Sea Green #308851
RGB
CMYK
RGB Variations
Color information
#308851 (or 0x308851) is known color: Sea Green. HEX triplet: 30, 88 and 51. RGB value is (48,136,81). Sum of RGB (Red+Green+Blue) = 48+136+81=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #308851 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308851 is #CF77AE. Grayscale: #676767. Windows color (decimal): -13596591 or 5343280. OLE color: 5343280.
HSL color Cylindrical-coordinate representation of color #308851: hue angle of 142.5º 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 #308851 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 81 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.47 |
| HSL | 142.5º | 0.48% | 0.36% | - |
| HSV(B) | 142.5º | 0.65% | 0.53% | - |
| XYZ | 11.51 | 18.83 | 10.81 | - |
| YUV | 103.42 | 115.35 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 81 | 0.65 | 0 | 0.40 | 0.47 | 142.5 | 0.48 | 0.36 |
| Hex | 30 | 88 | 51 | 41 | 0 | 28 | 2F | 8E | 30 | 24 |
| Octal | 60 | 210 | 121 | 101 | 0 | 50 | 57 | 216 | 60 | 44 |
| Binary | 110000 | 10001000 | 1010001 | 1000001 | 0 | 101000 | 101111 | 10001110 | 110000 | 100100 |
Color Harmonies of #308851
Complementary color
Monochromatic Colors of #308851
Black with #308851
Text Example
Text Example
White with #308851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308851; }
p { color: rgb(48,136,81); }
H1.HeaderClassName
{
color: #308851;
}
.AnyTagClassName
{
color: #308851;
}
</style>
background-color css
<style>
a { background-color: #308851; }
a { background-color: rgb(48,136,81); }
div.DivClassName
{
background-color: #308851;
}
.BgClassName
{
background-color: #308851;
}
</style>
border-color css
<style>
span { border-color: #308851; }
span { border-color: rgb(48,136,81); }
td.TdClassName
{
border-color: #308851;
}
.TagClassName
{
border-color: #308851;
}
</style>