Shades of Sea Green #30815B
Tints of Sea Green #30815B
RGB
CMYK
RGB Variations
Color information
#30815B (or 0x30815B) is known color: Sea Green. HEX triplet: 30, 81 and 5B. RGB value is (48,129,91). Sum of RGB (Red+Green+Blue) = 48+129+91=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 129 - color contains mainly: green. Hex color #30815B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30815B is #CF7EA4. Grayscale: #646464. Windows color (decimal): -13598373 or 5996848. OLE color: 5996848.
HSL color Cylindrical-coordinate representation of color #30815B: hue angle of 151.85º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30815B is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 129 | 91 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.49 |
| HSL | 151.85º | 0.46% | 0.35% | - |
| HSV(B) | 151.85º | 0.63% | 0.51% | - |
| XYZ | 10.96 | 17.08 | 12.62 | - |
| YUV | 100.45 | 122.66 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 129 | 91 | 0.63 | 0 | 0.29 | 0.49 | 151.85 | 0.46 | 0.35 |
| Hex | 30 | 81 | 5B | 3F | 0 | 1D | 31 | 98 | 2E | 23 |
| Octal | 60 | 201 | 133 | 77 | 0 | 35 | 61 | 230 | 56 | 43 |
| Binary | 110000 | 10000001 | 1011011 | 111111 | 0 | 11101 | 110001 | 10011000 | 101110 | 100011 |
Color Harmonies of #30815B
Complementary color
Monochromatic Colors of #30815B
Black with #30815B
Text Example
Text Example
White with #30815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30815B; }
p { color: rgb(48,129,91); }
H1.HeaderClassName
{
color: #30815B;
}
.AnyTagClassName
{
color: #30815B;
}
</style>
background-color css
<style>
a { background-color: #30815B; }
a { background-color: rgb(48,129,91); }
div.DivClassName
{
background-color: #30815B;
}
.BgClassName
{
background-color: #30815B;
}
</style>
border-color css
<style>
span { border-color: #30815B; }
span { border-color: rgb(48,129,91); }
td.TdClassName
{
border-color: #30815B;
}
.TagClassName
{
border-color: #30815B;
}
</style>