Shades of Sea Green #308257
Tints of Sea Green #308257
RGB
CMYK
RGB Variations
Color information
#308257 (or 0x308257) is known color: Sea Green. HEX triplet: 30, 82 and 57. RGB value is (48,130,87). Sum of RGB (Red+Green+Blue) = 48+130+87=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #308257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308257 is #CF7DA8. Grayscale: #646464. Windows color (decimal): -13598121 or 5734960. OLE color: 5734960.
HSL color Cylindrical-coordinate representation of color #308257: hue angle of 148.54º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308257 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 87 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.49 |
| HSL | 148.54º | 0.46% | 0.35% | - |
| HSV(B) | 148.54º | 0.63% | 0.51% | - |
| XYZ | 10.92 | 17.28 | 11.78 | - |
| YUV | 100.58 | 120.33 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 87 | 0.63 | 0 | 0.33 | 0.49 | 148.54 | 0.46 | 0.35 |
| Hex | 30 | 82 | 57 | 3F | 0 | 21 | 31 | 95 | 2E | 23 |
| Octal | 60 | 202 | 127 | 77 | 0 | 41 | 61 | 225 | 56 | 43 |
| Binary | 110000 | 10000010 | 1010111 | 111111 | 0 | 100001 | 110001 | 10010101 | 101110 | 100011 |
Color Harmonies of #308257
Complementary color
Monochromatic Colors of #308257
Black with #308257
Text Example
Text Example
White with #308257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308257; }
p { color: rgb(48,130,87); }
H1.HeaderClassName
{
color: #308257;
}
.AnyTagClassName
{
color: #308257;
}
</style>
background-color css
<style>
a { background-color: #308257; }
a { background-color: rgb(48,130,87); }
div.DivClassName
{
background-color: #308257;
}
.BgClassName
{
background-color: #308257;
}
</style>
border-color css
<style>
span { border-color: #308257; }
span { border-color: rgb(48,130,87); }
td.TdClassName
{
border-color: #308257;
}
.TagClassName
{
border-color: #308257;
}
</style>