Shades of Seaweed #2A520B
Tints of Seaweed #2A520B
RGB
CMYK
RGB Variations
Color information
#2A520B (or 0x2A520B) is known color: Seaweed. HEX triplet: 2A, 52 and 0B. RGB value is (42,82,11). Sum of RGB (Red+Green+Blue) = 42+82+11=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #2A520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A520B is #D5ADF4. Grayscale: #3E3E3E. Windows color (decimal): -14003701 or 741930. OLE color: 741930.
HSL color Cylindrical-coordinate representation of color #2A520B: hue angle of 93.8º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A520B is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 82 | 11 | - |
| CMYK | 0.49 | 0 | 0.87 | 0.68 |
| HSL | 93.8º | 0.76% | 0.18% | - |
| HSV(B) | 93.8º | 0.87% | 0.32% | - |
| XYZ | 4.03 | 6.55 | 1.37 | - |
| YUV | 61.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 11 | 0.49 | 0 | 0.87 | 0.68 | 93.8 | 0.76 | 0.18 |
| Hex | 2A | 52 | B | 31 | 0 | 57 | 44 | 5E | 4C | 12 |
| Octal | 52 | 122 | 13 | 61 | 0 | 127 | 104 | 136 | 114 | 22 |
| Binary | 101010 | 1010010 | 1011 | 110001 | 0 | 1010111 | 1000100 | 1011110 | 1001100 | 10010 |
Color Harmonies of #2A520B
Complementary color
Monochromatic Colors of #2A520B
Black with #2A520B
Text Example
Text Example
White with #2A520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A520B; }
p { color: rgb(42,82,11); }
H1.HeaderClassName
{
color: #2A520B;
}
.AnyTagClassName
{
color: #2A520B;
}
</style>
background-color css
<style>
a { background-color: #2A520B; }
a { background-color: rgb(42,82,11); }
div.DivClassName
{
background-color: #2A520B;
}
.BgClassName
{
background-color: #2A520B;
}
</style>
border-color css
<style>
span { border-color: #2A520B; }
span { border-color: rgb(42,82,11); }
td.TdClassName
{
border-color: #2A520B;
}
.TagClassName
{
border-color: #2A520B;
}
</style>