Shades of Sea Green #308C52
Tints of Sea Green #308C52
RGB
CMYK
RGB Variations
Color information
#308C52 (or 0x308C52) is known color: Sea Green. HEX triplet: 30, 8C and 52. RGB value is (48,140,82). Sum of RGB (Red+Green+Blue) = 48+140+82=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 140 (55.08% from 255 or 51.85% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 140 - color contains mainly: green. Hex color #308C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308C52 is #CF73AD. Grayscale: #6A6A6A. Windows color (decimal): -13595566 or 5409840. OLE color: 5409840.
HSL color Cylindrical-coordinate representation of color #308C52: hue angle of 142.17º 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 #308C52 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 140 | 82 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.45 |
| HSL | 142.17º | 0.49% | 0.37% | - |
| HSV(B) | 142.17º | 0.66% | 0.55% | - |
| XYZ | 12.12 | 19.99 | 11.2 | - |
| YUV | 105.88 | 114.52 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 82 | 0.66 | 0 | 0.41 | 0.45 | 142.17 | 0.49 | 0.37 |
| Hex | 30 | 8C | 52 | 42 | 0 | 29 | 2D | 8E | 31 | 25 |
| Octal | 60 | 214 | 122 | 102 | 0 | 51 | 55 | 216 | 61 | 45 |
| Binary | 110000 | 10001100 | 1010010 | 1000010 | 0 | 101001 | 101101 | 10001110 | 110001 | 100101 |
Color Harmonies of #308C52
Complementary color
Monochromatic Colors of #308C52
Black with #308C52
Text Example
Text Example
White with #308C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308C52; }
p { color: rgb(48,140,82); }
H1.HeaderClassName
{
color: #308C52;
}
.AnyTagClassName
{
color: #308C52;
}
</style>
background-color css
<style>
a { background-color: #308C52; }
a { background-color: rgb(48,140,82); }
div.DivClassName
{
background-color: #308C52;
}
.BgClassName
{
background-color: #308C52;
}
</style>
border-color css
<style>
span { border-color: #308C52; }
span { border-color: rgb(48,140,82); }
td.TdClassName
{
border-color: #308C52;
}
.TagClassName
{
border-color: #308C52;
}
</style>