Shades of Sea Green #308C46
Tints of Sea Green #308C46
RGB
CMYK
RGB Variations
Color information
#308C46 (or 0x308C46) is known color: Sea Green. HEX triplet: 30, 8C and 46. RGB value is (48,140,70). Sum of RGB (Red+Green+Blue) = 48+140+70=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 140 (55.08% from 255 or 54.26% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 140 - color contains mainly: green. Hex color #308C46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308C46 is #CF73B9. Grayscale: #686868. Windows color (decimal): -13595578 or 4623408. OLE color: 4623408.
HSL color Cylindrical-coordinate representation of color #308C46: hue angle of 134.35º 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 #308C46 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 140 | 70 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.45 |
| HSL | 134.35º | 0.49% | 0.37% | - |
| HSV(B) | 134.35º | 0.66% | 0.55% | - |
| XYZ | 11.7 | 19.83 | 9 | - |
| YUV | 104.51 | 108.52 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 70 | 0.66 | 0 | 0.50 | 0.45 | 134.35 | 0.49 | 0.37 |
| Hex | 30 | 8C | 46 | 42 | 0 | 32 | 2D | 86 | 31 | 25 |
| Octal | 60 | 214 | 106 | 102 | 0 | 62 | 55 | 206 | 61 | 45 |
| Binary | 110000 | 10001100 | 1000110 | 1000010 | 0 | 110010 | 101101 | 10000110 | 110001 | 100101 |
Color Harmonies of #308C46
Complementary color
Monochromatic Colors of #308C46
Black with #308C46
Text Example
Text Example
White with #308C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308C46; }
p { color: rgb(48,140,70); }
H1.HeaderClassName
{
color: #308C46;
}
.AnyTagClassName
{
color: #308C46;
}
</style>
background-color css
<style>
a { background-color: #308C46; }
a { background-color: rgb(48,140,70); }
div.DivClassName
{
background-color: #308C46;
}
.BgClassName
{
background-color: #308C46;
}
</style>
border-color css
<style>
span { border-color: #308C46; }
span { border-color: rgb(48,140,70); }
td.TdClassName
{
border-color: #308C46;
}
.TagClassName
{
border-color: #308C46;
}
</style>