Shades of Seaweed #2A520A
Tints of Seaweed #2A520A
RGB
CMYK
RGB Variations
Color information
#2A520A (or 0x2A520A) is known color: Seaweed. HEX triplet: 2A, 52 and 0A. RGB value is (42,82,10). Sum of RGB (Red+Green+Blue) = 42+82+10=134 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.34% from 134); Green value is 82 (32.42% from 255 or 61.19% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 82 - color contains mainly: green. Hex color #2A520A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A520A is #D5ADF5. Grayscale: #3E3E3E. Windows color (decimal): -14003702 or 676394. OLE color: 676394.
HSL color Cylindrical-coordinate representation of color #2A520A: hue angle of 93.33º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A520A is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 82 | 10 | - |
| CMYK | 0.49 | 0 | 0.88 | 0.68 |
| HSL | 93.33º | 0.78% | 0.18% | - |
| HSV(B) | 93.33º | 0.88% | 0.32% | - |
| XYZ | 4.03 | 6.55 | 1.34 | - |
| YUV | 61.83 | 98.75 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 10 | 0.49 | 0 | 0.88 | 0.68 | 93.33 | 0.78 | 0.18 |
| Hex | 2A | 52 | A | 31 | 0 | 58 | 44 | 5D | 4E | 12 |
| Octal | 52 | 122 | 12 | 61 | 0 | 130 | 104 | 135 | 116 | 22 |
| Binary | 101010 | 1010010 | 1010 | 110001 | 0 | 1011000 | 1000100 | 1011101 | 1001110 | 10010 |
Color Harmonies of #2A520A
Complementary color
Monochromatic Colors of #2A520A
Black with #2A520A
Text Example
Text Example
White with #2A520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A520A; }
p { color: rgb(42,82,10); }
H1.HeaderClassName
{
color: #2A520A;
}
.AnyTagClassName
{
color: #2A520A;
}
</style>
background-color css
<style>
a { background-color: #2A520A; }
a { background-color: rgb(42,82,10); }
div.DivClassName
{
background-color: #2A520A;
}
.BgClassName
{
background-color: #2A520A;
}
</style>
border-color css
<style>
span { border-color: #2A520A; }
span { border-color: rgb(42,82,10); }
td.TdClassName
{
border-color: #2A520A;
}
.TagClassName
{
border-color: #2A520A;
}
</style>