Shades of Seaweed #2E4E10
Tints of Seaweed #2E4E10
RGB
CMYK
RGB Variations
Color information
#2E4E10 (or 0x2E4E10) is known color: Seaweed. HEX triplet: 2E, 4E and 10. RGB value is (46,78,16). Sum of RGB (Red+Green+Blue) = 46+78+16=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 78 (30.86% from 255 or 55.71% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 78 - color contains mainly: green. Hex color #2E4E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E4E10 is #D1B1EF. Grayscale: #3D3D3D. Windows color (decimal): -13742576 or 1068590. OLE color: 1068590.
HSL color Cylindrical-coordinate representation of color #2E4E10: hue angle of 90.97º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E4E10 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 78 | 16 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.69 |
| HSL | 90.97º | 0.66% | 0.18% | - |
| HSV(B) | 90.97º | 0.79% | 0.31% | - |
| XYZ | 3.94 | 6.07 | 1.45 | - |
| YUV | 61.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 78 | 16 | 0.41 | 0 | 0.79 | 0.69 | 90.97 | 0.66 | 0.18 |
| Hex | 2E | 4E | 10 | 29 | 0 | 4F | 45 | 5B | 42 | 12 |
| Octal | 56 | 116 | 20 | 51 | 0 | 117 | 105 | 133 | 102 | 22 |
| Binary | 101110 | 1001110 | 10000 | 101001 | 0 | 1001111 | 1000101 | 1011011 | 1000010 | 10010 |
Color Harmonies of #2E4E10
Complementary color
Monochromatic Colors of #2E4E10
Black with #2E4E10
Text Example
Text Example
White with #2E4E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4E10; }
p { color: rgb(46,78,16); }
H1.HeaderClassName
{
color: #2E4E10;
}
.AnyTagClassName
{
color: #2E4E10;
}
</style>
background-color css
<style>
a { background-color: #2E4E10; }
a { background-color: rgb(46,78,16); }
div.DivClassName
{
background-color: #2E4E10;
}
.BgClassName
{
background-color: #2E4E10;
}
</style>
border-color css
<style>
span { border-color: #2E4E10; }
span { border-color: rgb(46,78,16); }
td.TdClassName
{
border-color: #2E4E10;
}
.TagClassName
{
border-color: #2E4E10;
}
</style>