Shades of Seaweed #2E500E
Tints of Seaweed #2E500E
RGB
CMYK
RGB Variations
Color information
#2E500E (or 0x2E500E) is known color: Seaweed. HEX triplet: 2E, 50 and 0E. RGB value is (46,80,14). Sum of RGB (Red+Green+Blue) = 46+80+14=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #2E500E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E500E is #D1AFF1. Grayscale: #3E3E3E. Windows color (decimal): -13742066 or 938030. OLE color: 938030.
HSL color Cylindrical-coordinate representation of color #2E500E: hue angle of 90.91º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E500E is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 80 | 14 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.69 |
| HSL | 90.91º | 0.7% | 0.18% | - |
| HSV(B) | 90.91º | 0.83% | 0.31% | - |
| XYZ | 4.07 | 6.35 | 1.43 | - |
| YUV | 62.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 14 | 0.42 | 0 | 0.83 | 0.69 | 90.91 | 0.7 | 0.18 |
| Hex | 2E | 50 | E | 2A | 0 | 53 | 45 | 5B | 46 | 12 |
| Octal | 56 | 120 | 16 | 52 | 0 | 123 | 105 | 133 | 106 | 22 |
| Binary | 101110 | 1010000 | 1110 | 101010 | 0 | 1010011 | 1000101 | 1011011 | 1000110 | 10010 |
Color Harmonies of #2E500E
Complementary color
Monochromatic Colors of #2E500E
Black with #2E500E
Text Example
Text Example
White with #2E500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E500E; }
p { color: rgb(46,80,14); }
H1.HeaderClassName
{
color: #2E500E;
}
.AnyTagClassName
{
color: #2E500E;
}
</style>
background-color css
<style>
a { background-color: #2E500E; }
a { background-color: rgb(46,80,14); }
div.DivClassName
{
background-color: #2E500E;
}
.BgClassName
{
background-color: #2E500E;
}
</style>
border-color css
<style>
span { border-color: #2E500E; }
span { border-color: rgb(46,80,14); }
td.TdClassName
{
border-color: #2E500E;
}
.TagClassName
{
border-color: #2E500E;
}
</style>