Shades of Seaweed #2E4419
Tints of Seaweed #2E4419
RGB
CMYK
RGB Variations
Color information
#2E4419 (or 0x2E4419) is known color: Seaweed. HEX triplet: 2E, 44 and 19. RGB value is (46,68,25). Sum of RGB (Red+Green+Blue) = 46+68+25=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #2E4419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4419 is #D1BBE6. Grayscale: #383838. Windows color (decimal): -13745127 or 1655854. OLE color: 1655854.
HSL color Cylindrical-coordinate representation of color #2E4419: hue angle of 90.7º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E4419 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 68 | 25 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.73 |
| HSL | 90.7º | 0.46% | 0.18% | - |
| HSV(B) | 90.7º | 0.63% | 0.27% | - |
| XYZ | 3.37 | 4.79 | 1.67 | - |
| YUV | 56.52 | 110.21 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 25 | 0.32 | 0 | 0.63 | 0.73 | 90.7 | 0.46 | 0.18 |
| Hex | 2E | 44 | 19 | 20 | 0 | 3F | 49 | 5B | 2E | 12 |
| Octal | 56 | 104 | 31 | 40 | 0 | 77 | 111 | 133 | 56 | 22 |
| Binary | 101110 | 1000100 | 11001 | 100000 | 0 | 111111 | 1001001 | 1011011 | 101110 | 10010 |
Color Harmonies of #2E4419
Complementary color
Monochromatic Colors of #2E4419
Black with #2E4419
Text Example
Text Example
White with #2E4419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4419; }
p { color: rgb(46,68,25); }
H1.HeaderClassName
{
color: #2E4419;
}
.AnyTagClassName
{
color: #2E4419;
}
</style>
background-color css
<style>
a { background-color: #2E4419; }
a { background-color: rgb(46,68,25); }
div.DivClassName
{
background-color: #2E4419;
}
.BgClassName
{
background-color: #2E4419;
}
</style>
border-color css
<style>
span { border-color: #2E4419; }
span { border-color: rgb(46,68,25); }
td.TdClassName
{
border-color: #2E4419;
}
.TagClassName
{
border-color: #2E4419;
}
</style>