Shades of Seaweed #2E530D
Tints of Seaweed #2E530D
RGB
CMYK
RGB Variations
Color information
#2E530D (or 0x2E530D) is known color: Seaweed. HEX triplet: 2E, 53 and 0D. RGB value is (46,83,13). Sum of RGB (Red+Green+Blue) = 46+83+13=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #2E530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E530D is #D1ACF2. Grayscale: #404040. Windows color (decimal): -13741299 or 873262. OLE color: 873262.
HSL color Cylindrical-coordinate representation of color #2E530D: hue angle of 91.71º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E530D is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 83 | 13 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.67 |
| HSL | 91.71º | 0.73% | 0.19% | - |
| HSV(B) | 91.71º | 0.84% | 0.33% | - |
| XYZ | 4.29 | 6.8 | 1.47 | - |
| YUV | 63.96 | 99.24 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 13 | 0.45 | 0 | 0.84 | 0.67 | 91.71 | 0.73 | 0.19 |
| Hex | 2E | 53 | D | 2D | 0 | 54 | 43 | 5C | 49 | 13 |
| Octal | 56 | 123 | 15 | 55 | 0 | 124 | 103 | 134 | 111 | 23 |
| Binary | 101110 | 1010011 | 1101 | 101101 | 0 | 1010100 | 1000011 | 1011100 | 1001001 | 10011 |
Color Harmonies of #2E530D
Complementary color
Monochromatic Colors of #2E530D
Black with #2E530D
Text Example
Text Example
White with #2E530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E530D; }
p { color: rgb(46,83,13); }
H1.HeaderClassName
{
color: #2E530D;
}
.AnyTagClassName
{
color: #2E530D;
}
</style>
background-color css
<style>
a { background-color: #2E530D; }
a { background-color: rgb(46,83,13); }
div.DivClassName
{
background-color: #2E530D;
}
.BgClassName
{
background-color: #2E530D;
}
</style>
border-color css
<style>
span { border-color: #2E530D; }
span { border-color: rgb(46,83,13); }
td.TdClassName
{
border-color: #2E530D;
}
.TagClassName
{
border-color: #2E530D;
}
</style>