Shades of Seaweed #2B4716
Tints of Seaweed #2B4716
RGB
CMYK
RGB Variations
Color information
#2B4716 (or 0x2B4716) is known color: Seaweed. HEX triplet: 2B, 47 and 16. RGB value is (43,71,22). Sum of RGB (Red+Green+Blue) = 43+71+22=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4716 is #D4B8E9. Grayscale: #393939. Windows color (decimal): -13940970 or 1460011. OLE color: 1460011.
HSL color Cylindrical-coordinate representation of color #2B4716: hue angle of 94.29º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B4716 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 71 | 22 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.72 |
| HSL | 94.29º | 0.53% | 0.18% | - |
| HSV(B) | 94.29º | 0.69% | 0.28% | - |
| XYZ | 3.39 | 5.08 | 1.56 | - |
| YUV | 57.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 22 | 0.39 | 0 | 0.69 | 0.72 | 94.29 | 0.53 | 0.18 |
| Hex | 2B | 47 | 16 | 27 | 0 | 45 | 48 | 5E | 35 | 12 |
| Octal | 53 | 107 | 26 | 47 | 0 | 105 | 110 | 136 | 65 | 22 |
| Binary | 101011 | 1000111 | 10110 | 100111 | 0 | 1000101 | 1001000 | 1011110 | 110101 | 10010 |
Color Harmonies of #2B4716
Complementary color
Monochromatic Colors of #2B4716
Black with #2B4716
Text Example
Text Example
White with #2B4716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4716; }
p { color: rgb(43,71,22); }
H1.HeaderClassName
{
color: #2B4716;
}
.AnyTagClassName
{
color: #2B4716;
}
</style>
background-color css
<style>
a { background-color: #2B4716; }
a { background-color: rgb(43,71,22); }
div.DivClassName
{
background-color: #2B4716;
}
.BgClassName
{
background-color: #2B4716;
}
</style>
border-color css
<style>
span { border-color: #2B4716; }
span { border-color: rgb(43,71,22); }
td.TdClassName
{
border-color: #2B4716;
}
.TagClassName
{
border-color: #2B4716;
}
</style>