Shades of Seaweed #2F401C
Tints of Seaweed #2F401C
RGB
CMYK
RGB Variations
Color information
#2F401C (or 0x2F401C) is known color: Seaweed. HEX triplet: 2F, 40 and 1C. RGB value is (47,64,28). Sum of RGB (Red+Green+Blue) = 47+64+28=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #2F401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F401C is #D0BFE3. Grayscale: #363636. Windows color (decimal): -13680612 or 1851439. OLE color: 1851439.
HSL color Cylindrical-coordinate representation of color #2F401C: hue angle of 88.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F401C is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 28 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.75 |
| HSL | 88.33º | 0.39% | 0.18% | - |
| HSV(B) | 88.33º | 0.56% | 0.25% | - |
| XYZ | 3.22 | 4.35 | 1.77 | - |
| YUV | 54.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 28 | 0.27 | 0 | 0.56 | 0.75 | 88.33 | 0.39 | 0.18 |
| Hex | 2F | 40 | 1C | 1B | 0 | 38 | 4B | 58 | 27 | 12 |
| Octal | 57 | 100 | 34 | 33 | 0 | 70 | 113 | 130 | 47 | 22 |
| Binary | 101111 | 1000000 | 11100 | 11011 | 0 | 111000 | 1001011 | 1011000 | 100111 | 10010 |
Color Harmonies of #2F401C
Complementary color
Monochromatic Colors of #2F401C
Black with #2F401C
Text Example
Text Example
White with #2F401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F401C; }
p { color: rgb(47,64,28); }
H1.HeaderClassName
{
color: #2F401C;
}
.AnyTagClassName
{
color: #2F401C;
}
</style>
background-color css
<style>
a { background-color: #2F401C; }
a { background-color: rgb(47,64,28); }
div.DivClassName
{
background-color: #2F401C;
}
.BgClassName
{
background-color: #2F401C;
}
</style>
border-color css
<style>
span { border-color: #2F401C; }
span { border-color: rgb(47,64,28); }
td.TdClassName
{
border-color: #2F401C;
}
.TagClassName
{
border-color: #2F401C;
}
</style>