Shades of Seaweed #2E4B15
Tints of Seaweed #2E4B15
RGB
CMYK
RGB Variations
Color information
#2E4B15 (or 0x2E4B15) is known color: Seaweed. HEX triplet: 2E, 4B and 15. RGB value is (46,75,21). Sum of RGB (Red+Green+Blue) = 46+75+21=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 75 (29.69% from 255 or 52.82% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4B15 is #D1B4EA. Grayscale: #3C3C3C. Windows color (decimal): -13743339 or 1395502. OLE color: 1395502.
HSL color Cylindrical-coordinate representation of color #2E4B15: hue angle of 92.22º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E4B15 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 75 | 21 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.71 |
| HSL | 92.22º | 0.56% | 0.19% | - |
| HSV(B) | 92.22º | 0.72% | 0.29% | - |
| XYZ | 3.78 | 5.67 | 1.6 | - |
| YUV | 60.17 | 105.89 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 75 | 21 | 0.39 | 0 | 0.72 | 0.71 | 92.22 | 0.56 | 0.19 |
| Hex | 2E | 4B | 15 | 27 | 0 | 48 | 47 | 5C | 38 | 13 |
| Octal | 56 | 113 | 25 | 47 | 0 | 110 | 107 | 134 | 70 | 23 |
| Binary | 101110 | 1001011 | 10101 | 100111 | 0 | 1001000 | 1000111 | 1011100 | 111000 | 10011 |
Color Harmonies of #2E4B15
Complementary color
Monochromatic Colors of #2E4B15
Black with #2E4B15
Text Example
Text Example
White with #2E4B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4B15; }
p { color: rgb(46,75,21); }
H1.HeaderClassName
{
color: #2E4B15;
}
.AnyTagClassName
{
color: #2E4B15;
}
</style>
background-color css
<style>
a { background-color: #2E4B15; }
a { background-color: rgb(46,75,21); }
div.DivClassName
{
background-color: #2E4B15;
}
.BgClassName
{
background-color: #2E4B15;
}
</style>
border-color css
<style>
span { border-color: #2E4B15; }
span { border-color: rgb(46,75,21); }
td.TdClassName
{
border-color: #2E4B15;
}
.TagClassName
{
border-color: #2E4B15;
}
</style>