Shades of Sea Green #308C59
Tints of Sea Green #308C59
RGB
CMYK
RGB Variations
Color information
#308C59 (or 0x308C59) is known color: Sea Green. HEX triplet: 30, 8C and 59. RGB value is (48,140,89). Sum of RGB (Red+Green+Blue) = 48+140+89=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #308C59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308C59 is #CF73A6. Grayscale: #6A6A6A. Windows color (decimal): -13595559 or 5868592. OLE color: 5868592.
HSL color Cylindrical-coordinate representation of color #308C59: hue angle of 146.74º 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 #308C59 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 140 | 89 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.45 |
| HSL | 146.74º | 0.49% | 0.37% | - |
| HSV(B) | 146.74º | 0.66% | 0.55% | - |
| XYZ | 12.4 | 20.11 | 12.68 | - |
| YUV | 106.68 | 118.02 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 89 | 0.66 | 0 | 0.36 | 0.45 | 146.74 | 0.49 | 0.37 |
| Hex | 30 | 8C | 59 | 42 | 0 | 24 | 2D | 93 | 31 | 25 |
| Octal | 60 | 214 | 131 | 102 | 0 | 44 | 55 | 223 | 61 | 45 |
| Binary | 110000 | 10001100 | 1011001 | 1000010 | 0 | 100100 | 101101 | 10010011 | 110001 | 100101 |
Color Harmonies of #308C59
Complementary color
Monochromatic Colors of #308C59
Black with #308C59
Text Example
Text Example
White with #308C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308C59; }
p { color: rgb(48,140,89); }
H1.HeaderClassName
{
color: #308C59;
}
.AnyTagClassName
{
color: #308C59;
}
</style>
background-color css
<style>
a { background-color: #308C59; }
a { background-color: rgb(48,140,89); }
div.DivClassName
{
background-color: #308C59;
}
.BgClassName
{
background-color: #308C59;
}
</style>
border-color css
<style>
span { border-color: #308C59; }
span { border-color: rgb(48,140,89); }
td.TdClassName
{
border-color: #308C59;
}
.TagClassName
{
border-color: #308C59;
}
</style>