Shades of Seaweed #2F5511
Tints of Seaweed #2F5511
RGB
CMYK
RGB Variations
Color information
#2F5511 (or 0x2F5511) is known color: Seaweed. HEX triplet: 2F, 55 and 11. RGB value is (47,85,17). Sum of RGB (Red+Green+Blue) = 47+85+17=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5511 is #D0AAEE. Grayscale: #424242. Windows color (decimal): -13675247 or 1135919. OLE color: 1135919.
HSL color Cylindrical-coordinate representation of color #2F5511: hue angle of 93.53º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F5511 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 85 | 17 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.67 |
| HSL | 93.53º | 0.67% | 0.2% | - |
| HSV(B) | 93.53º | 0.8% | 0.33% | - |
| XYZ | 4.52 | 7.14 | 1.67 | - |
| YUV | 65.89 | 100.41 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 17 | 0.45 | 0 | 0.80 | 0.67 | 93.53 | 0.67 | 0.2 |
| Hex | 2F | 55 | 11 | 2D | 0 | 50 | 43 | 5E | 43 | 14 |
| Octal | 57 | 125 | 21 | 55 | 0 | 120 | 103 | 136 | 103 | 24 |
| Binary | 101111 | 1010101 | 10001 | 101101 | 0 | 1010000 | 1000011 | 1011110 | 1000011 | 10100 |
Color Harmonies of #2F5511
Complementary color
Monochromatic Colors of #2F5511
Black with #2F5511
Text Example
Text Example
White with #2F5511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5511; }
p { color: rgb(47,85,17); }
H1.HeaderClassName
{
color: #2F5511;
}
.AnyTagClassName
{
color: #2F5511;
}
</style>
background-color css
<style>
a { background-color: #2F5511; }
a { background-color: rgb(47,85,17); }
div.DivClassName
{
background-color: #2F5511;
}
.BgClassName
{
background-color: #2F5511;
}
</style>
border-color css
<style>
span { border-color: #2F5511; }
span { border-color: rgb(47,85,17); }
td.TdClassName
{
border-color: #2F5511;
}
.TagClassName
{
border-color: #2F5511;
}
</style>