Shades of Seaweed #2E5010
Tints of Seaweed #2E5010
RGB
CMYK
RGB Variations
Color information
#2E5010 (or 0x2E5010) is known color: Seaweed. HEX triplet: 2E, 50 and 10. RGB value is (46,80,16). Sum of RGB (Red+Green+Blue) = 46+80+16=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #2E5010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5010 is #D1AFEF. Grayscale: #3E3E3E. Windows color (decimal): -13742064 or 1069102. OLE color: 1069102.
HSL color Cylindrical-coordinate representation of color #2E5010: hue angle of 91.88º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E5010 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 80 | 16 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.69 |
| HSL | 91.88º | 0.67% | 0.19% | - |
| HSV(B) | 91.88º | 0.8% | 0.31% | - |
| XYZ | 4.09 | 6.36 | 1.5 | - |
| YUV | 62.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 16 | 0.42 | 0 | 0.80 | 0.69 | 91.88 | 0.67 | 0.19 |
| Hex | 2E | 50 | 10 | 2A | 0 | 50 | 45 | 5C | 43 | 13 |
| Octal | 56 | 120 | 20 | 52 | 0 | 120 | 105 | 134 | 103 | 23 |
| Binary | 101110 | 1010000 | 10000 | 101010 | 0 | 1010000 | 1000101 | 1011100 | 1000011 | 10011 |
Color Harmonies of #2E5010
Complementary color
Monochromatic Colors of #2E5010
Black with #2E5010
Text Example
Text Example
White with #2E5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5010; }
p { color: rgb(46,80,16); }
H1.HeaderClassName
{
color: #2E5010;
}
.AnyTagClassName
{
color: #2E5010;
}
</style>
background-color css
<style>
a { background-color: #2E5010; }
a { background-color: rgb(46,80,16); }
div.DivClassName
{
background-color: #2E5010;
}
.BgClassName
{
background-color: #2E5010;
}
</style>
border-color css
<style>
span { border-color: #2E5010; }
span { border-color: rgb(46,80,16); }
td.TdClassName
{
border-color: #2E5010;
}
.TagClassName
{
border-color: #2E5010;
}
</style>