Shades of Sea Green #308552
Tints of Sea Green #308552
RGB
CMYK
RGB Variations
Color information
#308552 (or 0x308552) is known color: Sea Green. HEX triplet: 30, 85 and 52. RGB value is (48,133,82). Sum of RGB (Red+Green+Blue) = 48+133+82=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #308552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308552 is #CF7AAD. Grayscale: #656565. Windows color (decimal): -13597358 or 5408048. OLE color: 5408048.
HSL color Cylindrical-coordinate representation of color #308552: hue angle of 144º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308552 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 133 | 82 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.48 |
| HSL | 144º | 0.47% | 0.35% | - |
| HSV(B) | 144º | 0.64% | 0.52% | - |
| XYZ | 11.13 | 18.01 | 10.87 | - |
| YUV | 101.77 | 116.84 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 82 | 0.64 | 0 | 0.38 | 0.48 | 144 | 0.47 | 0.35 |
| Hex | 30 | 85 | 52 | 40 | 0 | 26 | 30 | 90 | 2F | 23 |
| Octal | 60 | 205 | 122 | 100 | 0 | 46 | 60 | 220 | 57 | 43 |
| Binary | 110000 | 10000101 | 1010010 | 1000000 | 0 | 100110 | 110000 | 10010000 | 101111 | 100011 |
Color Harmonies of #308552
Complementary color
Monochromatic Colors of #308552
Black with #308552
Text Example
Text Example
White with #308552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308552; }
p { color: rgb(48,133,82); }
H1.HeaderClassName
{
color: #308552;
}
.AnyTagClassName
{
color: #308552;
}
</style>
background-color css
<style>
a { background-color: #308552; }
a { background-color: rgb(48,133,82); }
div.DivClassName
{
background-color: #308552;
}
.BgClassName
{
background-color: #308552;
}
</style>
border-color css
<style>
span { border-color: #308552; }
span { border-color: rgb(48,133,82); }
td.TdClassName
{
border-color: #308552;
}
.TagClassName
{
border-color: #308552;
}
</style>