Shades of Seaweed #2F5411
Tints of Seaweed #2F5411
RGB
CMYK
RGB Variations
Color information
#2F5411 (or 0x2F5411) is known color: Seaweed. HEX triplet: 2F, 54 and 11. RGB value is (47,84,17). Sum of RGB (Red+Green+Blue) = 47+84+17=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5411 is #D0ABEE. Grayscale: #414141. Windows color (decimal): -13675503 or 1135663. OLE color: 1135663.
HSL color Cylindrical-coordinate representation of color #2F5411: hue angle of 93.13º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F5411 is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 84 | 17 | - |
| CMYK | 0.44 | 0 | 0.80 | 0.67 |
| HSL | 93.13º | 0.66% | 0.2% | - |
| HSV(B) | 93.13º | 0.8% | 0.33% | - |
| XYZ | 4.44 | 6.99 | 1.64 | - |
| YUV | 65.3 | 100.74 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 84 | 17 | 0.44 | 0 | 0.80 | 0.67 | 93.13 | 0.66 | 0.2 |
| Hex | 2F | 54 | 11 | 2C | 0 | 50 | 43 | 5D | 42 | 14 |
| Octal | 57 | 124 | 21 | 54 | 0 | 120 | 103 | 135 | 102 | 24 |
| Binary | 101111 | 1010100 | 10001 | 101100 | 0 | 1010000 | 1000011 | 1011101 | 1000010 | 10100 |
Color Harmonies of #2F5411
Complementary color
Monochromatic Colors of #2F5411
Black with #2F5411
Text Example
Text Example
White with #2F5411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5411; }
p { color: rgb(47,84,17); }
H1.HeaderClassName
{
color: #2F5411;
}
.AnyTagClassName
{
color: #2F5411;
}
</style>
background-color css
<style>
a { background-color: #2F5411; }
a { background-color: rgb(47,84,17); }
div.DivClassName
{
background-color: #2F5411;
}
.BgClassName
{
background-color: #2F5411;
}
</style>
border-color css
<style>
span { border-color: #2F5411; }
span { border-color: rgb(47,84,17); }
td.TdClassName
{
border-color: #2F5411;
}
.TagClassName
{
border-color: #2F5411;
}
</style>