Shades of Seaweed #2B5808
Tints of Seaweed #2B5808
RGB
CMYK
RGB Variations
Color information
#2B5808 (or 0x2B5808) is known color: Seaweed. HEX triplet: 2B, 58 and 08. RGB value is (43,88,8). Sum of RGB (Red+Green+Blue) = 43+88+8=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #2B5808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5808 is #D4A7F7. Grayscale: #414141. Windows color (decimal): -13936632 or 546859. OLE color: 546859.
HSL color Cylindrical-coordinate representation of color #2B5808: hue angle of 93.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B5808 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 88 | 8 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.65 |
| HSL | 93.75º | 0.83% | 0.19% | - |
| HSV(B) | 93.75º | 0.91% | 0.35% | - |
| XYZ | 4.53 | 7.51 | 1.44 | - |
| YUV | 65.43 | 95.59 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 8 | 0.51 | 0 | 0.91 | 0.65 | 93.75 | 0.83 | 0.19 |
| Hex | 2B | 58 | 8 | 33 | 0 | 5B | 41 | 5E | 53 | 13 |
| Octal | 53 | 130 | 10 | 63 | 0 | 133 | 101 | 136 | 123 | 23 |
| Binary | 101011 | 1011000 | 1000 | 110011 | 0 | 1011011 | 1000001 | 1011110 | 1010011 | 10011 |
Color Harmonies of #2B5808
Complementary color
Monochromatic Colors of #2B5808
Black with #2B5808
Text Example
Text Example
White with #2B5808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5808; }
p { color: rgb(43,88,8); }
H1.HeaderClassName
{
color: #2B5808;
}
.AnyTagClassName
{
color: #2B5808;
}
</style>
background-color css
<style>
a { background-color: #2B5808; }
a { background-color: rgb(43,88,8); }
div.DivClassName
{
background-color: #2B5808;
}
.BgClassName
{
background-color: #2B5808;
}
</style>
border-color css
<style>
span { border-color: #2B5808; }
span { border-color: rgb(43,88,8); }
td.TdClassName
{
border-color: #2B5808;
}
.TagClassName
{
border-color: #2B5808;
}
</style>