Shades of Seaweed #2B550D
Tints of Seaweed #2B550D
RGB
CMYK
RGB Variations
Color information
#2B550D (or 0x2B550D) is known color: Seaweed. HEX triplet: 2B, 55 and 0D. RGB value is (43,85,13). Sum of RGB (Red+Green+Blue) = 43+85+13=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #2B550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B550D is #D4AAF2. Grayscale: #404040. Windows color (decimal): -13937395 or 873771. OLE color: 873771.
HSL color Cylindrical-coordinate representation of color #2B550D: hue angle of 95º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B550D is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 85 | 13 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.67 |
| HSL | 95º | 0.73% | 0.19% | - |
| HSV(B) | 95º | 0.85% | 0.33% | - |
| XYZ | 4.32 | 7.04 | 1.51 | - |
| YUV | 64.23 | 99.09 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 13 | 0.49 | 0 | 0.85 | 0.67 | 95 | 0.73 | 0.19 |
| Hex | 2B | 55 | D | 31 | 0 | 55 | 43 | 5F | 49 | 13 |
| Octal | 53 | 125 | 15 | 61 | 0 | 125 | 103 | 137 | 111 | 23 |
| Binary | 101011 | 1010101 | 1101 | 110001 | 0 | 1010101 | 1000011 | 1011111 | 1001001 | 10011 |
Color Harmonies of #2B550D
Complementary color
Monochromatic Colors of #2B550D
Black with #2B550D
Text Example
Text Example
White with #2B550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B550D; }
p { color: rgb(43,85,13); }
H1.HeaderClassName
{
color: #2B550D;
}
.AnyTagClassName
{
color: #2B550D;
}
</style>
background-color css
<style>
a { background-color: #2B550D; }
a { background-color: rgb(43,85,13); }
div.DivClassName
{
background-color: #2B550D;
}
.BgClassName
{
background-color: #2B550D;
}
</style>
border-color css
<style>
span { border-color: #2B550D; }
span { border-color: rgb(43,85,13); }
td.TdClassName
{
border-color: #2B550D;
}
.TagClassName
{
border-color: #2B550D;
}
</style>