Shades of Seaweed #2B540B
Tints of Seaweed #2B540B
RGB
CMYK
RGB Variations
Color information
#2B540B (or 0x2B540B) is known color: Seaweed. HEX triplet: 2B, 54 and 0B. RGB value is (43,84,11). Sum of RGB (Red+Green+Blue) = 43+84+11=138 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.16% from 138); Green value is 84 (33.20% from 255 or 60.87% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 84 - color contains mainly: green. Hex color #2B540B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B540B is #D4ABF4. Grayscale: #3F3F3F. Windows color (decimal): -13937653 or 742443. OLE color: 742443.
HSL color Cylindrical-coordinate representation of color #2B540B: hue angle of 93.7º 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 #2B540B is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 84 | 11 | - |
| CMYK | 0.49 | 0 | 0.87 | 0.67 |
| HSL | 93.7º | 0.77% | 0.19% | - |
| HSV(B) | 93.7º | 0.87% | 0.33% | - |
| XYZ | 4.23 | 6.88 | 1.42 | - |
| YUV | 63.42 | 98.42 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 11 | 0.49 | 0 | 0.87 | 0.67 | 93.7 | 0.77 | 0.19 |
| Hex | 2B | 54 | B | 31 | 0 | 57 | 43 | 5E | 4D | 13 |
| Octal | 53 | 124 | 13 | 61 | 0 | 127 | 103 | 136 | 115 | 23 |
| Binary | 101011 | 1010100 | 1011 | 110001 | 0 | 1010111 | 1000011 | 1011110 | 1001101 | 10011 |
Color Harmonies of #2B540B
Complementary color
Monochromatic Colors of #2B540B
Black with #2B540B
Text Example
Text Example
White with #2B540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B540B; }
p { color: rgb(43,84,11); }
H1.HeaderClassName
{
color: #2B540B;
}
.AnyTagClassName
{
color: #2B540B;
}
</style>
background-color css
<style>
a { background-color: #2B540B; }
a { background-color: rgb(43,84,11); }
div.DivClassName
{
background-color: #2B540B;
}
.BgClassName
{
background-color: #2B540B;
}
</style>
border-color css
<style>
span { border-color: #2B540B; }
span { border-color: rgb(43,84,11); }
td.TdClassName
{
border-color: #2B540B;
}
.TagClassName
{
border-color: #2B540B;
}
</style>