Shades of Seaweed #2A540A
Tints of Seaweed #2A540A
RGB
CMYK
RGB Variations
Color information
#2A540A (or 0x2A540A) is known color: Seaweed. HEX triplet: 2A, 54 and 0A. RGB value is (42,84,10). Sum of RGB (Red+Green+Blue) = 42+84+10=136 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.88% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #2A540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A540A is #D5ABF5. Grayscale: #3F3F3F. Windows color (decimal): -14003190 or 676906. OLE color: 676906.
HSL color Cylindrical-coordinate representation of color #2A540A: hue angle of 94.05º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A540A is Cyan = 0.5, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 84 | 10 | - |
| CMYK | 0.5 | 0 | 0.88 | 0.67 |
| HSL | 94.05º | 0.79% | 0.18% | - |
| HSV(B) | 94.05º | 0.88% | 0.33% | - |
| XYZ | 4.18 | 6.85 | 1.39 | - |
| YUV | 63.01 | 98.09 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 84 | 10 | 0.5 | 0 | 0.88 | 0.67 | 94.05 | 0.79 | 0.18 |
| Hex | 2A | 54 | A | 32 | 0 | 58 | 43 | 5E | 4F | 12 |
| Octal | 52 | 124 | 12 | 62 | 0 | 130 | 103 | 136 | 117 | 22 |
| Binary | 101010 | 1010100 | 1010 | 110010 | 0 | 1011000 | 1000011 | 1011110 | 1001111 | 10010 |
Color Harmonies of #2A540A
Complementary color
Monochromatic Colors of #2A540A
Black with #2A540A
Text Example
Text Example
White with #2A540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A540A; }
p { color: rgb(42,84,10); }
H1.HeaderClassName
{
color: #2A540A;
}
.AnyTagClassName
{
color: #2A540A;
}
</style>
background-color css
<style>
a { background-color: #2A540A; }
a { background-color: rgb(42,84,10); }
div.DivClassName
{
background-color: #2A540A;
}
.BgClassName
{
background-color: #2A540A;
}
</style>
border-color css
<style>
span { border-color: #2A540A; }
span { border-color: rgb(42,84,10); }
td.TdClassName
{
border-color: #2A540A;
}
.TagClassName
{
border-color: #2A540A;
}
</style>