Shades of Seaweed #2F481C
Tints of Seaweed #2F481C
RGB
CMYK
RGB Variations
Color information
#2F481C (or 0x2F481C) is known color: Seaweed. HEX triplet: 2F, 48 and 1C. RGB value is (47,72,28). Sum of RGB (Red+Green+Blue) = 47+72+28=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #2F481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F481C is #D0B7E3. Grayscale: #3B3B3B. Windows color (decimal): -13678564 or 1853487. OLE color: 1853487.
HSL color Cylindrical-coordinate representation of color #2F481C: hue angle of 94.09º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F481C is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 72 | 28 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.72 |
| HSL | 94.09º | 0.44% | 0.2% | - |
| HSV(B) | 94.09º | 0.61% | 0.28% | - |
| XYZ | 3.7 | 5.32 | 1.93 | - |
| YUV | 59.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 28 | 0.35 | 0 | 0.61 | 0.72 | 94.09 | 0.44 | 0.2 |
| Hex | 2F | 48 | 1C | 23 | 0 | 3D | 48 | 5E | 2C | 14 |
| Octal | 57 | 110 | 34 | 43 | 0 | 75 | 110 | 136 | 54 | 24 |
| Binary | 101111 | 1001000 | 11100 | 100011 | 0 | 111101 | 1001000 | 1011110 | 101100 | 10100 |
Color Harmonies of #2F481C
Complementary color
Monochromatic Colors of #2F481C
Black with #2F481C
Text Example
Text Example
White with #2F481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F481C; }
p { color: rgb(47,72,28); }
H1.HeaderClassName
{
color: #2F481C;
}
.AnyTagClassName
{
color: #2F481C;
}
</style>
background-color css
<style>
a { background-color: #2F481C; }
a { background-color: rgb(47,72,28); }
div.DivClassName
{
background-color: #2F481C;
}
.BgClassName
{
background-color: #2F481C;
}
</style>
border-color css
<style>
span { border-color: #2F481C; }
span { border-color: rgb(47,72,28); }
td.TdClassName
{
border-color: #2F481C;
}
.TagClassName
{
border-color: #2F481C;
}
</style>