Shades of Seaweed #2E5013
Tints of Seaweed #2E5013
RGB
CMYK
RGB Variations
Color information
#2E5013 (or 0x2E5013) is known color: Seaweed. HEX triplet: 2E, 50 and 13. RGB value is (46,80,19). Sum of RGB (Red+Green+Blue) = 46+80+19=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #2E5013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5013 is #D1AFEC. Grayscale: #3F3F3F. Windows color (decimal): -13742061 or 1265710. OLE color: 1265710.
HSL color Cylindrical-coordinate representation of color #2E5013: hue angle of 93.44º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E5013 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 80 | 19 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.69 |
| HSL | 93.44º | 0.62% | 0.19% | - |
| HSV(B) | 93.44º | 0.76% | 0.31% | - |
| XYZ | 4.11 | 6.37 | 1.63 | - |
| YUV | 62.88 | 103.24 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 19 | 0.42 | 0 | 0.76 | 0.69 | 93.44 | 0.62 | 0.19 |
| Hex | 2E | 50 | 13 | 2A | 0 | 4C | 45 | 5D | 3E | 13 |
| Octal | 56 | 120 | 23 | 52 | 0 | 114 | 105 | 135 | 76 | 23 |
| Binary | 101110 | 1010000 | 10011 | 101010 | 0 | 1001100 | 1000101 | 1011101 | 111110 | 10011 |
Color Harmonies of #2E5013
Complementary color
Monochromatic Colors of #2E5013
Black with #2E5013
Text Example
Text Example
White with #2E5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5013; }
p { color: rgb(46,80,19); }
H1.HeaderClassName
{
color: #2E5013;
}
.AnyTagClassName
{
color: #2E5013;
}
</style>
background-color css
<style>
a { background-color: #2E5013; }
a { background-color: rgb(46,80,19); }
div.DivClassName
{
background-color: #2E5013;
}
.BgClassName
{
background-color: #2E5013;
}
</style>
border-color css
<style>
span { border-color: #2E5013; }
span { border-color: rgb(46,80,19); }
td.TdClassName
{
border-color: #2E5013;
}
.TagClassName
{
border-color: #2E5013;
}
</style>