Shades of Seaweed #2B550B
Tints of Seaweed #2B550B
RGB
CMYK
RGB Variations
Color information
#2B550B (or 0x2B550B) is known color: Seaweed. HEX triplet: 2B, 55 and 0B. RGB value is (43,85,11). Sum of RGB (Red+Green+Blue) = 43+85+11=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #2B550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B550B is #D4AAF4. Grayscale: #404040. Windows color (decimal): -13937397 or 742699. OLE color: 742699.
HSL color Cylindrical-coordinate representation of color #2B550B: hue angle of 94.05º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B550B is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 85 | 11 | - |
| CMYK | 0.49 | 0 | 0.87 | 0.67 |
| HSL | 94.05º | 0.77% | 0.19% | - |
| HSV(B) | 94.05º | 0.87% | 0.33% | - |
| XYZ | 4.31 | 7.03 | 1.45 | - |
| YUV | 64.01 | 98.09 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 11 | 0.49 | 0 | 0.87 | 0.67 | 94.05 | 0.77 | 0.19 |
| Hex | 2B | 55 | B | 31 | 0 | 57 | 43 | 5E | 4D | 13 |
| Octal | 53 | 125 | 13 | 61 | 0 | 127 | 103 | 136 | 115 | 23 |
| Binary | 101011 | 1010101 | 1011 | 110001 | 0 | 1010111 | 1000011 | 1011110 | 1001101 | 10011 |
Color Harmonies of #2B550B
Complementary color
Monochromatic Colors of #2B550B
Black with #2B550B
Text Example
Text Example
White with #2B550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B550B; }
p { color: rgb(43,85,11); }
H1.HeaderClassName
{
color: #2B550B;
}
.AnyTagClassName
{
color: #2B550B;
}
</style>
background-color css
<style>
a { background-color: #2B550B; }
a { background-color: rgb(43,85,11); }
div.DivClassName
{
background-color: #2B550B;
}
.BgClassName
{
background-color: #2B550B;
}
</style>
border-color css
<style>
span { border-color: #2B550B; }
span { border-color: rgb(43,85,11); }
td.TdClassName
{
border-color: #2B550B;
}
.TagClassName
{
border-color: #2B550B;
}
</style>