Shades of Seaweed #305A0C
Tints of Seaweed #305A0C
RGB
CMYK
RGB Variations
Color information
#305A0C (or 0x305A0C) is known color: Seaweed. HEX triplet: 30, 5A and 0C. RGB value is (48,90,12). Sum of RGB (Red+Green+Blue) = 48+90+12=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 90 (35.55% from 255 or 60% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 90 - color contains mainly: green. Hex color #305A0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305A0C is #CFA5F3. Grayscale: #444444. Windows color (decimal): -13608436 or 809520. OLE color: 809520.
HSL color Cylindrical-coordinate representation of color #305A0C: hue angle of 92.31º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #305A0C is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 90 | 12 | - |
| CMYK | 0.47 | 0 | 0.87 | 0.65 |
| HSL | 92.31º | 0.76% | 0.2% | - |
| HSV(B) | 92.31º | 0.87% | 0.35% | - |
| XYZ | 4.94 | 7.97 | 1.63 | - |
| YUV | 68.55 | 96.09 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 12 | 0.47 | 0 | 0.87 | 0.65 | 92.31 | 0.76 | 0.2 |
| Hex | 30 | 5A | C | 2F | 0 | 57 | 41 | 5C | 4C | 14 |
| Octal | 60 | 132 | 14 | 57 | 0 | 127 | 101 | 134 | 114 | 24 |
| Binary | 110000 | 1011010 | 1100 | 101111 | 0 | 1010111 | 1000001 | 1011100 | 1001100 | 10100 |
Color Harmonies of #305A0C
Complementary color
Monochromatic Colors of #305A0C
Black with #305A0C
Text Example
Text Example
White with #305A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A0C; }
p { color: rgb(48,90,12); }
H1.HeaderClassName
{
color: #305A0C;
}
.AnyTagClassName
{
color: #305A0C;
}
</style>
background-color css
<style>
a { background-color: #305A0C; }
a { background-color: rgb(48,90,12); }
div.DivClassName
{
background-color: #305A0C;
}
.BgClassName
{
background-color: #305A0C;
}
</style>
border-color css
<style>
span { border-color: #305A0C; }
span { border-color: rgb(48,90,12); }
td.TdClassName
{
border-color: #305A0C;
}
.TagClassName
{
border-color: #305A0C;
}
</style>