Shades of Seaweed #30530F
Tints of Seaweed #30530F
RGB
CMYK
RGB Variations
Color information
#30530F (or 0x30530F) is known color: Seaweed. HEX triplet: 30, 53 and 0F. RGB value is (48,83,15). Sum of RGB (Red+Green+Blue) = 48+83+15=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #30530F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30530F is #CFACF0. Grayscale: #414141. Windows color (decimal): -13610225 or 1004336. OLE color: 1004336.
HSL color Cylindrical-coordinate representation of color #30530F: hue angle of 90.88º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30530F is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 15 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.67 |
| HSL | 90.88º | 0.69% | 0.19% | - |
| HSV(B) | 90.88º | 0.82% | 0.33% | - |
| XYZ | 4.4 | 6.85 | 1.54 | - |
| YUV | 64.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 15 | 0.42 | 0 | 0.82 | 0.67 | 90.88 | 0.69 | 0.19 |
| Hex | 30 | 53 | F | 2A | 0 | 52 | 43 | 5B | 45 | 13 |
| Octal | 60 | 123 | 17 | 52 | 0 | 122 | 103 | 133 | 105 | 23 |
| Binary | 110000 | 1010011 | 1111 | 101010 | 0 | 1010010 | 1000011 | 1011011 | 1000101 | 10011 |
Color Harmonies of #30530F
Complementary color
Monochromatic Colors of #30530F
Black with #30530F
Text Example
Text Example
White with #30530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30530F; }
p { color: rgb(48,83,15); }
H1.HeaderClassName
{
color: #30530F;
}
.AnyTagClassName
{
color: #30530F;
}
</style>
background-color css
<style>
a { background-color: #30530F; }
a { background-color: rgb(48,83,15); }
div.DivClassName
{
background-color: #30530F;
}
.BgClassName
{
background-color: #30530F;
}
</style>
border-color css
<style>
span { border-color: #30530F; }
span { border-color: rgb(48,83,15); }
td.TdClassName
{
border-color: #30530F;
}
.TagClassName
{
border-color: #30530F;
}
</style>