Shades of Seaweed #305414
Tints of Seaweed #305414
RGB
CMYK
RGB Variations
Color information
#305414 (or 0x305414) is known color: Seaweed. HEX triplet: 30, 54 and 14. RGB value is (48,84,20). Sum of RGB (Red+Green+Blue) = 48+84+20=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #305414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305414 is #CFABEB. Grayscale: #424242. Windows color (decimal): -13609964 or 1332272. OLE color: 1332272.
HSL color Cylindrical-coordinate representation of color #305414: hue angle of 93.75º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #305414 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 84 | 20 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.67 |
| HSL | 93.75º | 0.62% | 0.2% | - |
| HSV(B) | 93.75º | 0.76% | 0.33% | - |
| XYZ | 4.52 | 7.02 | 1.78 | - |
| YUV | 65.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 20 | 0.43 | 0 | 0.76 | 0.67 | 93.75 | 0.62 | 0.2 |
| Hex | 30 | 54 | 14 | 2B | 0 | 4C | 43 | 5E | 3E | 14 |
| Octal | 60 | 124 | 24 | 53 | 0 | 114 | 103 | 136 | 76 | 24 |
| Binary | 110000 | 1010100 | 10100 | 101011 | 0 | 1001100 | 1000011 | 1011110 | 111110 | 10100 |
Color Harmonies of #305414
Complementary color
Monochromatic Colors of #305414
Black with #305414
Text Example
Text Example
White with #305414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305414; }
p { color: rgb(48,84,20); }
H1.HeaderClassName
{
color: #305414;
}
.AnyTagClassName
{
color: #305414;
}
</style>
background-color css
<style>
a { background-color: #305414; }
a { background-color: rgb(48,84,20); }
div.DivClassName
{
background-color: #305414;
}
.BgClassName
{
background-color: #305414;
}
</style>
border-color css
<style>
span { border-color: #305414; }
span { border-color: rgb(48,84,20); }
td.TdClassName
{
border-color: #305414;
}
.TagClassName
{
border-color: #305414;
}
</style>