Shades of Seaweed #2F5710
Tints of Seaweed #2F5710
RGB
CMYK
RGB Variations
Color information
#2F5710 (or 0x2F5710) is known color: Seaweed. HEX triplet: 2F, 57 and 10. RGB value is (47,87,16). Sum of RGB (Red+Green+Blue) = 47+87+16=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 87 (34.38% from 255 or 58% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 87 - color contains mainly: green. Hex color #2F5710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5710 is #D0A8EF. Grayscale: #434343. Windows color (decimal): -13674736 or 1070895. OLE color: 1070895.
HSL color Cylindrical-coordinate representation of color #2F5710: hue angle of 93.8º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F5710 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 47 | 87 | 16 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.66 |
| HSL | 93.8º | 0.69% | 0.2% | - |
| HSV(B) | 93.8º | 0.82% | 0.34% | - |
| XYZ | 4.67 | 7.46 | 1.68 | - |
| YUV | 66.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 87 | 16 | 0.46 | 0 | 0.82 | 0.66 | 93.8 | 0.69 | 0.2 |
| Hex | 2F | 57 | 10 | 2E | 0 | 52 | 42 | 5E | 45 | 14 |
| Octal | 57 | 127 | 20 | 56 | 0 | 122 | 102 | 136 | 105 | 24 |
| Binary | 101111 | 1010111 | 10000 | 101110 | 0 | 1010010 | 1000010 | 1011110 | 1000101 | 10100 |
Color Harmonies of #2F5710
Complementary color
Monochromatic Colors of #2F5710
Black with #2F5710
Text Example
Text Example
White with #2F5710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5710; }
p { color: rgb(47,87,16); }
H1.HeaderClassName
{
color: #2F5710;
}
.AnyTagClassName
{
color: #2F5710;
}
</style>
background-color css
<style>
a { background-color: #2F5710; }
a { background-color: rgb(47,87,16); }
div.DivClassName
{
background-color: #2F5710;
}
.BgClassName
{
background-color: #2F5710;
}
</style>
border-color css
<style>
span { border-color: #2F5710; }
span { border-color: rgb(47,87,16); }
td.TdClassName
{
border-color: #2F5710;
}
.TagClassName
{
border-color: #2F5710;
}
</style>