Shades of Seaweed #2F441F
Tints of Seaweed #2F441F
RGB
CMYK
RGB Variations
Color information
#2F441F (or 0x2F441F) is known color: Seaweed. HEX triplet: 2F, 44 and 1F. RGB value is (47,68,31). Sum of RGB (Red+Green+Blue) = 47+68+31=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #2F441F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F441F is #D0BBE0. Grayscale: #393939. Windows color (decimal): -13679585 or 2049071. OLE color: 2049071.
HSL color Cylindrical-coordinate representation of color #2F441F: hue angle of 94.05º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F441F is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 68 | 31 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.73 |
| HSL | 94.05º | 0.37% | 0.19% | - |
| HSV(B) | 94.05º | 0.54% | 0.27% | - |
| XYZ | 3.49 | 4.84 | 2.05 | - |
| YUV | 57.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 31 | 0.31 | 0 | 0.54 | 0.73 | 94.05 | 0.37 | 0.19 |
| Hex | 2F | 44 | 1F | 1F | 0 | 36 | 49 | 5E | 25 | 13 |
| Octal | 57 | 104 | 37 | 37 | 0 | 66 | 111 | 136 | 45 | 23 |
| Binary | 101111 | 1000100 | 11111 | 11111 | 0 | 110110 | 1001001 | 1011110 | 100101 | 10011 |
Color Harmonies of #2F441F
Complementary color
Monochromatic Colors of #2F441F
Black with #2F441F
Text Example
Text Example
White with #2F441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F441F; }
p { color: rgb(47,68,31); }
H1.HeaderClassName
{
color: #2F441F;
}
.AnyTagClassName
{
color: #2F441F;
}
</style>
background-color css
<style>
a { background-color: #2F441F; }
a { background-color: rgb(47,68,31); }
div.DivClassName
{
background-color: #2F441F;
}
.BgClassName
{
background-color: #2F441F;
}
</style>
border-color css
<style>
span { border-color: #2F441F; }
span { border-color: rgb(47,68,31); }
td.TdClassName
{
border-color: #2F441F;
}
.TagClassName
{
border-color: #2F441F;
}
</style>