Shades of Seaweed #2A4610
Tints of Seaweed #2A4610
RGB
CMYK
RGB Variations
Color information
#2A4610 (or 0x2A4610) is known color: Seaweed. HEX triplet: 2A, 46 and 10. RGB value is (42,70,16). Sum of RGB (Red+Green+Blue) = 42+70+16=128 (16% of max value = 765). Red value is 42 (16.80% from 255 or 32.81% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #2A4610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4610 is #D5B9EF. Grayscale: #373737. Windows color (decimal): -14006768 or 1066538. OLE color: 1066538.
HSL color Cylindrical-coordinate representation of color #2A4610: hue angle of 91.11º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A4610 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 70 | 16 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.73 |
| HSL | 91.11º | 0.63% | 0.17% | - |
| HSV(B) | 91.11º | 0.77% | 0.27% | - |
| XYZ | 3.24 | 4.91 | 1.27 | - |
| YUV | 55.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 16 | 0.40 | 0 | 0.77 | 0.73 | 91.11 | 0.63 | 0.17 |
| Hex | 2A | 46 | 10 | 28 | 0 | 4D | 49 | 5B | 3F | 11 |
| Octal | 52 | 106 | 20 | 50 | 0 | 115 | 111 | 133 | 77 | 21 |
| Binary | 101010 | 1000110 | 10000 | 101000 | 0 | 1001101 | 1001001 | 1011011 | 111111 | 10001 |
Color Harmonies of #2A4610
Complementary color
Monochromatic Colors of #2A4610
Black with #2A4610
Text Example
Text Example
White with #2A4610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4610; }
p { color: rgb(42,70,16); }
H1.HeaderClassName
{
color: #2A4610;
}
.AnyTagClassName
{
color: #2A4610;
}
</style>
background-color css
<style>
a { background-color: #2A4610; }
a { background-color: rgb(42,70,16); }
div.DivClassName
{
background-color: #2A4610;
}
.BgClassName
{
background-color: #2A4610;
}
</style>
border-color css
<style>
span { border-color: #2A4610; }
span { border-color: rgb(42,70,16); }
td.TdClassName
{
border-color: #2A4610;
}
.TagClassName
{
border-color: #2A4610;
}
</style>