Shades of Sea Green #308B57
Tints of Sea Green #308B57
RGB
CMYK
RGB Variations
Color information
#308B57 (or 0x308B57) is known color: Sea Green. HEX triplet: 30, 8B and 57. RGB value is (48,139,87). Sum of RGB (Red+Green+Blue) = 48+139+87=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #308B57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B57 is #CF74A8. Grayscale: #696969. Windows color (decimal): -13595817 or 5737264. OLE color: 5737264.
HSL color Cylindrical-coordinate representation of color #308B57: hue angle of 145.71º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308B57 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 139 | 87 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.45 |
| HSL | 145.71º | 0.49% | 0.37% | - |
| HSV(B) | 145.71º | 0.65% | 0.55% | - |
| XYZ | 12.17 | 19.78 | 12.19 | - |
| YUV | 105.86 | 117.35 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 87 | 0.65 | 0 | 0.37 | 0.45 | 145.71 | 0.49 | 0.37 |
| Hex | 30 | 8B | 57 | 41 | 0 | 25 | 2D | 92 | 31 | 25 |
| Octal | 60 | 213 | 127 | 101 | 0 | 45 | 55 | 222 | 61 | 45 |
| Binary | 110000 | 10001011 | 1010111 | 1000001 | 0 | 100101 | 101101 | 10010010 | 110001 | 100101 |
Color Harmonies of #308B57
Complementary color
Monochromatic Colors of #308B57
Black with #308B57
Text Example
Text Example
White with #308B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308B57; }
p { color: rgb(48,139,87); }
H1.HeaderClassName
{
color: #308B57;
}
.AnyTagClassName
{
color: #308B57;
}
</style>
background-color css
<style>
a { background-color: #308B57; }
a { background-color: rgb(48,139,87); }
div.DivClassName
{
background-color: #308B57;
}
.BgClassName
{
background-color: #308B57;
}
</style>
border-color css
<style>
span { border-color: #308B57; }
span { border-color: rgb(48,139,87); }
td.TdClassName
{
border-color: #308B57;
}
.TagClassName
{
border-color: #308B57;
}
</style>