Shades of Seaweed #2E4618
Tints of Seaweed #2E4618
RGB
CMYK
RGB Variations
Color information
#2E4618 (or 0x2E4618) is known color: Seaweed. HEX triplet: 2E, 46 and 18. RGB value is (46,70,24). Sum of RGB (Red+Green+Blue) = 46+70+24=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #2E4618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4618 is #D1B9E7. Grayscale: #393939. Windows color (decimal): -13744616 or 1590830. OLE color: 1590830.
HSL color Cylindrical-coordinate representation of color #2E4618: hue angle of 91.3º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E4618 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 70 | 24 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.73 |
| HSL | 91.3º | 0.49% | 0.18% | - |
| HSV(B) | 91.3º | 0.66% | 0.27% | - |
| XYZ | 3.48 | 5.03 | 1.65 | - |
| YUV | 57.58 | 109.05 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 24 | 0.34 | 0 | 0.66 | 0.73 | 91.3 | 0.49 | 0.18 |
| Hex | 2E | 46 | 18 | 22 | 0 | 42 | 49 | 5B | 31 | 12 |
| Octal | 56 | 106 | 30 | 42 | 0 | 102 | 111 | 133 | 61 | 22 |
| Binary | 101110 | 1000110 | 11000 | 100010 | 0 | 1000010 | 1001001 | 1011011 | 110001 | 10010 |
Color Harmonies of #2E4618
Complementary color
Monochromatic Colors of #2E4618
Black with #2E4618
Text Example
Text Example
White with #2E4618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4618; }
p { color: rgb(46,70,24); }
H1.HeaderClassName
{
color: #2E4618;
}
.AnyTagClassName
{
color: #2E4618;
}
</style>
background-color css
<style>
a { background-color: #2E4618; }
a { background-color: rgb(46,70,24); }
div.DivClassName
{
background-color: #2E4618;
}
.BgClassName
{
background-color: #2E4618;
}
</style>
border-color css
<style>
span { border-color: #2E4618; }
span { border-color: rgb(46,70,24); }
td.TdClassName
{
border-color: #2E4618;
}
.TagClassName
{
border-color: #2E4618;
}
</style>