Shades of Seaweed #2F4420
Tints of Seaweed #2F4420
RGB
CMYK
RGB Variations
Color information
#2F4420 (or 0x2F4420) is known color: Seaweed. HEX triplet: 2F, 44 and 20. RGB value is (47,68,32). Sum of RGB (Red+Green+Blue) = 47+68+32=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4420 is #D0BBDF. Grayscale: #393939. Windows color (decimal): -13679584 or 2114607. OLE color: 2114607.
HSL color Cylindrical-coordinate representation of color #2F4420: hue angle of 95º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F4420 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 68 | 32 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.73 |
| HSL | 95º | 0.36% | 0.2% | - |
| HSV(B) | 95º | 0.53% | 0.27% | - |
| XYZ | 3.5 | 4.84 | 2.12 | - |
| YUV | 57.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 32 | 0.31 | 0 | 0.53 | 0.73 | 95 | 0.36 | 0.2 |
| Hex | 2F | 44 | 20 | 1F | 0 | 35 | 49 | 5F | 24 | 14 |
| Octal | 57 | 104 | 40 | 37 | 0 | 65 | 111 | 137 | 44 | 24 |
| Binary | 101111 | 1000100 | 100000 | 11111 | 0 | 110101 | 1001001 | 1011111 | 100100 | 10100 |
Color Harmonies of #2F4420
Complementary color
Monochromatic Colors of #2F4420
Black with #2F4420
Text Example
Text Example
White with #2F4420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4420; }
p { color: rgb(47,68,32); }
H1.HeaderClassName
{
color: #2F4420;
}
.AnyTagClassName
{
color: #2F4420;
}
</style>
background-color css
<style>
a { background-color: #2F4420; }
a { background-color: rgb(47,68,32); }
div.DivClassName
{
background-color: #2F4420;
}
.BgClassName
{
background-color: #2F4420;
}
</style>
border-color css
<style>
span { border-color: #2F4420; }
span { border-color: rgb(47,68,32); }
td.TdClassName
{
border-color: #2F4420;
}
.TagClassName
{
border-color: #2F4420;
}
</style>