Shades of Seaweed #305A0E
Tints of Seaweed #305A0E
RGB
CMYK
RGB Variations
Color information
#305A0E (or 0x305A0E) is known color: Seaweed. HEX triplet: 30, 5A and 0E. RGB value is (48,90,14). Sum of RGB (Red+Green+Blue) = 48+90+14=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #305A0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305A0E is #CFA5F1. Grayscale: #454545. Windows color (decimal): -13608434 or 940592. OLE color: 940592.
HSL color Cylindrical-coordinate representation of color #305A0E: hue angle of 93.16º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #305A0E is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 90 | 14 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.65 |
| HSL | 93.16º | 0.73% | 0.2% | - |
| HSV(B) | 93.16º | 0.84% | 0.35% | - |
| XYZ | 4.95 | 7.97 | 1.69 | - |
| YUV | 68.78 | 97.09 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 14 | 0.47 | 0 | 0.84 | 0.65 | 93.16 | 0.73 | 0.2 |
| Hex | 30 | 5A | E | 2F | 0 | 54 | 41 | 5D | 49 | 14 |
| Octal | 60 | 132 | 16 | 57 | 0 | 124 | 101 | 135 | 111 | 24 |
| Binary | 110000 | 1011010 | 1110 | 101111 | 0 | 1010100 | 1000001 | 1011101 | 1001001 | 10100 |
Color Harmonies of #305A0E
Complementary color
Monochromatic Colors of #305A0E
Black with #305A0E
Text Example
Text Example
White with #305A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A0E; }
p { color: rgb(48,90,14); }
H1.HeaderClassName
{
color: #305A0E;
}
.AnyTagClassName
{
color: #305A0E;
}
</style>
background-color css
<style>
a { background-color: #305A0E; }
a { background-color: rgb(48,90,14); }
div.DivClassName
{
background-color: #305A0E;
}
.BgClassName
{
background-color: #305A0E;
}
</style>
border-color css
<style>
span { border-color: #305A0E; }
span { border-color: rgb(48,90,14); }
td.TdClassName
{
border-color: #305A0E;
}
.TagClassName
{
border-color: #305A0E;
}
</style>