Shades of Sea Green #308456
Tints of Sea Green #308456
RGB
CMYK
RGB Variations
Color information
#308456 (or 0x308456) is known color: Sea Green. HEX triplet: 30, 84 and 56. RGB value is (48,132,86). Sum of RGB (Red+Green+Blue) = 48+132+86=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #308456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308456 is #CF7BA9. Grayscale: #656565. Windows color (decimal): -13597610 or 5669936. OLE color: 5669936.
HSL color Cylindrical-coordinate representation of color #308456: hue angle of 147.14º 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 #308456 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 132 | 86 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.48 |
| HSL | 147.14º | 0.47% | 0.35% | - |
| HSV(B) | 147.14º | 0.64% | 0.52% | - |
| XYZ | 11.15 | 17.8 | 11.65 | - |
| YUV | 101.64 | 119.17 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 132 | 86 | 0.64 | 0 | 0.35 | 0.48 | 147.14 | 0.47 | 0.35 |
| Hex | 30 | 84 | 56 | 40 | 0 | 23 | 30 | 93 | 2F | 23 |
| Octal | 60 | 204 | 126 | 100 | 0 | 43 | 60 | 223 | 57 | 43 |
| Binary | 110000 | 10000100 | 1010110 | 1000000 | 0 | 100011 | 110000 | 10010011 | 101111 | 100011 |
Color Harmonies of #308456
Complementary color
Monochromatic Colors of #308456
Black with #308456
Text Example
Text Example
White with #308456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308456; }
p { color: rgb(48,132,86); }
H1.HeaderClassName
{
color: #308456;
}
.AnyTagClassName
{
color: #308456;
}
</style>
background-color css
<style>
a { background-color: #308456; }
a { background-color: rgb(48,132,86); }
div.DivClassName
{
background-color: #308456;
}
.BgClassName
{
background-color: #308456;
}
</style>
border-color css
<style>
span { border-color: #308456; }
span { border-color: rgb(48,132,86); }
td.TdClassName
{
border-color: #308456;
}
.TagClassName
{
border-color: #308456;
}
</style>