Shades of Seaweed #2E4A18
Tints of Seaweed #2E4A18
RGB
CMYK
RGB Variations
Color information
#2E4A18 (or 0x2E4A18) is known color: Seaweed. HEX triplet: 2E, 4A and 18. RGB value is (46,74,24). Sum of RGB (Red+Green+Blue) = 46+74+24=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 74 (29.30% from 255 or 51.39% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 74 - color contains mainly: green. Hex color #2E4A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4A18 is #D1B5E7. Grayscale: #3C3C3C. Windows color (decimal): -13743592 or 1591854. OLE color: 1591854.
HSL color Cylindrical-coordinate representation of color #2E4A18: hue angle of 93.6º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E4A18 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 74 | 24 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.71 |
| HSL | 93.6º | 0.51% | 0.19% | - |
| HSV(B) | 93.6º | 0.68% | 0.29% | - |
| XYZ | 3.74 | 5.54 | 1.74 | - |
| YUV | 59.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 74 | 24 | 0.38 | 0 | 0.68 | 0.71 | 93.6 | 0.51 | 0.19 |
| Hex | 2E | 4A | 18 | 26 | 0 | 44 | 47 | 5E | 33 | 13 |
| Octal | 56 | 112 | 30 | 46 | 0 | 104 | 107 | 136 | 63 | 23 |
| Binary | 101110 | 1001010 | 11000 | 100110 | 0 | 1000100 | 1000111 | 1011110 | 110011 | 10011 |
Color Harmonies of #2E4A18
Complementary color
Monochromatic Colors of #2E4A18
Black with #2E4A18
Text Example
Text Example
White with #2E4A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4A18; }
p { color: rgb(46,74,24); }
H1.HeaderClassName
{
color: #2E4A18;
}
.AnyTagClassName
{
color: #2E4A18;
}
</style>
background-color css
<style>
a { background-color: #2E4A18; }
a { background-color: rgb(46,74,24); }
div.DivClassName
{
background-color: #2E4A18;
}
.BgClassName
{
background-color: #2E4A18;
}
</style>
border-color css
<style>
span { border-color: #2E4A18; }
span { border-color: rgb(46,74,24); }
td.TdClassName
{
border-color: #2E4A18;
}
.TagClassName
{
border-color: #2E4A18;
}
</style>