Shades of Seaweed #2F461A
Tints of Seaweed #2F461A
RGB
CMYK
RGB Variations
Color information
#2F461A (or 0x2F461A) is known color: Seaweed. HEX triplet: 2F, 46 and 1A. RGB value is (47,70,26). Sum of RGB (Red+Green+Blue) = 47+70+26=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #2F461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F461A is #D0B9E5. Grayscale: #3A3A3A. Windows color (decimal): -13679078 or 1721903. OLE color: 1721903.
HSL color Cylindrical-coordinate representation of color #2F461A: hue angle of 91.36º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F461A is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 70 | 26 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.73 |
| HSL | 91.36º | 0.46% | 0.19% | - |
| HSV(B) | 91.36º | 0.63% | 0.27% | - |
| XYZ | 3.55 | 5.06 | 1.77 | - |
| YUV | 58.11 | 109.88 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 26 | 0.33 | 0 | 0.63 | 0.73 | 91.36 | 0.46 | 0.19 |
| Hex | 2F | 46 | 1A | 21 | 0 | 3F | 49 | 5B | 2E | 13 |
| Octal | 57 | 106 | 32 | 41 | 0 | 77 | 111 | 133 | 56 | 23 |
| Binary | 101111 | 1000110 | 11010 | 100001 | 0 | 111111 | 1001001 | 1011011 | 101110 | 10011 |
Color Harmonies of #2F461A
Complementary color
Monochromatic Colors of #2F461A
Black with #2F461A
Text Example
Text Example
White with #2F461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F461A; }
p { color: rgb(47,70,26); }
H1.HeaderClassName
{
color: #2F461A;
}
.AnyTagClassName
{
color: #2F461A;
}
</style>
background-color css
<style>
a { background-color: #2F461A; }
a { background-color: rgb(47,70,26); }
div.DivClassName
{
background-color: #2F461A;
}
.BgClassName
{
background-color: #2F461A;
}
</style>
border-color css
<style>
span { border-color: #2F461A; }
span { border-color: rgb(47,70,26); }
td.TdClassName
{
border-color: #2F461A;
}
.TagClassName
{
border-color: #2F461A;
}
</style>