Shades of Seaweed #2A490F
Tints of Seaweed #2A490F
RGB
CMYK
RGB Variations
Color information
#2A490F (or 0x2A490F) is known color: Seaweed. HEX triplet: 2A, 49 and 0F. RGB value is (42,73,15). Sum of RGB (Red+Green+Blue) = 42+73+15=130 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.31% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #2A490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A490F is #D5B6F0. Grayscale: #393939. Windows color (decimal): -14006001 or 1001770. OLE color: 1001770.
HSL color Cylindrical-coordinate representation of color #2A490F: hue angle of 92.07º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A490F is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 73 | 15 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.71 |
| HSL | 92.07º | 0.66% | 0.17% | - |
| HSV(B) | 92.07º | 0.79% | 0.29% | - |
| XYZ | 3.42 | 5.29 | 1.29 | - |
| YUV | 57.12 | 104.23 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 73 | 15 | 0.42 | 0 | 0.79 | 0.71 | 92.07 | 0.66 | 0.17 |
| Hex | 2A | 49 | F | 2A | 0 | 4F | 47 | 5C | 42 | 11 |
| Octal | 52 | 111 | 17 | 52 | 0 | 117 | 107 | 134 | 102 | 21 |
| Binary | 101010 | 1001001 | 1111 | 101010 | 0 | 1001111 | 1000111 | 1011100 | 1000010 | 10001 |
Color Harmonies of #2A490F
Complementary color
Monochromatic Colors of #2A490F
Black with #2A490F
Text Example
Text Example
White with #2A490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A490F; }
p { color: rgb(42,73,15); }
H1.HeaderClassName
{
color: #2A490F;
}
.AnyTagClassName
{
color: #2A490F;
}
</style>
background-color css
<style>
a { background-color: #2A490F; }
a { background-color: rgb(42,73,15); }
div.DivClassName
{
background-color: #2A490F;
}
.BgClassName
{
background-color: #2A490F;
}
</style>
border-color css
<style>
span { border-color: #2A490F; }
span { border-color: rgb(42,73,15); }
td.TdClassName
{
border-color: #2A490F;
}
.TagClassName
{
border-color: #2A490F;
}
</style>