Shades of Seaweed #2A510B
Tints of Seaweed #2A510B
RGB
CMYK
RGB Variations
Color information
#2A510B (or 0x2A510B) is known color: Seaweed. HEX triplet: 2A, 51 and 0B. RGB value is (42,81,11). Sum of RGB (Red+Green+Blue) = 42+81+11=134 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.34% from 134); Green value is 81 (32.03% from 255 or 60.45% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 81 - color contains mainly: green. Hex color #2A510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A510B is #D5AEF4. Grayscale: #3D3D3D. Windows color (decimal): -14003957 or 741674. OLE color: 741674.
HSL color Cylindrical-coordinate representation of color #2A510B: hue angle of 93.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A510B is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 81 | 11 | - |
| CMYK | 0.48 | 0 | 0.86 | 0.68 |
| HSL | 93.43º | 0.76% | 0.18% | - |
| HSV(B) | 93.43º | 0.86% | 0.32% | - |
| XYZ | 3.96 | 6.4 | 1.34 | - |
| YUV | 61.36 | 99.58 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 11 | 0.48 | 0 | 0.86 | 0.68 | 93.43 | 0.76 | 0.18 |
| Hex | 2A | 51 | B | 30 | 0 | 56 | 44 | 5D | 4C | 12 |
| Octal | 52 | 121 | 13 | 60 | 0 | 126 | 104 | 135 | 114 | 22 |
| Binary | 101010 | 1010001 | 1011 | 110000 | 0 | 1010110 | 1000100 | 1011101 | 1001100 | 10010 |
Color Harmonies of #2A510B
Complementary color
Monochromatic Colors of #2A510B
Black with #2A510B
Text Example
Text Example
White with #2A510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A510B; }
p { color: rgb(42,81,11); }
H1.HeaderClassName
{
color: #2A510B;
}
.AnyTagClassName
{
color: #2A510B;
}
</style>
background-color css
<style>
a { background-color: #2A510B; }
a { background-color: rgb(42,81,11); }
div.DivClassName
{
background-color: #2A510B;
}
.BgClassName
{
background-color: #2A510B;
}
</style>
border-color css
<style>
span { border-color: #2A510B; }
span { border-color: rgb(42,81,11); }
td.TdClassName
{
border-color: #2A510B;
}
.TagClassName
{
border-color: #2A510B;
}
</style>