Shades of Seaweed #2E540D
Tints of Seaweed #2E540D
RGB
CMYK
RGB Variations
Color information
#2E540D (or 0x2E540D) is known color: Seaweed. HEX triplet: 2E, 54 and 0D. RGB value is (46,84,13). Sum of RGB (Red+Green+Blue) = 46+84+13=143 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.17% from 143); Green value is 84 (33.20% from 255 or 58.74% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 84 - color contains mainly: green. Hex color #2E540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E540D is #D1ABF2. Grayscale: #404040. Windows color (decimal): -13741043 or 873518. OLE color: 873518.
HSL color Cylindrical-coordinate representation of color #2E540D: hue angle of 92.11º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E540D is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 84 | 13 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.67 |
| HSL | 92.11º | 0.73% | 0.19% | - |
| HSV(B) | 92.11º | 0.85% | 0.33% | - |
| XYZ | 4.37 | 6.95 | 1.49 | - |
| YUV | 64.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 13 | 0.45 | 0 | 0.85 | 0.67 | 92.11 | 0.73 | 0.19 |
| Hex | 2E | 54 | D | 2D | 0 | 55 | 43 | 5C | 49 | 13 |
| Octal | 56 | 124 | 15 | 55 | 0 | 125 | 103 | 134 | 111 | 23 |
| Binary | 101110 | 1010100 | 1101 | 101101 | 0 | 1010101 | 1000011 | 1011100 | 1001001 | 10011 |
Color Harmonies of #2E540D
Complementary color
Monochromatic Colors of #2E540D
Black with #2E540D
Text Example
Text Example
White with #2E540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E540D; }
p { color: rgb(46,84,13); }
H1.HeaderClassName
{
color: #2E540D;
}
.AnyTagClassName
{
color: #2E540D;
}
</style>
background-color css
<style>
a { background-color: #2E540D; }
a { background-color: rgb(46,84,13); }
div.DivClassName
{
background-color: #2E540D;
}
.BgClassName
{
background-color: #2E540D;
}
</style>
border-color css
<style>
span { border-color: #2E540D; }
span { border-color: rgb(46,84,13); }
td.TdClassName
{
border-color: #2E540D;
}
.TagClassName
{
border-color: #2E540D;
}
</style>