Shades of Seaweed #304319
Tints of Seaweed #304319
RGB
CMYK
RGB Variations
Color information
#304319 (or 0x304319) is known color: Seaweed. HEX triplet: 30, 43 and 19. RGB value is (48,67,25). Sum of RGB (Red+Green+Blue) = 48+67+25=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #304319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304319 is #CFBCE6. Grayscale: #383838. Windows color (decimal): -13614311 or 1655600. OLE color: 1655600.
HSL color Cylindrical-coordinate representation of color #304319: hue angle of 87.14º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #304319 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 67 | 25 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.74 |
| HSL | 87.14º | 0.46% | 0.18% | - |
| HSV(B) | 87.14º | 0.63% | 0.26% | - |
| XYZ | 3.4 | 4.71 | 1.65 | - |
| YUV | 56.53 | 110.21 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 25 | 0.28 | 0 | 0.63 | 0.74 | 87.14 | 0.46 | 0.18 |
| Hex | 30 | 43 | 19 | 1C | 0 | 3F | 4A | 57 | 2E | 12 |
| Octal | 60 | 103 | 31 | 34 | 0 | 77 | 112 | 127 | 56 | 22 |
| Binary | 110000 | 1000011 | 11001 | 11100 | 0 | 111111 | 1001010 | 1010111 | 101110 | 10010 |
Color Harmonies of #304319
Complementary color
Monochromatic Colors of #304319
Black with #304319
Text Example
Text Example
White with #304319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304319; }
p { color: rgb(48,67,25); }
H1.HeaderClassName
{
color: #304319;
}
.AnyTagClassName
{
color: #304319;
}
</style>
background-color css
<style>
a { background-color: #304319; }
a { background-color: rgb(48,67,25); }
div.DivClassName
{
background-color: #304319;
}
.BgClassName
{
background-color: #304319;
}
</style>
border-color css
<style>
span { border-color: #304319; }
span { border-color: rgb(48,67,25); }
td.TdClassName
{
border-color: #304319;
}
.TagClassName
{
border-color: #304319;
}
</style>