Shades of Seaweed #2E5212
Tints of Seaweed #2E5212
RGB
CMYK
RGB Variations
Color information
#2E5212 (or 0x2E5212) is known color: Seaweed. HEX triplet: 2E, 52 and 12. RGB value is (46,82,18). Sum of RGB (Red+Green+Blue) = 46+82+18=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 82 (32.42% from 255 or 56.16% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 82 - color contains mainly: green. Hex color #2E5212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5212 is #D1ADED. Grayscale: #404040. Windows color (decimal): -13741550 or 1200686. OLE color: 1200686.
HSL color Cylindrical-coordinate representation of color #2E5212: hue angle of 93.75º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E5212 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 82 | 18 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.68 |
| HSL | 93.75º | 0.64% | 0.2% | - |
| HSV(B) | 93.75º | 0.78% | 0.32% | - |
| XYZ | 4.25 | 6.66 | 1.63 | - |
| YUV | 63.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 18 | 0.44 | 0 | 0.78 | 0.68 | 93.75 | 0.64 | 0.2 |
| Hex | 2E | 52 | 12 | 2C | 0 | 4E | 44 | 5E | 40 | 14 |
| Octal | 56 | 122 | 22 | 54 | 0 | 116 | 104 | 136 | 100 | 24 |
| Binary | 101110 | 1010010 | 10010 | 101100 | 0 | 1001110 | 1000100 | 1011110 | 1000000 | 10100 |
Color Harmonies of #2E5212
Complementary color
Monochromatic Colors of #2E5212
Black with #2E5212
Text Example
Text Example
White with #2E5212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5212; }
p { color: rgb(46,82,18); }
H1.HeaderClassName
{
color: #2E5212;
}
.AnyTagClassName
{
color: #2E5212;
}
</style>
background-color css
<style>
a { background-color: #2E5212; }
a { background-color: rgb(46,82,18); }
div.DivClassName
{
background-color: #2E5212;
}
.BgClassName
{
background-color: #2E5212;
}
</style>
border-color css
<style>
span { border-color: #2E5212; }
span { border-color: rgb(46,82,18); }
td.TdClassName
{
border-color: #2E5212;
}
.TagClassName
{
border-color: #2E5212;
}
</style>