Shades of Seaweed #2A5409
Tints of Seaweed #2A5409
RGB
CMYK
RGB Variations
Color information
#2A5409 (or 0x2A5409) is known color: Seaweed. HEX triplet: 2A, 54 and 09. RGB value is (42,84,9). Sum of RGB (Red+Green+Blue) = 42+84+9=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 84 (33.20% from 255 or 62.22% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 84 - color contains mainly: green. Hex color #2A5409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5409 is #D5ABF6. Grayscale: #3F3F3F. Windows color (decimal): -14003191 or 611370. OLE color: 611370.
HSL color Cylindrical-coordinate representation of color #2A5409: hue angle of 93.6º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A5409 is Cyan = 0.5, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 84 | 9 | - |
| CMYK | 0.5 | 0 | 0.89 | 0.67 |
| HSL | 93.6º | 0.81% | 0.18% | - |
| HSV(B) | 93.6º | 0.89% | 0.33% | - |
| XYZ | 4.17 | 6.85 | 1.36 | - |
| YUV | 62.89 | 97.59 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 84 | 9 | 0.5 | 0 | 0.89 | 0.67 | 93.6 | 0.81 | 0.18 |
| Hex | 2A | 54 | 9 | 32 | 0 | 59 | 43 | 5E | 51 | 12 |
| Octal | 52 | 124 | 11 | 62 | 0 | 131 | 103 | 136 | 121 | 22 |
| Binary | 101010 | 1010100 | 1001 | 110010 | 0 | 1011001 | 1000011 | 1011110 | 1010001 | 10010 |
Color Harmonies of #2A5409
Complementary color
Monochromatic Colors of #2A5409
Black with #2A5409
Text Example
Text Example
White with #2A5409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5409; }
p { color: rgb(42,84,9); }
H1.HeaderClassName
{
color: #2A5409;
}
.AnyTagClassName
{
color: #2A5409;
}
</style>
background-color css
<style>
a { background-color: #2A5409; }
a { background-color: rgb(42,84,9); }
div.DivClassName
{
background-color: #2A5409;
}
.BgClassName
{
background-color: #2A5409;
}
</style>
border-color css
<style>
span { border-color: #2A5409; }
span { border-color: rgb(42,84,9); }
td.TdClassName
{
border-color: #2A5409;
}
.TagClassName
{
border-color: #2A5409;
}
</style>