Shades of Seaweed #2E520E
Tints of Seaweed #2E520E
RGB
CMYK
RGB Variations
Color information
#2E520E (or 0x2E520E) is known color: Seaweed. HEX triplet: 2E, 52 and 0E. RGB value is (46,82,14). Sum of RGB (Red+Green+Blue) = 46+82+14=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #2E520E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E520E is #D1ADF1. Grayscale: #3F3F3F. Windows color (decimal): -13741554 or 938542. OLE color: 938542.
HSL color Cylindrical-coordinate representation of color #2E520E: hue angle of 91.76º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E520E is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 82 | 14 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.68 |
| HSL | 91.76º | 0.71% | 0.19% | - |
| HSV(B) | 91.76º | 0.83% | 0.32% | - |
| XYZ | 4.22 | 6.65 | 1.48 | - |
| YUV | 63.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 14 | 0.44 | 0 | 0.83 | 0.68 | 91.76 | 0.71 | 0.19 |
| Hex | 2E | 52 | E | 2C | 0 | 53 | 44 | 5C | 47 | 13 |
| Octal | 56 | 122 | 16 | 54 | 0 | 123 | 104 | 134 | 107 | 23 |
| Binary | 101110 | 1010010 | 1110 | 101100 | 0 | 1010011 | 1000100 | 1011100 | 1000111 | 10011 |
Color Harmonies of #2E520E
Complementary color
Monochromatic Colors of #2E520E
Black with #2E520E
Text Example
Text Example
White with #2E520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E520E; }
p { color: rgb(46,82,14); }
H1.HeaderClassName
{
color: #2E520E;
}
.AnyTagClassName
{
color: #2E520E;
}
</style>
background-color css
<style>
a { background-color: #2E520E; }
a { background-color: rgb(46,82,14); }
div.DivClassName
{
background-color: #2E520E;
}
.BgClassName
{
background-color: #2E520E;
}
</style>
border-color css
<style>
span { border-color: #2E520E; }
span { border-color: rgb(46,82,14); }
td.TdClassName
{
border-color: #2E520E;
}
.TagClassName
{
border-color: #2E520E;
}
</style>