Shades of Seaweed #2F431C
Tints of Seaweed #2F431C
RGB
CMYK
RGB Variations
Color information
#2F431C (or 0x2F431C) is known color: Seaweed. HEX triplet: 2F, 43 and 1C. RGB value is (47,67,28). Sum of RGB (Red+Green+Blue) = 47+67+28=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #2F431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F431C is #D0BCE3. Grayscale: #383838. Windows color (decimal): -13679844 or 1852207. OLE color: 1852207.
HSL color Cylindrical-coordinate representation of color #2F431C: hue angle of 90.77º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F431C is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 67 | 28 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.74 |
| HSL | 90.77º | 0.41% | 0.19% | - |
| HSV(B) | 90.77º | 0.58% | 0.26% | - |
| XYZ | 3.39 | 4.7 | 1.83 | - |
| YUV | 56.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 28 | 0.30 | 0 | 0.58 | 0.74 | 90.77 | 0.41 | 0.19 |
| Hex | 2F | 43 | 1C | 1E | 0 | 3A | 4A | 5B | 29 | 13 |
| Octal | 57 | 103 | 34 | 36 | 0 | 72 | 112 | 133 | 51 | 23 |
| Binary | 101111 | 1000011 | 11100 | 11110 | 0 | 111010 | 1001010 | 1011011 | 101001 | 10011 |
Color Harmonies of #2F431C
Complementary color
Monochromatic Colors of #2F431C
Black with #2F431C
Text Example
Text Example
White with #2F431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F431C; }
p { color: rgb(47,67,28); }
H1.HeaderClassName
{
color: #2F431C;
}
.AnyTagClassName
{
color: #2F431C;
}
</style>
background-color css
<style>
a { background-color: #2F431C; }
a { background-color: rgb(47,67,28); }
div.DivClassName
{
background-color: #2F431C;
}
.BgClassName
{
background-color: #2F431C;
}
</style>
border-color css
<style>
span { border-color: #2F431C; }
span { border-color: rgb(47,67,28); }
td.TdClassName
{
border-color: #2F431C;
}
.TagClassName
{
border-color: #2F431C;
}
</style>