Shades of Seaweed #2A4811
Tints of Seaweed #2A4811
RGB
CMYK
RGB Variations
Color information
#2A4811 (or 0x2A4811) is known color: Seaweed. HEX triplet: 2A, 48 and 11. RGB value is (42,72,17). Sum of RGB (Red+Green+Blue) = 42+72+17=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #2A4811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4811 is #D5B7EE. Grayscale: #383838. Windows color (decimal): -14006255 or 1132586. OLE color: 1132586.
HSL color Cylindrical-coordinate representation of color #2A4811: hue angle of 92.73º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A4811 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 72 | 17 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.72 |
| HSL | 92.73º | 0.62% | 0.17% | - |
| HSV(B) | 92.73º | 0.76% | 0.28% | - |
| XYZ | 3.37 | 5.17 | 1.35 | - |
| YUV | 56.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 17 | 0.42 | 0 | 0.76 | 0.72 | 92.73 | 0.62 | 0.17 |
| Hex | 2A | 48 | 11 | 2A | 0 | 4C | 48 | 5D | 3E | 11 |
| Octal | 52 | 110 | 21 | 52 | 0 | 114 | 110 | 135 | 76 | 21 |
| Binary | 101010 | 1001000 | 10001 | 101010 | 0 | 1001100 | 1001000 | 1011101 | 111110 | 10001 |
Color Harmonies of #2A4811
Complementary color
Monochromatic Colors of #2A4811
Black with #2A4811
Text Example
Text Example
White with #2A4811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4811; }
p { color: rgb(42,72,17); }
H1.HeaderClassName
{
color: #2A4811;
}
.AnyTagClassName
{
color: #2A4811;
}
</style>
background-color css
<style>
a { background-color: #2A4811; }
a { background-color: rgb(42,72,17); }
div.DivClassName
{
background-color: #2A4811;
}
.BgClassName
{
background-color: #2A4811;
}
</style>
border-color css
<style>
span { border-color: #2A4811; }
span { border-color: rgb(42,72,17); }
td.TdClassName
{
border-color: #2A4811;
}
.TagClassName
{
border-color: #2A4811;
}
</style>