Shades of Seaweed #2F491B
Tints of Seaweed #2F491B
RGB
CMYK
RGB Variations
Color information
#2F491B (or 0x2F491B) is known color: Seaweed. HEX triplet: 2F, 49 and 1B. RGB value is (47,73,27). Sum of RGB (Red+Green+Blue) = 47+73+27=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #2F491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F491B is #D0B6E4. Grayscale: #3C3C3C. Windows color (decimal): -13678309 or 1788207. OLE color: 1788207.
HSL color Cylindrical-coordinate representation of color #2F491B: hue angle of 93.91º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F491B is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 73 | 27 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.71 |
| HSL | 93.91º | 0.46% | 0.2% | - |
| HSV(B) | 93.91º | 0.63% | 0.29% | - |
| XYZ | 3.75 | 5.45 | 1.89 | - |
| YUV | 59.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 73 | 27 | 0.36 | 0 | 0.63 | 0.71 | 93.91 | 0.46 | 0.2 |
| Hex | 2F | 49 | 1B | 24 | 0 | 3F | 47 | 5E | 2E | 14 |
| Octal | 57 | 111 | 33 | 44 | 0 | 77 | 107 | 136 | 56 | 24 |
| Binary | 101111 | 1001001 | 11011 | 100100 | 0 | 111111 | 1000111 | 1011110 | 101110 | 10100 |
Color Harmonies of #2F491B
Complementary color
Monochromatic Colors of #2F491B
Black with #2F491B
Text Example
Text Example
White with #2F491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F491B; }
p { color: rgb(47,73,27); }
H1.HeaderClassName
{
color: #2F491B;
}
.AnyTagClassName
{
color: #2F491B;
}
</style>
background-color css
<style>
a { background-color: #2F491B; }
a { background-color: rgb(47,73,27); }
div.DivClassName
{
background-color: #2F491B;
}
.BgClassName
{
background-color: #2F491B;
}
</style>
border-color css
<style>
span { border-color: #2F491B; }
span { border-color: rgb(47,73,27); }
td.TdClassName
{
border-color: #2F491B;
}
.TagClassName
{
border-color: #2F491B;
}
</style>