Shades of Seaweed #2F5413
Tints of Seaweed #2F5413
RGB
CMYK
RGB Variations
Color information
#2F5413 (or 0x2F5413) is known color: Seaweed. HEX triplet: 2F, 54 and 13. RGB value is (47,84,19). Sum of RGB (Red+Green+Blue) = 47+84+19=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 84 (33.20% from 255 or 56% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5413 is #D0ABEC. Grayscale: #414141. Windows color (decimal): -13675501 or 1266735. OLE color: 1266735.
HSL color Cylindrical-coordinate representation of color #2F5413: hue angle of 94.15º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F5413 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 84 | 19 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.67 |
| HSL | 94.15º | 0.63% | 0.2% | - |
| HSV(B) | 94.15º | 0.77% | 0.33% | - |
| XYZ | 4.46 | 6.99 | 1.73 | - |
| YUV | 65.53 | 101.74 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 84 | 19 | 0.44 | 0 | 0.77 | 0.67 | 94.15 | 0.63 | 0.2 |
| Hex | 2F | 54 | 13 | 2C | 0 | 4D | 43 | 5E | 3F | 14 |
| Octal | 57 | 124 | 23 | 54 | 0 | 115 | 103 | 136 | 77 | 24 |
| Binary | 101111 | 1010100 | 10011 | 101100 | 0 | 1001101 | 1000011 | 1011110 | 111111 | 10100 |
Color Harmonies of #2F5413
Complementary color
Monochromatic Colors of #2F5413
Black with #2F5413
Text Example
Text Example
White with #2F5413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5413; }
p { color: rgb(47,84,19); }
H1.HeaderClassName
{
color: #2F5413;
}
.AnyTagClassName
{
color: #2F5413;
}
</style>
background-color css
<style>
a { background-color: #2F5413; }
a { background-color: rgb(47,84,19); }
div.DivClassName
{
background-color: #2F5413;
}
.BgClassName
{
background-color: #2F5413;
}
</style>
border-color css
<style>
span { border-color: #2F5413; }
span { border-color: rgb(47,84,19); }
td.TdClassName
{
border-color: #2F5413;
}
.TagClassName
{
border-color: #2F5413;
}
</style>