Shades of Seaweed #2E550E
Tints of Seaweed #2E550E
RGB
CMYK
RGB Variations
Color information
#2E550E (or 0x2E550E) is known color: Seaweed. HEX triplet: 2E, 55 and 0E. RGB value is (46,85,14). Sum of RGB (Red+Green+Blue) = 46+85+14=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #2E550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E550E is #D1AAF1. Grayscale: #414141. Windows color (decimal): -13740786 or 939310. OLE color: 939310.
HSL color Cylindrical-coordinate representation of color #2E550E: hue angle of 92.96º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E550E is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 85 | 14 | - |
| CMYK | 0.46 | 0 | 0.84 | 0.67 |
| HSL | 92.96º | 0.72% | 0.19% | - |
| HSV(B) | 92.96º | 0.84% | 0.33% | - |
| XYZ | 4.45 | 7.11 | 1.55 | - |
| YUV | 65.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 14 | 0.46 | 0 | 0.84 | 0.67 | 92.96 | 0.72 | 0.19 |
| Hex | 2E | 55 | E | 2E | 0 | 54 | 43 | 5D | 48 | 13 |
| Octal | 56 | 125 | 16 | 56 | 0 | 124 | 103 | 135 | 110 | 23 |
| Binary | 101110 | 1010101 | 1110 | 101110 | 0 | 1010100 | 1000011 | 1011101 | 1001000 | 10011 |
Color Harmonies of #2E550E
Complementary color
Monochromatic Colors of #2E550E
Black with #2E550E
Text Example
Text Example
White with #2E550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E550E; }
p { color: rgb(46,85,14); }
H1.HeaderClassName
{
color: #2E550E;
}
.AnyTagClassName
{
color: #2E550E;
}
</style>
background-color css
<style>
a { background-color: #2E550E; }
a { background-color: rgb(46,85,14); }
div.DivClassName
{
background-color: #2E550E;
}
.BgClassName
{
background-color: #2E550E;
}
</style>
border-color css
<style>
span { border-color: #2E550E; }
span { border-color: rgb(46,85,14); }
td.TdClassName
{
border-color: #2E550E;
}
.TagClassName
{
border-color: #2E550E;
}
</style>