Shades of Seaweed #2F4321
Tints of Seaweed #2F4321
RGB
CMYK
RGB Variations
Color information
#2F4321 (or 0x2F4321) is known color: Seaweed. HEX triplet: 2F, 43 and 21. RGB value is (47,67,33). Sum of RGB (Red+Green+Blue) = 47+67+33=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #2F4321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4321 is #D0BCDE. Grayscale: #393939. Windows color (decimal): -13679839 or 2179887. OLE color: 2179887.
HSL color Cylindrical-coordinate representation of color #2F4321: hue angle of 95.29º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F4321 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 67 | 33 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.74 |
| HSL | 95.29º | 0.34% | 0.2% | - |
| HSV(B) | 95.29º | 0.51% | 0.26% | - |
| XYZ | 3.45 | 4.73 | 2.17 | - |
| YUV | 57.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 33 | 0.30 | 0 | 0.51 | 0.74 | 95.29 | 0.34 | 0.2 |
| Hex | 2F | 43 | 21 | 1E | 0 | 33 | 4A | 5F | 22 | 14 |
| Octal | 57 | 103 | 41 | 36 | 0 | 63 | 112 | 137 | 42 | 24 |
| Binary | 101111 | 1000011 | 100001 | 11110 | 0 | 110011 | 1001010 | 1011111 | 100010 | 10100 |
Color Harmonies of #2F4321
Complementary color
Monochromatic Colors of #2F4321
Black with #2F4321
Text Example
Text Example
White with #2F4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4321; }
p { color: rgb(47,67,33); }
H1.HeaderClassName
{
color: #2F4321;
}
.AnyTagClassName
{
color: #2F4321;
}
</style>
background-color css
<style>
a { background-color: #2F4321; }
a { background-color: rgb(47,67,33); }
div.DivClassName
{
background-color: #2F4321;
}
.BgClassName
{
background-color: #2F4321;
}
</style>
border-color css
<style>
span { border-color: #2F4321; }
span { border-color: rgb(47,67,33); }
td.TdClassName
{
border-color: #2F4321;
}
.TagClassName
{
border-color: #2F4321;
}
</style>