Shades of Seaweed #2B540E
Tints of Seaweed #2B540E
RGB
CMYK
RGB Variations
Color information
#2B540E (or 0x2B540E) is known color: Seaweed. HEX triplet: 2B, 54 and 0E. RGB value is (43,84,14). Sum of RGB (Red+Green+Blue) = 43+84+14=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #2B540E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B540E is #D4ABF1. Grayscale: #3F3F3F. Windows color (decimal): -13937650 or 939051. OLE color: 939051.
HSL color Cylindrical-coordinate representation of color #2B540E: hue angle of 95.14º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B540E is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 84 | 14 | - |
| CMYK | 0.49 | 0 | 0.83 | 0.67 |
| HSL | 95.14º | 0.71% | 0.19% | - |
| HSV(B) | 95.14º | 0.83% | 0.33% | - |
| XYZ | 4.25 | 6.89 | 1.52 | - |
| YUV | 63.76 | 99.92 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 14 | 0.49 | 0 | 0.83 | 0.67 | 95.14 | 0.71 | 0.19 |
| Hex | 2B | 54 | E | 31 | 0 | 53 | 43 | 5F | 47 | 13 |
| Octal | 53 | 124 | 16 | 61 | 0 | 123 | 103 | 137 | 107 | 23 |
| Binary | 101011 | 1010100 | 1110 | 110001 | 0 | 1010011 | 1000011 | 1011111 | 1000111 | 10011 |
Color Harmonies of #2B540E
Complementary color
Monochromatic Colors of #2B540E
Black with #2B540E
Text Example
Text Example
White with #2B540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B540E; }
p { color: rgb(43,84,14); }
H1.HeaderClassName
{
color: #2B540E;
}
.AnyTagClassName
{
color: #2B540E;
}
</style>
background-color css
<style>
a { background-color: #2B540E; }
a { background-color: rgb(43,84,14); }
div.DivClassName
{
background-color: #2B540E;
}
.BgClassName
{
background-color: #2B540E;
}
</style>
border-color css
<style>
span { border-color: #2B540E; }
span { border-color: rgb(43,84,14); }
td.TdClassName
{
border-color: #2B540E;
}
.TagClassName
{
border-color: #2B540E;
}
</style>