Shades of Seaweed #2F3D1D
Tints of Seaweed #2F3D1D
RGB
CMYK
RGB Variations
Color information
#2F3D1D (or 0x2F3D1D) is known color: Seaweed. HEX triplet: 2F, 3D and 1D. RGB value is (47,61,29). Sum of RGB (Red+Green+Blue) = 47+61+29=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 61 - color contains mainly: green. Hex color #2F3D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3D1D is #D0C2E2. Grayscale: #353535. Windows color (decimal): -13681379 or 1916207. OLE color: 1916207.
HSL color Cylindrical-coordinate representation of color #2F3D1D: hue angle of 86.25º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F3D1D is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 61 | 29 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.76 |
| HSL | 86.25º | 0.36% | 0.18% | - |
| HSV(B) | 86.25º | 0.52% | 0.24% | - |
| XYZ | 3.06 | 4.03 | 1.78 | - |
| YUV | 53.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 61 | 29 | 0.23 | 0 | 0.52 | 0.76 | 86.25 | 0.36 | 0.18 |
| Hex | 2F | 3D | 1D | 17 | 0 | 34 | 4C | 56 | 24 | 12 |
| Octal | 57 | 75 | 35 | 27 | 0 | 64 | 114 | 126 | 44 | 22 |
| Binary | 101111 | 111101 | 11101 | 10111 | 0 | 110100 | 1001100 | 1010110 | 100100 | 10010 |
Color Harmonies of #2F3D1D
Complementary color
Monochromatic Colors of #2F3D1D
Black with #2F3D1D
Text Example
Text Example
White with #2F3D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3D1D; }
p { color: rgb(47,61,29); }
H1.HeaderClassName
{
color: #2F3D1D;
}
.AnyTagClassName
{
color: #2F3D1D;
}
</style>
background-color css
<style>
a { background-color: #2F3D1D; }
a { background-color: rgb(47,61,29); }
div.DivClassName
{
background-color: #2F3D1D;
}
.BgClassName
{
background-color: #2F3D1D;
}
</style>
border-color css
<style>
span { border-color: #2F3D1D; }
span { border-color: rgb(47,61,29); }
td.TdClassName
{
border-color: #2F3D1D;
}
.TagClassName
{
border-color: #2F3D1D;
}
</style>