Shades of Sea Green #30845E
Tints of Sea Green #30845E
RGB
CMYK
RGB Variations
Color information
#30845E (or 0x30845E) is known color: Sea Green. HEX triplet: 30, 84 and 5E. RGB value is (48,132,94). Sum of RGB (Red+Green+Blue) = 48+132+94=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #30845E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30845E is #CF7BA1. Grayscale: #666666. Windows color (decimal): -13597602 or 6194224. OLE color: 6194224.
HSL color Cylindrical-coordinate representation of color #30845E: hue angle of 152.86º 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 #30845E is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 132 | 94 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.48 |
| HSL | 152.86º | 0.47% | 0.35% | - |
| HSV(B) | 152.86º | 0.64% | 0.52% | - |
| XYZ | 11.49 | 17.94 | 13.45 | - |
| YUV | 102.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 132 | 94 | 0.64 | 0 | 0.29 | 0.48 | 152.86 | 0.47 | 0.35 |
| Hex | 30 | 84 | 5E | 40 | 0 | 1D | 30 | 99 | 2F | 23 |
| Octal | 60 | 204 | 136 | 100 | 0 | 35 | 60 | 231 | 57 | 43 |
| Binary | 110000 | 10000100 | 1011110 | 1000000 | 0 | 11101 | 110000 | 10011001 | 101111 | 100011 |
Color Harmonies of #30845E
Complementary color
Monochromatic Colors of #30845E
Black with #30845E
Text Example
Text Example
White with #30845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30845E; }
p { color: rgb(48,132,94); }
H1.HeaderClassName
{
color: #30845E;
}
.AnyTagClassName
{
color: #30845E;
}
</style>
background-color css
<style>
a { background-color: #30845E; }
a { background-color: rgb(48,132,94); }
div.DivClassName
{
background-color: #30845E;
}
.BgClassName
{
background-color: #30845E;
}
</style>
border-color css
<style>
span { border-color: #30845E; }
span { border-color: rgb(48,132,94); }
td.TdClassName
{
border-color: #30845E;
}
.TagClassName
{
border-color: #30845E;
}
</style>