Shades of Seaweed #2F471C
Tints of Seaweed #2F471C
RGB
CMYK
RGB Variations
Color information
#2F471C (or 0x2F471C) is known color: Seaweed. HEX triplet: 2F, 47 and 1C. RGB value is (47,71,28). Sum of RGB (Red+Green+Blue) = 47+71+28=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #2F471C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F471C is #D0B8E3. Grayscale: #3B3B3B. Windows color (decimal): -13678820 or 1853231. OLE color: 1853231.
HSL color Cylindrical-coordinate representation of color #2F471C: hue angle of 93.49º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F471C is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 71 | 28 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.72 |
| HSL | 93.49º | 0.43% | 0.19% | - |
| HSV(B) | 93.49º | 0.61% | 0.28% | - |
| XYZ | 3.64 | 5.19 | 1.91 | - |
| YUV | 58.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 28 | 0.34 | 0 | 0.61 | 0.72 | 93.49 | 0.43 | 0.19 |
| Hex | 2F | 47 | 1C | 22 | 0 | 3D | 48 | 5D | 2B | 13 |
| Octal | 57 | 107 | 34 | 42 | 0 | 75 | 110 | 135 | 53 | 23 |
| Binary | 101111 | 1000111 | 11100 | 100010 | 0 | 111101 | 1001000 | 1011101 | 101011 | 10011 |
Color Harmonies of #2F471C
Complementary color
Monochromatic Colors of #2F471C
Black with #2F471C
Text Example
Text Example
White with #2F471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F471C; }
p { color: rgb(47,71,28); }
H1.HeaderClassName
{
color: #2F471C;
}
.AnyTagClassName
{
color: #2F471C;
}
</style>
background-color css
<style>
a { background-color: #2F471C; }
a { background-color: rgb(47,71,28); }
div.DivClassName
{
background-color: #2F471C;
}
.BgClassName
{
background-color: #2F471C;
}
</style>
border-color css
<style>
span { border-color: #2F471C; }
span { border-color: rgb(47,71,28); }
td.TdClassName
{
border-color: #2F471C;
}
.TagClassName
{
border-color: #2F471C;
}
</style>