Shades of Seaweed #2F580D
Tints of Seaweed #2F580D
RGB
CMYK
RGB Variations
Color information
#2F580D (or 0x2F580D) is known color: Seaweed. HEX triplet: 2F, 58 and 0D. RGB value is (47,88,13). Sum of RGB (Red+Green+Blue) = 47+88+13=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 88 (34.77% from 255 or 59.46% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 88 - color contains mainly: green. Hex color #2F580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F580D is #D0A7F2. Grayscale: #434343. Windows color (decimal): -13674483 or 874543. OLE color: 874543.
HSL color Cylindrical-coordinate representation of color #2F580D: hue angle of 92.8º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F580D is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 88 | 13 | - |
| CMYK | 0.47 | 0 | 0.85 | 0.65 |
| HSL | 92.8º | 0.74% | 0.2% | - |
| HSV(B) | 92.8º | 0.85% | 0.35% | - |
| XYZ | 4.73 | 7.61 | 1.6 | - |
| YUV | 67.19 | 97.42 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 88 | 13 | 0.47 | 0 | 0.85 | 0.65 | 92.8 | 0.74 | 0.2 |
| Hex | 2F | 58 | D | 2F | 0 | 55 | 41 | 5D | 4A | 14 |
| Octal | 57 | 130 | 15 | 57 | 0 | 125 | 101 | 135 | 112 | 24 |
| Binary | 101111 | 1011000 | 1101 | 101111 | 0 | 1010101 | 1000001 | 1011101 | 1001010 | 10100 |
Color Harmonies of #2F580D
Complementary color
Monochromatic Colors of #2F580D
Black with #2F580D
Text Example
Text Example
White with #2F580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F580D; }
p { color: rgb(47,88,13); }
H1.HeaderClassName
{
color: #2F580D;
}
.AnyTagClassName
{
color: #2F580D;
}
</style>
background-color css
<style>
a { background-color: #2F580D; }
a { background-color: rgb(47,88,13); }
div.DivClassName
{
background-color: #2F580D;
}
.BgClassName
{
background-color: #2F580D;
}
</style>
border-color css
<style>
span { border-color: #2F580D; }
span { border-color: rgb(47,88,13); }
td.TdClassName
{
border-color: #2F580D;
}
.TagClassName
{
border-color: #2F580D;
}
</style>