Shades of Seaweed #2F4120
Tints of Seaweed #2F4120
RGB
CMYK
RGB Variations
Color information
#2F4120 (or 0x2F4120) is known color: Seaweed. HEX triplet: 2F, 41 and 20. RGB value is (47,65,32). Sum of RGB (Red+Green+Blue) = 47+65+32=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4120 is #D0BEDF. Grayscale: #373737. Windows color (decimal): -13680352 or 2113839. OLE color: 2113839.
HSL color Cylindrical-coordinate representation of color #2F4120: hue angle of 92.73º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F4120 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 65 | 32 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.75 |
| HSL | 92.73º | 0.34% | 0.19% | - |
| HSV(B) | 92.73º | 0.51% | 0.25% | - |
| XYZ | 3.32 | 4.49 | 2.06 | - |
| YUV | 55.86 | 114.54 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 32 | 0.28 | 0 | 0.51 | 0.75 | 92.73 | 0.34 | 0.19 |
| Hex | 2F | 41 | 20 | 1C | 0 | 33 | 4B | 5D | 22 | 13 |
| Octal | 57 | 101 | 40 | 34 | 0 | 63 | 113 | 135 | 42 | 23 |
| Binary | 101111 | 1000001 | 100000 | 11100 | 0 | 110011 | 1001011 | 1011101 | 100010 | 10011 |
Color Harmonies of #2F4120
Complementary color
Monochromatic Colors of #2F4120
Black with #2F4120
Text Example
Text Example
White with #2F4120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4120; }
p { color: rgb(47,65,32); }
H1.HeaderClassName
{
color: #2F4120;
}
.AnyTagClassName
{
color: #2F4120;
}
</style>
background-color css
<style>
a { background-color: #2F4120; }
a { background-color: rgb(47,65,32); }
div.DivClassName
{
background-color: #2F4120;
}
.BgClassName
{
background-color: #2F4120;
}
</style>
border-color css
<style>
span { border-color: #2F4120; }
span { border-color: rgb(47,65,32); }
td.TdClassName
{
border-color: #2F4120;
}
.TagClassName
{
border-color: #2F4120;
}
</style>