Shades of Seaweed #2F590B
Tints of Seaweed #2F590B
RGB
CMYK
RGB Variations
Color information
#2F590B (or 0x2F590B) is known color: Seaweed. HEX triplet: 2F, 59 and 0B. RGB value is (47,89,11). Sum of RGB (Red+Green+Blue) = 47+89+11=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 89 (35.16% from 255 or 60.54% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 89 - color contains mainly: green. Hex color #2F590B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F590B is #D0A6F4. Grayscale: #434343. Windows color (decimal): -13674229 or 743727. OLE color: 743727.
HSL color Cylindrical-coordinate representation of color #2F590B: hue angle of 92.31º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F590B is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 89 | 11 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.65 |
| HSL | 92.31º | 0.78% | 0.2% | - |
| HSV(B) | 92.31º | 0.88% | 0.35% | - |
| XYZ | 4.81 | 7.77 | 1.56 | - |
| YUV | 67.55 | 96.09 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 11 | 0.47 | 0 | 0.88 | 0.65 | 92.31 | 0.78 | 0.2 |
| Hex | 2F | 59 | B | 2F | 0 | 58 | 41 | 5C | 4E | 14 |
| Octal | 57 | 131 | 13 | 57 | 0 | 130 | 101 | 134 | 116 | 24 |
| Binary | 101111 | 1011001 | 1011 | 101111 | 0 | 1011000 | 1000001 | 1011100 | 1001110 | 10100 |
Color Harmonies of #2F590B
Complementary color
Monochromatic Colors of #2F590B
Black with #2F590B
Text Example
Text Example
White with #2F590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F590B; }
p { color: rgb(47,89,11); }
H1.HeaderClassName
{
color: #2F590B;
}
.AnyTagClassName
{
color: #2F590B;
}
</style>
background-color css
<style>
a { background-color: #2F590B; }
a { background-color: rgb(47,89,11); }
div.DivClassName
{
background-color: #2F590B;
}
.BgClassName
{
background-color: #2F590B;
}
</style>
border-color css
<style>
span { border-color: #2F590B; }
span { border-color: rgb(47,89,11); }
td.TdClassName
{
border-color: #2F590B;
}
.TagClassName
{
border-color: #2F590B;
}
</style>