Shades of Seaweed #2E4615
Tints of Seaweed #2E4615
RGB
CMYK
RGB Variations
Color information
#2E4615 (or 0x2E4615) is known color: Seaweed. HEX triplet: 2E, 46 and 15. RGB value is (46,70,21). Sum of RGB (Red+Green+Blue) = 46+70+21=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #2E4615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4615 is #D1B9EA. Grayscale: #393939. Windows color (decimal): -13744619 or 1394222. OLE color: 1394222.
HSL color Cylindrical-coordinate representation of color #2E4615: hue angle of 89.39º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E4615 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 70 | 21 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.73 |
| HSL | 89.39º | 0.54% | 0.18% | - |
| HSV(B) | 89.39º | 0.7% | 0.27% | - |
| XYZ | 3.45 | 5.02 | 1.5 | - |
| YUV | 57.24 | 107.55 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 21 | 0.34 | 0 | 0.70 | 0.73 | 89.39 | 0.54 | 0.18 |
| Hex | 2E | 46 | 15 | 22 | 0 | 46 | 49 | 59 | 36 | 12 |
| Octal | 56 | 106 | 25 | 42 | 0 | 106 | 111 | 131 | 66 | 22 |
| Binary | 101110 | 1000110 | 10101 | 100010 | 0 | 1000110 | 1001001 | 1011001 | 110110 | 10010 |
Color Harmonies of #2E4615
Complementary color
Monochromatic Colors of #2E4615
Black with #2E4615
Text Example
Text Example
White with #2E4615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4615; }
p { color: rgb(46,70,21); }
H1.HeaderClassName
{
color: #2E4615;
}
.AnyTagClassName
{
color: #2E4615;
}
</style>
background-color css
<style>
a { background-color: #2E4615; }
a { background-color: rgb(46,70,21); }
div.DivClassName
{
background-color: #2E4615;
}
.BgClassName
{
background-color: #2E4615;
}
</style>
border-color css
<style>
span { border-color: #2E4615; }
span { border-color: rgb(46,70,21); }
td.TdClassName
{
border-color: #2E4615;
}
.TagClassName
{
border-color: #2E4615;
}
</style>