Shades of Seaweed #2F4021
Tints of Seaweed #2F4021
RGB
CMYK
RGB Variations
Color information
#2F4021 (or 0x2F4021) is known color: Seaweed. HEX triplet: 2F, 40 and 21. RGB value is (47,64,33). Sum of RGB (Red+Green+Blue) = 47+64+33=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4021 is #D0BFDE. Grayscale: #373737. Windows color (decimal): -13680607 or 2179119. OLE color: 2179119.
HSL color Cylindrical-coordinate representation of color #2F4021: hue angle of 92.9º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F4021 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 33 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.75 |
| HSL | 92.9º | 0.32% | 0.19% | - |
| HSV(B) | 92.9º | 0.48% | 0.25% | - |
| XYZ | 3.28 | 4.38 | 2.11 | - |
| YUV | 55.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 33 | 0.27 | 0 | 0.48 | 0.75 | 92.9 | 0.32 | 0.19 |
| Hex | 2F | 40 | 21 | 1B | 0 | 30 | 4B | 5D | 20 | 13 |
| Octal | 57 | 100 | 41 | 33 | 0 | 60 | 113 | 135 | 40 | 23 |
| Binary | 101111 | 1000000 | 100001 | 11011 | 0 | 110000 | 1001011 | 1011101 | 100000 | 10011 |
Color Harmonies of #2F4021
Complementary color
Monochromatic Colors of #2F4021
Black with #2F4021
Text Example
Text Example
White with #2F4021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4021; }
p { color: rgb(47,64,33); }
H1.HeaderClassName
{
color: #2F4021;
}
.AnyTagClassName
{
color: #2F4021;
}
</style>
background-color css
<style>
a { background-color: #2F4021; }
a { background-color: rgb(47,64,33); }
div.DivClassName
{
background-color: #2F4021;
}
.BgClassName
{
background-color: #2F4021;
}
</style>
border-color css
<style>
span { border-color: #2F4021; }
span { border-color: rgb(47,64,33); }
td.TdClassName
{
border-color: #2F4021;
}
.TagClassName
{
border-color: #2F4021;
}
</style>