Shades of Seaweed #2E4219
Tints of Seaweed #2E4219
RGB
CMYK
RGB Variations
Color information
#2E4219 (or 0x2E4219) is known color: Seaweed. HEX triplet: 2E, 42 and 19. RGB value is (46,66,25). Sum of RGB (Red+Green+Blue) = 46+66+25=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #2E4219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4219 is #D1BDE6. Grayscale: #373737. Windows color (decimal): -13745639 or 1655342. OLE color: 1655342.
HSL color Cylindrical-coordinate representation of color #2E4219: hue angle of 89.27º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E4219 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 66 | 25 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.74 |
| HSL | 89.27º | 0.45% | 0.18% | - |
| HSV(B) | 89.27º | 0.62% | 0.26% | - |
| XYZ | 3.25 | 4.55 | 1.63 | - |
| YUV | 55.35 | 110.87 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 25 | 0.30 | 0 | 0.62 | 0.74 | 89.27 | 0.45 | 0.18 |
| Hex | 2E | 42 | 19 | 1E | 0 | 3E | 4A | 59 | 2D | 12 |
| Octal | 56 | 102 | 31 | 36 | 0 | 76 | 112 | 131 | 55 | 22 |
| Binary | 101110 | 1000010 | 11001 | 11110 | 0 | 111110 | 1001010 | 1011001 | 101101 | 10010 |
Color Harmonies of #2E4219
Complementary color
Monochromatic Colors of #2E4219
Black with #2E4219
Text Example
Text Example
White with #2E4219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4219; }
p { color: rgb(46,66,25); }
H1.HeaderClassName
{
color: #2E4219;
}
.AnyTagClassName
{
color: #2E4219;
}
</style>
background-color css
<style>
a { background-color: #2E4219; }
a { background-color: rgb(46,66,25); }
div.DivClassName
{
background-color: #2E4219;
}
.BgClassName
{
background-color: #2E4219;
}
</style>
border-color css
<style>
span { border-color: #2E4219; }
span { border-color: rgb(46,66,25); }
td.TdClassName
{
border-color: #2E4219;
}
.TagClassName
{
border-color: #2E4219;
}
</style>