Shades of Seaweed #2F5412
Tints of Seaweed #2F5412
RGB
CMYK
RGB Variations
Color information
#2F5412 (or 0x2F5412) is known color: Seaweed. HEX triplet: 2F, 54 and 12. RGB value is (47,84,18). Sum of RGB (Red+Green+Blue) = 47+84+18=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5412 is #D0ABED. Grayscale: #414141. Windows color (decimal): -13675502 or 1201199. OLE color: 1201199.
HSL color Cylindrical-coordinate representation of color #2F5412: hue angle of 93.64º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F5412 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 84 | 18 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.67 |
| HSL | 93.64º | 0.65% | 0.2% | - |
| HSV(B) | 93.64º | 0.79% | 0.33% | - |
| XYZ | 4.45 | 6.99 | 1.69 | - |
| YUV | 65.41 | 101.24 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 84 | 18 | 0.44 | 0 | 0.79 | 0.67 | 93.64 | 0.65 | 0.2 |
| Hex | 2F | 54 | 12 | 2C | 0 | 4F | 43 | 5E | 41 | 14 |
| Octal | 57 | 124 | 22 | 54 | 0 | 117 | 103 | 136 | 101 | 24 |
| Binary | 101111 | 1010100 | 10010 | 101100 | 0 | 1001111 | 1000011 | 1011110 | 1000001 | 10100 |
Color Harmonies of #2F5412
Complementary color
Monochromatic Colors of #2F5412
Black with #2F5412
Text Example
Text Example
White with #2F5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5412; }
p { color: rgb(47,84,18); }
H1.HeaderClassName
{
color: #2F5412;
}
.AnyTagClassName
{
color: #2F5412;
}
</style>
background-color css
<style>
a { background-color: #2F5412; }
a { background-color: rgb(47,84,18); }
div.DivClassName
{
background-color: #2F5412;
}
.BgClassName
{
background-color: #2F5412;
}
</style>
border-color css
<style>
span { border-color: #2F5412; }
span { border-color: rgb(47,84,18); }
td.TdClassName
{
border-color: #2F5412;
}
.TagClassName
{
border-color: #2F5412;
}
</style>