Shades of Sea Green #308E5E
Tints of Sea Green #308E5E
RGB
CMYK
RGB Variations
Color information
#308E5E (or 0x308E5E) is known color: Sea Green. HEX triplet: 30, 8E and 5E. RGB value is (48,142,94). Sum of RGB (Red+Green+Blue) = 48+142+94=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #308E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E5E is #CF71A1. Grayscale: #6C6C6C. Windows color (decimal): -13595042 or 6196784. OLE color: 6196784.
HSL color Cylindrical-coordinate representation of color #308E5E: hue angle of 149.36º 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 #308E5E is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 142 | 94 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.44 |
| HSL | 149.36º | 0.49% | 0.37% | - |
| HSV(B) | 149.36º | 0.66% | 0.56% | - |
| XYZ | 12.91 | 20.78 | 13.92 | - |
| YUV | 108.42 | 119.86 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 94 | 0.66 | 0 | 0.34 | 0.44 | 149.36 | 0.49 | 0.37 |
| Hex | 30 | 8E | 5E | 42 | 0 | 22 | 2C | 95 | 31 | 25 |
| Octal | 60 | 216 | 136 | 102 | 0 | 42 | 54 | 225 | 61 | 45 |
| Binary | 110000 | 10001110 | 1011110 | 1000010 | 0 | 100010 | 101100 | 10010101 | 110001 | 100101 |
Color Harmonies of #308E5E
Complementary color
Monochromatic Colors of #308E5E
Black with #308E5E
Text Example
Text Example
White with #308E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308E5E; }
p { color: rgb(48,142,94); }
H1.HeaderClassName
{
color: #308E5E;
}
.AnyTagClassName
{
color: #308E5E;
}
</style>
background-color css
<style>
a { background-color: #308E5E; }
a { background-color: rgb(48,142,94); }
div.DivClassName
{
background-color: #308E5E;
}
.BgClassName
{
background-color: #308E5E;
}
</style>
border-color css
<style>
span { border-color: #308E5E; }
span { border-color: rgb(48,142,94); }
td.TdClassName
{
border-color: #308E5E;
}
.TagClassName
{
border-color: #308E5E;
}
</style>