Shades of Sea Green #308E55
Tints of Sea Green #308E55
RGB
CMYK
RGB Variations
Color information
#308E55 (or 0x308E55) is known color: Sea Green. HEX triplet: 30, 8E and 55. RGB value is (48,142,85). Sum of RGB (Red+Green+Blue) = 48+142+85=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #308E55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E55 is #CF71AA. Grayscale: #6B6B6B. Windows color (decimal): -13595051 or 5606960. OLE color: 5606960.
HSL color Cylindrical-coordinate representation of color #308E55: hue angle of 143.62º 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 #308E55 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 142 | 85 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.44 |
| HSL | 143.62º | 0.49% | 0.37% | - |
| HSV(B) | 143.62º | 0.66% | 0.56% | - |
| XYZ | 12.53 | 20.63 | 11.92 | - |
| YUV | 107.4 | 115.36 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 85 | 0.66 | 0 | 0.40 | 0.44 | 143.62 | 0.49 | 0.37 |
| Hex | 30 | 8E | 55 | 42 | 0 | 28 | 2C | 90 | 31 | 25 |
| Octal | 60 | 216 | 125 | 102 | 0 | 50 | 54 | 220 | 61 | 45 |
| Binary | 110000 | 10001110 | 1010101 | 1000010 | 0 | 101000 | 101100 | 10010000 | 110001 | 100101 |
Color Harmonies of #308E55
Complementary color
Monochromatic Colors of #308E55
Black with #308E55
Text Example
Text Example
White with #308E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308E55; }
p { color: rgb(48,142,85); }
H1.HeaderClassName
{
color: #308E55;
}
.AnyTagClassName
{
color: #308E55;
}
</style>
background-color css
<style>
a { background-color: #308E55; }
a { background-color: rgb(48,142,85); }
div.DivClassName
{
background-color: #308E55;
}
.BgClassName
{
background-color: #308E55;
}
</style>
border-color css
<style>
span { border-color: #308E55; }
span { border-color: rgb(48,142,85); }
td.TdClassName
{
border-color: #308E55;
}
.TagClassName
{
border-color: #308E55;
}
</style>