Shades of Seaweed #2F411B
Tints of Seaweed #2F411B
RGB
CMYK
RGB Variations
Color information
#2F411B (or 0x2F411B) is known color: Seaweed. HEX triplet: 2F, 41 and 1B. RGB value is (47,65,27). Sum of RGB (Red+Green+Blue) = 47+65+27=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #2F411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F411B is #D0BEE4. Grayscale: #373737. Windows color (decimal): -13680357 or 1786159. OLE color: 1786159.
HSL color Cylindrical-coordinate representation of color #2F411B: hue angle of 88.42º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F411B is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 65 | 27 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.75 |
| HSL | 88.42º | 0.41% | 0.18% | - |
| HSV(B) | 88.42º | 0.58% | 0.25% | - |
| XYZ | 3.26 | 4.46 | 1.73 | - |
| YUV | 55.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 27 | 0.28 | 0 | 0.58 | 0.75 | 88.42 | 0.41 | 0.18 |
| Hex | 2F | 41 | 1B | 1C | 0 | 3A | 4B | 58 | 29 | 12 |
| Octal | 57 | 101 | 33 | 34 | 0 | 72 | 113 | 130 | 51 | 22 |
| Binary | 101111 | 1000001 | 11011 | 11100 | 0 | 111010 | 1001011 | 1011000 | 101001 | 10010 |
Color Harmonies of #2F411B
Complementary color
Monochromatic Colors of #2F411B
Black with #2F411B
Text Example
Text Example
White with #2F411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F411B; }
p { color: rgb(47,65,27); }
H1.HeaderClassName
{
color: #2F411B;
}
.AnyTagClassName
{
color: #2F411B;
}
</style>
background-color css
<style>
a { background-color: #2F411B; }
a { background-color: rgb(47,65,27); }
div.DivClassName
{
background-color: #2F411B;
}
.BgClassName
{
background-color: #2F411B;
}
</style>
border-color css
<style>
span { border-color: #2F411B; }
span { border-color: rgb(47,65,27); }
td.TdClassName
{
border-color: #2F411B;
}
.TagClassName
{
border-color: #2F411B;
}
</style>