Shades of Seaweed #2E451B
Tints of Seaweed #2E451B
RGB
CMYK
RGB Variations
Color information
#2E451B (or 0x2E451B) is known color: Seaweed. HEX triplet: 2E, 45 and 1B. RGB value is (46,69,27). Sum of RGB (Red+Green+Blue) = 46+69+27=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #2E451B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E451B is #D1BAE4. Grayscale: #393939. Windows color (decimal): -13744869 or 1787182. OLE color: 1787182.
HSL color Cylindrical-coordinate representation of color #2E451B: hue angle of 92.86º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E451B is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 69 | 27 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.73 |
| HSL | 92.86º | 0.44% | 0.19% | - |
| HSV(B) | 92.86º | 0.61% | 0.27% | - |
| XYZ | 3.45 | 4.92 | 1.8 | - |
| YUV | 57.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 69 | 27 | 0.33 | 0 | 0.61 | 0.73 | 92.86 | 0.44 | 0.19 |
| Hex | 2E | 45 | 1B | 21 | 0 | 3D | 49 | 5D | 2C | 13 |
| Octal | 56 | 105 | 33 | 41 | 0 | 75 | 111 | 135 | 54 | 23 |
| Binary | 101110 | 1000101 | 11011 | 100001 | 0 | 111101 | 1001001 | 1011101 | 101100 | 10011 |
Color Harmonies of #2E451B
Complementary color
Monochromatic Colors of #2E451B
Black with #2E451B
Text Example
Text Example
White with #2E451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E451B; }
p { color: rgb(46,69,27); }
H1.HeaderClassName
{
color: #2E451B;
}
.AnyTagClassName
{
color: #2E451B;
}
</style>
background-color css
<style>
a { background-color: #2E451B; }
a { background-color: rgb(46,69,27); }
div.DivClassName
{
background-color: #2E451B;
}
.BgClassName
{
background-color: #2E451B;
}
</style>
border-color css
<style>
span { border-color: #2E451B; }
span { border-color: rgb(46,69,27); }
td.TdClassName
{
border-color: #2E451B;
}
.TagClassName
{
border-color: #2E451B;
}
</style>