Shades of Seaweed #2A510E
Tints of Seaweed #2A510E
RGB
CMYK
RGB Variations
Color information
#2A510E (or 0x2A510E) is known color: Seaweed. HEX triplet: 2A, 51 and 0E. RGB value is (42,81,14). Sum of RGB (Red+Green+Blue) = 42+81+14=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 81 (32.03% from 255 or 59.12% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 81 - color contains mainly: green. Hex color #2A510E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A510E is #D5AEF1. Grayscale: #3D3D3D. Windows color (decimal): -14003954 or 938282. OLE color: 938282.
HSL color Cylindrical-coordinate representation of color #2A510E: hue angle of 94.93º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A510E is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 81 | 14 | - |
| CMYK | 0.48 | 0 | 0.83 | 0.68 |
| HSL | 94.93º | 0.71% | 0.19% | - |
| HSV(B) | 94.93º | 0.83% | 0.32% | - |
| XYZ | 3.98 | 6.41 | 1.44 | - |
| YUV | 61.7 | 101.08 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 14 | 0.48 | 0 | 0.83 | 0.68 | 94.93 | 0.71 | 0.19 |
| Hex | 2A | 51 | E | 30 | 0 | 53 | 44 | 5F | 47 | 13 |
| Octal | 52 | 121 | 16 | 60 | 0 | 123 | 104 | 137 | 107 | 23 |
| Binary | 101010 | 1010001 | 1110 | 110000 | 0 | 1010011 | 1000100 | 1011111 | 1000111 | 10011 |
Color Harmonies of #2A510E
Complementary color
Monochromatic Colors of #2A510E
Black with #2A510E
Text Example
Text Example
White with #2A510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A510E; }
p { color: rgb(42,81,14); }
H1.HeaderClassName
{
color: #2A510E;
}
.AnyTagClassName
{
color: #2A510E;
}
</style>
background-color css
<style>
a { background-color: #2A510E; }
a { background-color: rgb(42,81,14); }
div.DivClassName
{
background-color: #2A510E;
}
.BgClassName
{
background-color: #2A510E;
}
</style>
border-color css
<style>
span { border-color: #2A510E; }
span { border-color: rgb(42,81,14); }
td.TdClassName
{
border-color: #2A510E;
}
.TagClassName
{
border-color: #2A510E;
}
</style>