Shades of Seaweed #2F451C
Tints of Seaweed #2F451C
RGB
CMYK
RGB Variations
Color information
#2F451C (or 0x2F451C) is known color: Seaweed. HEX triplet: 2F, 45 and 1C. RGB value is (47,69,28). Sum of RGB (Red+Green+Blue) = 47+69+28=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #2F451C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F451C is #D0BAE3. Grayscale: #393939. Windows color (decimal): -13679332 or 1852719. OLE color: 1852719.
HSL color Cylindrical-coordinate representation of color #2F451C: hue angle of 92.2º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F451C is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 69 | 28 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.73 |
| HSL | 92.2º | 0.42% | 0.19% | - |
| HSV(B) | 92.2º | 0.59% | 0.27% | - |
| XYZ | 3.51 | 4.94 | 1.87 | - |
| YUV | 57.75 | 111.21 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 69 | 28 | 0.32 | 0 | 0.59 | 0.73 | 92.2 | 0.42 | 0.19 |
| Hex | 2F | 45 | 1C | 20 | 0 | 3B | 49 | 5C | 2A | 13 |
| Octal | 57 | 105 | 34 | 40 | 0 | 73 | 111 | 134 | 52 | 23 |
| Binary | 101111 | 1000101 | 11100 | 100000 | 0 | 111011 | 1001001 | 1011100 | 101010 | 10011 |
Color Harmonies of #2F451C
Complementary color
Monochromatic Colors of #2F451C
Black with #2F451C
Text Example
Text Example
White with #2F451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F451C; }
p { color: rgb(47,69,28); }
H1.HeaderClassName
{
color: #2F451C;
}
.AnyTagClassName
{
color: #2F451C;
}
</style>
background-color css
<style>
a { background-color: #2F451C; }
a { background-color: rgb(47,69,28); }
div.DivClassName
{
background-color: #2F451C;
}
.BgClassName
{
background-color: #2F451C;
}
</style>
border-color css
<style>
span { border-color: #2F451C; }
span { border-color: rgb(47,69,28); }
td.TdClassName
{
border-color: #2F451C;
}
.TagClassName
{
border-color: #2F451C;
}
</style>