Shades of Seaweed #2F4020
Tints of Seaweed #2F4020
RGB
CMYK
RGB Variations
Color information
#2F4020 (or 0x2F4020) is known color: Seaweed. HEX triplet: 2F, 40 and 20. RGB value is (47,64,32). Sum of RGB (Red+Green+Blue) = 47+64+32=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4020 is #D0BFDF. Grayscale: #373737. Windows color (decimal): -13680608 or 2113583. OLE color: 2113583.
HSL color Cylindrical-coordinate representation of color #2F4020: hue angle of 91.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F4020 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 32 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.75 |
| HSL | 91.88º | 0.33% | 0.19% | - |
| HSV(B) | 91.88º | 0.5% | 0.25% | - |
| XYZ | 3.27 | 4.38 | 2.04 | - |
| YUV | 55.27 | 114.87 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 32 | 0.27 | 0 | 0.50 | 0.75 | 91.88 | 0.33 | 0.19 |
| Hex | 2F | 40 | 20 | 1B | 0 | 32 | 4B | 5C | 21 | 13 |
| Octal | 57 | 100 | 40 | 33 | 0 | 62 | 113 | 134 | 41 | 23 |
| Binary | 101111 | 1000000 | 100000 | 11011 | 0 | 110010 | 1001011 | 1011100 | 100001 | 10011 |
Color Harmonies of #2F4020
Complementary color
Monochromatic Colors of #2F4020
Black with #2F4020
Text Example
Text Example
White with #2F4020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4020; }
p { color: rgb(47,64,32); }
H1.HeaderClassName
{
color: #2F4020;
}
.AnyTagClassName
{
color: #2F4020;
}
</style>
background-color css
<style>
a { background-color: #2F4020; }
a { background-color: rgb(47,64,32); }
div.DivClassName
{
background-color: #2F4020;
}
.BgClassName
{
background-color: #2F4020;
}
</style>
border-color css
<style>
span { border-color: #2F4020; }
span { border-color: rgb(47,64,32); }
td.TdClassName
{
border-color: #2F4020;
}
.TagClassName
{
border-color: #2F4020;
}
</style>