Shades of Seaweed #2F570B
Tints of Seaweed #2F570B
RGB
CMYK
RGB Variations
Color information
#2F570B (or 0x2F570B) is known color: Seaweed. HEX triplet: 2F, 57 and 0B. RGB value is (47,87,11). Sum of RGB (Red+Green+Blue) = 47+87+11=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 87 (34.38% from 255 or 60% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 87 - color contains mainly: green. Hex color #2F570B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F570B is #D0A8F4. Grayscale: #424242. Windows color (decimal): -13674741 or 743215. OLE color: 743215.
HSL color Cylindrical-coordinate representation of color #2F570B: hue angle of 91.58º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F570B is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 47 | 87 | 11 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.66 |
| HSL | 91.58º | 0.78% | 0.19% | - |
| HSV(B) | 91.58º | 0.87% | 0.34% | - |
| XYZ | 4.64 | 7.44 | 1.51 | - |
| YUV | 66.38 | 96.75 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 87 | 11 | 0.46 | 0 | 0.87 | 0.66 | 91.58 | 0.78 | 0.19 |
| Hex | 2F | 57 | B | 2E | 0 | 57 | 42 | 5C | 4E | 13 |
| Octal | 57 | 127 | 13 | 56 | 0 | 127 | 102 | 134 | 116 | 23 |
| Binary | 101111 | 1010111 | 1011 | 101110 | 0 | 1010111 | 1000010 | 1011100 | 1001110 | 10011 |
Color Harmonies of #2F570B
Complementary color
Monochromatic Colors of #2F570B
Black with #2F570B
Text Example
Text Example
White with #2F570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F570B; }
p { color: rgb(47,87,11); }
H1.HeaderClassName
{
color: #2F570B;
}
.AnyTagClassName
{
color: #2F570B;
}
</style>
background-color css
<style>
a { background-color: #2F570B; }
a { background-color: rgb(47,87,11); }
div.DivClassName
{
background-color: #2F570B;
}
.BgClassName
{
background-color: #2F570B;
}
</style>
border-color css
<style>
span { border-color: #2F570B; }
span { border-color: rgb(47,87,11); }
td.TdClassName
{
border-color: #2F570B;
}
.TagClassName
{
border-color: #2F570B;
}
</style>