Shades of Seaweed #2B4711
Tints of Seaweed #2B4711
RGB
CMYK
RGB Variations
Color information
#2B4711 (or 0x2B4711) is known color: Seaweed. HEX triplet: 2B, 47 and 11. RGB value is (43,71,17). Sum of RGB (Red+Green+Blue) = 43+71+17=131 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.82% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4711 is #D4B8EE. Grayscale: #383838. Windows color (decimal): -13940975 or 1132331. OLE color: 1132331.
HSL color Cylindrical-coordinate representation of color #2B4711: hue angle of 91.11º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B4711 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 71 | 17 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.72 |
| HSL | 91.11º | 0.61% | 0.17% | - |
| HSV(B) | 91.11º | 0.76% | 0.28% | - |
| XYZ | 3.35 | 5.06 | 1.33 | - |
| YUV | 56.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 17 | 0.39 | 0 | 0.76 | 0.72 | 91.11 | 0.61 | 0.17 |
| Hex | 2B | 47 | 11 | 27 | 0 | 4C | 48 | 5B | 3D | 11 |
| Octal | 53 | 107 | 21 | 47 | 0 | 114 | 110 | 133 | 75 | 21 |
| Binary | 101011 | 1000111 | 10001 | 100111 | 0 | 1001100 | 1001000 | 1011011 | 111101 | 10001 |
Color Harmonies of #2B4711
Complementary color
Monochromatic Colors of #2B4711
Black with #2B4711
Text Example
Text Example
White with #2B4711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4711; }
p { color: rgb(43,71,17); }
H1.HeaderClassName
{
color: #2B4711;
}
.AnyTagClassName
{
color: #2B4711;
}
</style>
background-color css
<style>
a { background-color: #2B4711; }
a { background-color: rgb(43,71,17); }
div.DivClassName
{
background-color: #2B4711;
}
.BgClassName
{
background-color: #2B4711;
}
</style>
border-color css
<style>
span { border-color: #2B4711; }
span { border-color: rgb(43,71,17); }
td.TdClassName
{
border-color: #2B4711;
}
.TagClassName
{
border-color: #2B4711;
}
</style>