Shades of Seaweed #2E5610
Tints of Seaweed #2E5610
RGB
CMYK
RGB Variations
Color information
#2E5610 (or 0x2E5610) is known color: Seaweed. HEX triplet: 2E, 56 and 10. RGB value is (46,86,16). Sum of RGB (Red+Green+Blue) = 46+86+16=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 86 (33.98% from 255 or 58.11% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 86 - color contains mainly: green. Hex color #2E5610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5610 is #D1A9EF. Grayscale: #424242. Windows color (decimal): -13740528 or 1070638. OLE color: 1070638.
HSL color Cylindrical-coordinate representation of color #2E5610: hue angle of 94.29º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E5610 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 86 | 16 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.66 |
| HSL | 94.29º | 0.69% | 0.2% | - |
| HSV(B) | 94.29º | 0.81% | 0.34% | - |
| XYZ | 4.55 | 7.27 | 1.65 | - |
| YUV | 66.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 16 | 0.47 | 0 | 0.81 | 0.66 | 94.29 | 0.69 | 0.2 |
| Hex | 2E | 56 | 10 | 2F | 0 | 51 | 42 | 5E | 45 | 14 |
| Octal | 56 | 126 | 20 | 57 | 0 | 121 | 102 | 136 | 105 | 24 |
| Binary | 101110 | 1010110 | 10000 | 101111 | 0 | 1010001 | 1000010 | 1011110 | 1000101 | 10100 |
Color Harmonies of #2E5610
Complementary color
Monochromatic Colors of #2E5610
Black with #2E5610
Text Example
Text Example
White with #2E5610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5610; }
p { color: rgb(46,86,16); }
H1.HeaderClassName
{
color: #2E5610;
}
.AnyTagClassName
{
color: #2E5610;
}
</style>
background-color css
<style>
a { background-color: #2E5610; }
a { background-color: rgb(46,86,16); }
div.DivClassName
{
background-color: #2E5610;
}
.BgClassName
{
background-color: #2E5610;
}
</style>
border-color css
<style>
span { border-color: #2E5610; }
span { border-color: rgb(46,86,16); }
td.TdClassName
{
border-color: #2E5610;
}
.TagClassName
{
border-color: #2E5610;
}
</style>