Shades of Seaweed #2A500D
Tints of Seaweed #2A500D
RGB
CMYK
RGB Variations
Color information
#2A500D (or 0x2A500D) is known color: Seaweed. HEX triplet: 2A, 50 and 0D. RGB value is (42,80,13). Sum of RGB (Red+Green+Blue) = 42+80+13=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #2A500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A500D is #D5AFF2. Grayscale: #3D3D3D. Windows color (decimal): -14004211 or 872490. OLE color: 872490.
HSL color Cylindrical-coordinate representation of color #2A500D: hue angle of 94.03º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A500D is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 80 | 13 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.69 |
| HSL | 94.03º | 0.72% | 0.18% | - |
| HSV(B) | 94.03º | 0.84% | 0.31% | - |
| XYZ | 3.9 | 6.26 | 1.38 | - |
| YUV | 61 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 13 | 0.48 | 0 | 0.84 | 0.69 | 94.03 | 0.72 | 0.18 |
| Hex | 2A | 50 | D | 30 | 0 | 54 | 45 | 5E | 48 | 12 |
| Octal | 52 | 120 | 15 | 60 | 0 | 124 | 105 | 136 | 110 | 22 |
| Binary | 101010 | 1010000 | 1101 | 110000 | 0 | 1010100 | 1000101 | 1011110 | 1001000 | 10010 |
Color Harmonies of #2A500D
Complementary color
Monochromatic Colors of #2A500D
Black with #2A500D
Text Example
Text Example
White with #2A500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A500D; }
p { color: rgb(42,80,13); }
H1.HeaderClassName
{
color: #2A500D;
}
.AnyTagClassName
{
color: #2A500D;
}
</style>
background-color css
<style>
a { background-color: #2A500D; }
a { background-color: rgb(42,80,13); }
div.DivClassName
{
background-color: #2A500D;
}
.BgClassName
{
background-color: #2A500D;
}
</style>
border-color css
<style>
span { border-color: #2A500D; }
span { border-color: rgb(42,80,13); }
td.TdClassName
{
border-color: #2A500D;
}
.TagClassName
{
border-color: #2A500D;
}
</style>