Shades of Sea Green #308C5E
Tints of Sea Green #308C5E
RGB
CMYK
RGB Variations
Color information
#308C5E (or 0x308C5E) is known color: Sea Green. HEX triplet: 30, 8C and 5E. RGB value is (48,140,94). Sum of RGB (Red+Green+Blue) = 48+140+94=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #308C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308C5E is #CF73A1. Grayscale: #6B6B6B. Windows color (decimal): -13595554 or 6196272. OLE color: 6196272.
HSL color Cylindrical-coordinate representation of color #308C5E: hue angle of 150º 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 #308C5E is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 140 | 94 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.45 |
| HSL | 150º | 0.49% | 0.37% | - |
| HSV(B) | 150º | 0.66% | 0.55% | - |
| XYZ | 12.62 | 20.19 | 13.82 | - |
| YUV | 107.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 94 | 0.66 | 0 | 0.33 | 0.45 | 150 | 0.49 | 0.37 |
| Hex | 30 | 8C | 5E | 42 | 0 | 21 | 2D | 96 | 31 | 25 |
| Octal | 60 | 214 | 136 | 102 | 0 | 41 | 55 | 226 | 61 | 45 |
| Binary | 110000 | 10001100 | 1011110 | 1000010 | 0 | 100001 | 101101 | 10010110 | 110001 | 100101 |
Color Harmonies of #308C5E
Complementary color
Monochromatic Colors of #308C5E
Black with #308C5E
Text Example
Text Example
White with #308C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308C5E; }
p { color: rgb(48,140,94); }
H1.HeaderClassName
{
color: #308C5E;
}
.AnyTagClassName
{
color: #308C5E;
}
</style>
background-color css
<style>
a { background-color: #308C5E; }
a { background-color: rgb(48,140,94); }
div.DivClassName
{
background-color: #308C5E;
}
.BgClassName
{
background-color: #308C5E;
}
</style>
border-color css
<style>
span { border-color: #308C5E; }
span { border-color: rgb(48,140,94); }
td.TdClassName
{
border-color: #308C5E;
}
.TagClassName
{
border-color: #308C5E;
}
</style>