Shades of Seaweed #2F471A
Tints of Seaweed #2F471A
RGB
CMYK
RGB Variations
Color information
#2F471A (or 0x2F471A) is known color: Seaweed. HEX triplet: 2F, 47 and 1A. RGB value is (47,71,26). Sum of RGB (Red+Green+Blue) = 47+71+26=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #2F471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F471A is #D0B8E5. Grayscale: #3A3A3A. Windows color (decimal): -13678822 or 1722159. OLE color: 1722159.
HSL color Cylindrical-coordinate representation of color #2F471A: hue angle of 92º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F471A is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 71 | 26 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.72 |
| HSL | 92º | 0.46% | 0.19% | - |
| HSV(B) | 92º | 0.63% | 0.28% | - |
| XYZ | 3.61 | 5.19 | 1.79 | - |
| YUV | 58.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 26 | 0.34 | 0 | 0.63 | 0.72 | 92 | 0.46 | 0.19 |
| Hex | 2F | 47 | 1A | 22 | 0 | 3F | 48 | 5C | 2E | 13 |
| Octal | 57 | 107 | 32 | 42 | 0 | 77 | 110 | 134 | 56 | 23 |
| Binary | 101111 | 1000111 | 11010 | 100010 | 0 | 111111 | 1001000 | 1011100 | 101110 | 10011 |
Color Harmonies of #2F471A
Complementary color
Monochromatic Colors of #2F471A
Black with #2F471A
Text Example
Text Example
White with #2F471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F471A; }
p { color: rgb(47,71,26); }
H1.HeaderClassName
{
color: #2F471A;
}
.AnyTagClassName
{
color: #2F471A;
}
</style>
background-color css
<style>
a { background-color: #2F471A; }
a { background-color: rgb(47,71,26); }
div.DivClassName
{
background-color: #2F471A;
}
.BgClassName
{
background-color: #2F471A;
}
</style>
border-color css
<style>
span { border-color: #2F471A; }
span { border-color: rgb(47,71,26); }
td.TdClassName
{
border-color: #2F471A;
}
.TagClassName
{
border-color: #2F471A;
}
</style>