Shades of Seaweed #2E5210
Tints of Seaweed #2E5210
RGB
CMYK
RGB Variations
Color information
#2E5210 (or 0x2E5210) is known color: Seaweed. HEX triplet: 2E, 52 and 10. RGB value is (46,82,16). Sum of RGB (Red+Green+Blue) = 46+82+16=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #2E5210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5210 is #D1ADEF. Grayscale: #3F3F3F. Windows color (decimal): -13741552 or 1069614. OLE color: 1069614.
HSL color Cylindrical-coordinate representation of color #2E5210: hue angle of 92.73º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E5210 is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 82 | 16 | - |
| CMYK | 0.44 | 0 | 0.80 | 0.68 |
| HSL | 92.73º | 0.67% | 0.19% | - |
| HSV(B) | 92.73º | 0.8% | 0.32% | - |
| XYZ | 4.24 | 6.65 | 1.55 | - |
| YUV | 63.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 16 | 0.44 | 0 | 0.80 | 0.68 | 92.73 | 0.67 | 0.19 |
| Hex | 2E | 52 | 10 | 2C | 0 | 50 | 44 | 5D | 43 | 13 |
| Octal | 56 | 122 | 20 | 54 | 0 | 120 | 104 | 135 | 103 | 23 |
| Binary | 101110 | 1010010 | 10000 | 101100 | 0 | 1010000 | 1000100 | 1011101 | 1000011 | 10011 |
Color Harmonies of #2E5210
Complementary color
Monochromatic Colors of #2E5210
Black with #2E5210
Text Example
Text Example
White with #2E5210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5210; }
p { color: rgb(46,82,16); }
H1.HeaderClassName
{
color: #2E5210;
}
.AnyTagClassName
{
color: #2E5210;
}
</style>
background-color css
<style>
a { background-color: #2E5210; }
a { background-color: rgb(46,82,16); }
div.DivClassName
{
background-color: #2E5210;
}
.BgClassName
{
background-color: #2E5210;
}
</style>
border-color css
<style>
span { border-color: #2E5210; }
span { border-color: rgb(46,82,16); }
td.TdClassName
{
border-color: #2E5210;
}
.TagClassName
{
border-color: #2E5210;
}
</style>