Shades of Seaweed #2B4515
Tints of Seaweed #2B4515
RGB
CMYK
RGB Variations
Color information
#2B4515 (or 0x2B4515) is known color: Seaweed. HEX triplet: 2B, 45 and 15. RGB value is (43,69,21). Sum of RGB (Red+Green+Blue) = 43+69+21=133 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.33% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #2B4515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4515 is #D4BAEA. Grayscale: #373737. Windows color (decimal): -13941483 or 1393963. OLE color: 1393963.
HSL color Cylindrical-coordinate representation of color #2B4515: hue angle of 92.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B4515 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 69 | 21 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.73 |
| HSL | 92.5º | 0.53% | 0.18% | - |
| HSV(B) | 92.5º | 0.7% | 0.27% | - |
| XYZ | 3.26 | 4.82 | 1.47 | - |
| YUV | 55.75 | 108.39 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 69 | 21 | 0.38 | 0 | 0.70 | 0.73 | 92.5 | 0.53 | 0.18 |
| Hex | 2B | 45 | 15 | 26 | 0 | 46 | 49 | 5C | 35 | 12 |
| Octal | 53 | 105 | 25 | 46 | 0 | 106 | 111 | 134 | 65 | 22 |
| Binary | 101011 | 1000101 | 10101 | 100110 | 0 | 1000110 | 1001001 | 1011100 | 110101 | 10010 |
Color Harmonies of #2B4515
Complementary color
Monochromatic Colors of #2B4515
Black with #2B4515
Text Example
Text Example
White with #2B4515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4515; }
p { color: rgb(43,69,21); }
H1.HeaderClassName
{
color: #2B4515;
}
.AnyTagClassName
{
color: #2B4515;
}
</style>
background-color css
<style>
a { background-color: #2B4515; }
a { background-color: rgb(43,69,21); }
div.DivClassName
{
background-color: #2B4515;
}
.BgClassName
{
background-color: #2B4515;
}
</style>
border-color css
<style>
span { border-color: #2B4515; }
span { border-color: rgb(43,69,21); }
td.TdClassName
{
border-color: #2B4515;
}
.TagClassName
{
border-color: #2B4515;
}
</style>