Shades of Seaweed #2E5211
Tints of Seaweed #2E5211
RGB
CMYK
RGB Variations
Color information
#2E5211 (or 0x2E5211) is known color: Seaweed. HEX triplet: 2E, 52 and 11. RGB value is (46,82,17). Sum of RGB (Red+Green+Blue) = 46+82+17=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 82 (32.42% from 255 or 56.55% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 82 - color contains mainly: green. Hex color #2E5211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5211 is #D1ADEE. Grayscale: #404040. Windows color (decimal): -13741551 or 1135150. OLE color: 1135150.
HSL color Cylindrical-coordinate representation of color #2E5211: hue angle of 93.23º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E5211 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 82 | 17 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.68 |
| HSL | 93.23º | 0.66% | 0.19% | - |
| HSV(B) | 93.23º | 0.79% | 0.32% | - |
| XYZ | 4.25 | 6.66 | 1.59 | - |
| YUV | 63.83 | 101.57 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 17 | 0.44 | 0 | 0.79 | 0.68 | 93.23 | 0.66 | 0.19 |
| Hex | 2E | 52 | 11 | 2C | 0 | 4F | 44 | 5D | 42 | 13 |
| Octal | 56 | 122 | 21 | 54 | 0 | 117 | 104 | 135 | 102 | 23 |
| Binary | 101110 | 1010010 | 10001 | 101100 | 0 | 1001111 | 1000100 | 1011101 | 1000010 | 10011 |
Color Harmonies of #2E5211
Complementary color
Monochromatic Colors of #2E5211
Black with #2E5211
Text Example
Text Example
White with #2E5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5211; }
p { color: rgb(46,82,17); }
H1.HeaderClassName
{
color: #2E5211;
}
.AnyTagClassName
{
color: #2E5211;
}
</style>
background-color css
<style>
a { background-color: #2E5211; }
a { background-color: rgb(46,82,17); }
div.DivClassName
{
background-color: #2E5211;
}
.BgClassName
{
background-color: #2E5211;
}
</style>
border-color css
<style>
span { border-color: #2E5211; }
span { border-color: rgb(46,82,17); }
td.TdClassName
{
border-color: #2E5211;
}
.TagClassName
{
border-color: #2E5211;
}
</style>