Shades of Seaweed #2E4C15
Tints of Seaweed #2E4C15
RGB
CMYK
RGB Variations
Color information
#2E4C15 (or 0x2E4C15) is known color: Seaweed. HEX triplet: 2E, 4C and 15. RGB value is (46,76,21). Sum of RGB (Red+Green+Blue) = 46+76+21=143 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.17% from 143); Green value is 76 (30.08% from 255 or 53.15% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4C15 is #D1B3EA. Grayscale: #3C3C3C. Windows color (decimal): -13743083 or 1395758. OLE color: 1395758.
HSL color Cylindrical-coordinate representation of color #2E4C15: hue angle of 92.73º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E4C15 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 76 | 21 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.70 |
| HSL | 92.73º | 0.57% | 0.19% | - |
| HSV(B) | 92.73º | 0.72% | 0.3% | - |
| XYZ | 3.85 | 5.8 | 1.63 | - |
| YUV | 60.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 76 | 21 | 0.39 | 0 | 0.72 | 0.70 | 92.73 | 0.57 | 0.19 |
| Hex | 2E | 4C | 15 | 27 | 0 | 48 | 46 | 5D | 39 | 13 |
| Octal | 56 | 114 | 25 | 47 | 0 | 110 | 106 | 135 | 71 | 23 |
| Binary | 101110 | 1001100 | 10101 | 100111 | 0 | 1001000 | 1000110 | 1011101 | 111001 | 10011 |
Color Harmonies of #2E4C15
Complementary color
Monochromatic Colors of #2E4C15
Black with #2E4C15
Text Example
Text Example
White with #2E4C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4C15; }
p { color: rgb(46,76,21); }
H1.HeaderClassName
{
color: #2E4C15;
}
.AnyTagClassName
{
color: #2E4C15;
}
</style>
background-color css
<style>
a { background-color: #2E4C15; }
a { background-color: rgb(46,76,21); }
div.DivClassName
{
background-color: #2E4C15;
}
.BgClassName
{
background-color: #2E4C15;
}
</style>
border-color css
<style>
span { border-color: #2E4C15; }
span { border-color: rgb(46,76,21); }
td.TdClassName
{
border-color: #2E4C15;
}
.TagClassName
{
border-color: #2E4C15;
}
</style>