Shades of Seaweed #2E5313
Tints of Seaweed #2E5313
RGB
CMYK
RGB Variations
Color information
#2E5313 (or 0x2E5313) is known color: Seaweed. HEX triplet: 2E, 53 and 13. RGB value is (46,83,19). Sum of RGB (Red+Green+Blue) = 46+83+19=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5313 is #D1ACEC. Grayscale: #404040. Windows color (decimal): -13741293 or 1266478. OLE color: 1266478.
HSL color Cylindrical-coordinate representation of color #2E5313: hue angle of 94.69º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E5313 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 83 | 19 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.67 |
| HSL | 94.69º | 0.63% | 0.2% | - |
| HSV(B) | 94.69º | 0.77% | 0.33% | - |
| XYZ | 4.34 | 6.81 | 1.7 | - |
| YUV | 64.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 19 | 0.45 | 0 | 0.77 | 0.67 | 94.69 | 0.63 | 0.2 |
| Hex | 2E | 53 | 13 | 2D | 0 | 4D | 43 | 5F | 3F | 14 |
| Octal | 56 | 123 | 23 | 55 | 0 | 115 | 103 | 137 | 77 | 24 |
| Binary | 101110 | 1010011 | 10011 | 101101 | 0 | 1001101 | 1000011 | 1011111 | 111111 | 10100 |
Color Harmonies of #2E5313
Complementary color
Monochromatic Colors of #2E5313
Black with #2E5313
Text Example
Text Example
White with #2E5313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5313; }
p { color: rgb(46,83,19); }
H1.HeaderClassName
{
color: #2E5313;
}
.AnyTagClassName
{
color: #2E5313;
}
</style>
background-color css
<style>
a { background-color: #2E5313; }
a { background-color: rgb(46,83,19); }
div.DivClassName
{
background-color: #2E5313;
}
.BgClassName
{
background-color: #2E5313;
}
</style>
border-color css
<style>
span { border-color: #2E5313; }
span { border-color: rgb(46,83,19); }
td.TdClassName
{
border-color: #2E5313;
}
.TagClassName
{
border-color: #2E5313;
}
</style>