Shades of Sea Green #308E46
Tints of Sea Green #308E46
RGB
CMYK
RGB Variations
Color information
#308E46 (or 0x308E46) is known color: Sea Green. HEX triplet: 30, 8E and 46. RGB value is (48,142,70). Sum of RGB (Red+Green+Blue) = 48+142+70=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 142 (55.86% from 255 or 54.62% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 142 - color contains mainly: green. Hex color #308E46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308E46 is #CF71B9. Grayscale: #696969. Windows color (decimal): -13595066 or 4623920. OLE color: 4623920.
HSL color Cylindrical-coordinate representation of color #308E46: hue angle of 134.04º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308E46 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 142 | 70 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.44 |
| HSL | 134.04º | 0.49% | 0.37% | - |
| HSV(B) | 134.04º | 0.66% | 0.56% | - |
| XYZ | 12 | 20.42 | 9.1 | - |
| YUV | 105.69 | 107.86 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 70 | 0.66 | 0 | 0.51 | 0.44 | 134.04 | 0.49 | 0.37 |
| Hex | 30 | 8E | 46 | 42 | 0 | 33 | 2C | 86 | 31 | 25 |
| Octal | 60 | 216 | 106 | 102 | 0 | 63 | 54 | 206 | 61 | 45 |
| Binary | 110000 | 10001110 | 1000110 | 1000010 | 0 | 110011 | 101100 | 10000110 | 110001 | 100101 |
Color Harmonies of #308E46
Complementary color
Monochromatic Colors of #308E46
Black with #308E46
Text Example
Text Example
White with #308E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308E46; }
p { color: rgb(48,142,70); }
H1.HeaderClassName
{
color: #308E46;
}
.AnyTagClassName
{
color: #308E46;
}
</style>
background-color css
<style>
a { background-color: #308E46; }
a { background-color: rgb(48,142,70); }
div.DivClassName
{
background-color: #308E46;
}
.BgClassName
{
background-color: #308E46;
}
</style>
border-color css
<style>
span { border-color: #308E46; }
span { border-color: rgb(48,142,70); }
td.TdClassName
{
border-color: #308E46;
}
.TagClassName
{
border-color: #308E46;
}
</style>