Shades of Seaweed #2F580B
Tints of Seaweed #2F580B
RGB
CMYK
RGB Variations
Color information
#2F580B (or 0x2F580B) is known color: Seaweed. HEX triplet: 2F, 58 and 0B. RGB value is (47,88,11). Sum of RGB (Red+Green+Blue) = 47+88+11=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #2F580B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F580B is #D0A7F4. Grayscale: #434343. Windows color (decimal): -13674485 or 743471. OLE color: 743471.
HSL color Cylindrical-coordinate representation of color #2F580B: hue angle of 91.95º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F580B is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 88 | 11 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.65 |
| HSL | 91.95º | 0.78% | 0.19% | - |
| HSV(B) | 91.95º | 0.88% | 0.35% | - |
| XYZ | 4.72 | 7.61 | 1.54 | - |
| YUV | 66.96 | 96.42 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 88 | 11 | 0.47 | 0 | 0.88 | 0.65 | 91.95 | 0.78 | 0.19 |
| Hex | 2F | 58 | B | 2F | 0 | 58 | 41 | 5C | 4E | 13 |
| Octal | 57 | 130 | 13 | 57 | 0 | 130 | 101 | 134 | 116 | 23 |
| Binary | 101111 | 1011000 | 1011 | 101111 | 0 | 1011000 | 1000001 | 1011100 | 1001110 | 10011 |
Color Harmonies of #2F580B
Complementary color
Monochromatic Colors of #2F580B
Black with #2F580B
Text Example
Text Example
White with #2F580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F580B; }
p { color: rgb(47,88,11); }
H1.HeaderClassName
{
color: #2F580B;
}
.AnyTagClassName
{
color: #2F580B;
}
</style>
background-color css
<style>
a { background-color: #2F580B; }
a { background-color: rgb(47,88,11); }
div.DivClassName
{
background-color: #2F580B;
}
.BgClassName
{
background-color: #2F580B;
}
</style>
border-color css
<style>
span { border-color: #2F580B; }
span { border-color: rgb(47,88,11); }
td.TdClassName
{
border-color: #2F580B;
}
.TagClassName
{
border-color: #2F580B;
}
</style>