Shades of Seaweed #2F5810
Tints of Seaweed #2F5810
RGB
CMYK
RGB Variations
Color information
#2F5810 (or 0x2F5810) is known color: Seaweed. HEX triplet: 2F, 58 and 10. RGB value is (47,88,16). Sum of RGB (Red+Green+Blue) = 47+88+16=151 (20% of max value = 765). Red value is 47 (18.75% from 255 or 31.13% from 151); Green value is 88 (34.77% from 255 or 58.28% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 88 - color contains mainly: green. Hex color #2F5810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5810 is #D0A7EF. Grayscale: #434343. Windows color (decimal): -13674480 or 1071151. OLE color: 1071151.
HSL color Cylindrical-coordinate representation of color #2F5810: hue angle of 94.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F5810 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 88 | 16 | - |
| CMYK | 0.47 | 0 | 0.82 | 0.65 |
| HSL | 94.17º | 0.69% | 0.2% | - |
| HSV(B) | 94.17º | 0.82% | 0.35% | - |
| XYZ | 4.76 | 7.62 | 1.71 | - |
| YUV | 67.53 | 98.92 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 88 | 16 | 0.47 | 0 | 0.82 | 0.65 | 94.17 | 0.69 | 0.2 |
| Hex | 2F | 58 | 10 | 2F | 0 | 52 | 41 | 5E | 45 | 14 |
| Octal | 57 | 130 | 20 | 57 | 0 | 122 | 101 | 136 | 105 | 24 |
| Binary | 101111 | 1011000 | 10000 | 101111 | 0 | 1010010 | 1000001 | 1011110 | 1000101 | 10100 |
Color Harmonies of #2F5810
Complementary color
Monochromatic Colors of #2F5810
Black with #2F5810
Text Example
Text Example
White with #2F5810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5810; }
p { color: rgb(47,88,16); }
H1.HeaderClassName
{
color: #2F5810;
}
.AnyTagClassName
{
color: #2F5810;
}
</style>
background-color css
<style>
a { background-color: #2F5810; }
a { background-color: rgb(47,88,16); }
div.DivClassName
{
background-color: #2F5810;
}
.BgClassName
{
background-color: #2F5810;
}
</style>
border-color css
<style>
span { border-color: #2F5810; }
span { border-color: rgb(47,88,16); }
td.TdClassName
{
border-color: #2F5810;
}
.TagClassName
{
border-color: #2F5810;
}
</style>