Shades of Seaweed #304720
Tints of Seaweed #304720
RGB
CMYK
RGB Variations
Color information
#304720 (or 0x304720) is known color: Seaweed. HEX triplet: 30, 47 and 20. RGB value is (48,71,32). Sum of RGB (Red+Green+Blue) = 48+71+32=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #304720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304720 is #CFB8DF. Grayscale: #3B3B3B. Windows color (decimal): -13613280 or 2115376. OLE color: 2115376.
HSL color Cylindrical-coordinate representation of color #304720: hue angle of 95.38º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #304720 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 71 | 32 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.72 |
| HSL | 95.38º | 0.38% | 0.2% | - |
| HSV(B) | 95.38º | 0.55% | 0.28% | - |
| XYZ | 3.73 | 5.24 | 2.18 | - |
| YUV | 59.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 32 | 0.32 | 0 | 0.55 | 0.72 | 95.38 | 0.38 | 0.2 |
| Hex | 30 | 47 | 20 | 20 | 0 | 37 | 48 | 5F | 26 | 14 |
| Octal | 60 | 107 | 40 | 40 | 0 | 67 | 110 | 137 | 46 | 24 |
| Binary | 110000 | 1000111 | 100000 | 100000 | 0 | 110111 | 1001000 | 1011111 | 100110 | 10100 |
Color Harmonies of #304720
Complementary color
Monochromatic Colors of #304720
Black with #304720
Text Example
Text Example
White with #304720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304720; }
p { color: rgb(48,71,32); }
H1.HeaderClassName
{
color: #304720;
}
.AnyTagClassName
{
color: #304720;
}
</style>
background-color css
<style>
a { background-color: #304720; }
a { background-color: rgb(48,71,32); }
div.DivClassName
{
background-color: #304720;
}
.BgClassName
{
background-color: #304720;
}
</style>
border-color css
<style>
span { border-color: #304720; }
span { border-color: rgb(48,71,32); }
td.TdClassName
{
border-color: #304720;
}
.TagClassName
{
border-color: #304720;
}
</style>