Shades of Sea Green #308659
Tints of Sea Green #308659
RGB
CMYK
RGB Variations
Color information
#308659 (or 0x308659) is known color: Sea Green. HEX triplet: 30, 86 and 59. RGB value is (48,134,89). Sum of RGB (Red+Green+Blue) = 48+134+89=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #308659 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308659 is #CF79A6. Grayscale: #676767. Windows color (decimal): -13597095 or 5867056. OLE color: 5867056.
HSL color Cylindrical-coordinate representation of color #308659: hue angle of 148.6º 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 #308659 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 134 | 89 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.47 |
| HSL | 148.6º | 0.47% | 0.36% | - |
| HSV(B) | 148.6º | 0.64% | 0.53% | - |
| XYZ | 11.55 | 18.4 | 12.39 | - |
| YUV | 103.16 | 120.01 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 89 | 0.64 | 0 | 0.34 | 0.47 | 148.6 | 0.47 | 0.36 |
| Hex | 30 | 86 | 59 | 40 | 0 | 22 | 2F | 95 | 2F | 24 |
| Octal | 60 | 206 | 131 | 100 | 0 | 42 | 57 | 225 | 57 | 44 |
| Binary | 110000 | 10000110 | 1011001 | 1000000 | 0 | 100010 | 101111 | 10010101 | 101111 | 100100 |
Color Harmonies of #308659
Complementary color
Monochromatic Colors of #308659
Black with #308659
Text Example
Text Example
White with #308659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308659; }
p { color: rgb(48,134,89); }
H1.HeaderClassName
{
color: #308659;
}
.AnyTagClassName
{
color: #308659;
}
</style>
background-color css
<style>
a { background-color: #308659; }
a { background-color: rgb(48,134,89); }
div.DivClassName
{
background-color: #308659;
}
.BgClassName
{
background-color: #308659;
}
</style>
border-color css
<style>
span { border-color: #308659; }
span { border-color: rgb(48,134,89); }
td.TdClassName
{
border-color: #308659;
}
.TagClassName
{
border-color: #308659;
}
</style>