Shades of Seaweed #30530E
Tints of Seaweed #30530E
RGB
CMYK
RGB Variations
Color information
#30530E (or 0x30530E) is known color: Seaweed. HEX triplet: 30, 53 and 0E. RGB value is (48,83,14). Sum of RGB (Red+Green+Blue) = 48+83+14=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #30530E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30530E is #CFACF1. Grayscale: #404040. Windows color (decimal): -13610226 or 938800. OLE color: 938800.
HSL color Cylindrical-coordinate representation of color #30530E: hue angle of 90.43º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30530E is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 14 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.67 |
| HSL | 90.43º | 0.71% | 0.19% | - |
| HSV(B) | 90.43º | 0.83% | 0.33% | - |
| XYZ | 4.39 | 6.85 | 1.51 | - |
| YUV | 64.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 14 | 0.42 | 0 | 0.83 | 0.67 | 90.43 | 0.71 | 0.19 |
| Hex | 30 | 53 | E | 2A | 0 | 53 | 43 | 5A | 47 | 13 |
| Octal | 60 | 123 | 16 | 52 | 0 | 123 | 103 | 132 | 107 | 23 |
| Binary | 110000 | 1010011 | 1110 | 101010 | 0 | 1010011 | 1000011 | 1011010 | 1000111 | 10011 |
Color Harmonies of #30530E
Complementary color
Monochromatic Colors of #30530E
Black with #30530E
Text Example
Text Example
White with #30530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30530E; }
p { color: rgb(48,83,14); }
H1.HeaderClassName
{
color: #30530E;
}
.AnyTagClassName
{
color: #30530E;
}
</style>
background-color css
<style>
a { background-color: #30530E; }
a { background-color: rgb(48,83,14); }
div.DivClassName
{
background-color: #30530E;
}
.BgClassName
{
background-color: #30530E;
}
</style>
border-color css
<style>
span { border-color: #30530E; }
span { border-color: rgb(48,83,14); }
td.TdClassName
{
border-color: #30530E;
}
.TagClassName
{
border-color: #30530E;
}
</style>