Shades of Seaweed #2B510B
Tints of Seaweed #2B510B
RGB
CMYK
RGB Variations
Color information
#2B510B (or 0x2B510B) is known color: Seaweed. HEX triplet: 2B, 51 and 0B. RGB value is (43,81,11). Sum of RGB (Red+Green+Blue) = 43+81+11=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 81 (32.03% from 255 or 60% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 81 - color contains mainly: green. Hex color #2B510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B510B is #D4AEF4. Grayscale: #3D3D3D. Windows color (decimal): -13938421 or 741675. OLE color: 741675.
HSL color Cylindrical-coordinate representation of color #2B510B: hue angle of 92.57º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B510B is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 81 | 11 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.68 |
| HSL | 92.57º | 0.76% | 0.18% | - |
| HSV(B) | 92.57º | 0.86% | 0.32% | - |
| XYZ | 4 | 6.42 | 1.35 | - |
| YUV | 61.66 | 99.41 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 81 | 11 | 0.47 | 0 | 0.86 | 0.68 | 92.57 | 0.76 | 0.18 |
| Hex | 2B | 51 | B | 2F | 0 | 56 | 44 | 5D | 4C | 12 |
| Octal | 53 | 121 | 13 | 57 | 0 | 126 | 104 | 135 | 114 | 22 |
| Binary | 101011 | 1010001 | 1011 | 101111 | 0 | 1010110 | 1000100 | 1011101 | 1001100 | 10010 |
Color Harmonies of #2B510B
Complementary color
Monochromatic Colors of #2B510B
Black with #2B510B
Text Example
Text Example
White with #2B510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B510B; }
p { color: rgb(43,81,11); }
H1.HeaderClassName
{
color: #2B510B;
}
.AnyTagClassName
{
color: #2B510B;
}
</style>
background-color css
<style>
a { background-color: #2B510B; }
a { background-color: rgb(43,81,11); }
div.DivClassName
{
background-color: #2B510B;
}
.BgClassName
{
background-color: #2B510B;
}
</style>
border-color css
<style>
span { border-color: #2B510B; }
span { border-color: rgb(43,81,11); }
td.TdClassName
{
border-color: #2B510B;
}
.TagClassName
{
border-color: #2B510B;
}
</style>