Shades of Seaweed #2D461A
Tints of Seaweed #2D461A
RGB
CMYK
RGB Variations
Color information
#2D461A (or 0x2D461A) is known color: Seaweed. HEX triplet: 2D, 46 and 1A. RGB value is (45,70,26). Sum of RGB (Red+Green+Blue) = 45+70+26=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #2D461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D461A is #D2B9E5. Grayscale: #393939. Windows color (decimal): -13810150 or 1721901. OLE color: 1721901.
HSL color Cylindrical-coordinate representation of color #2D461A: hue angle of 94.09º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D461A is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 70 | 26 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.73 |
| HSL | 94.09º | 0.46% | 0.19% | - |
| HSV(B) | 94.09º | 0.63% | 0.27% | - |
| XYZ | 3.46 | 5.01 | 1.76 | - |
| YUV | 57.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 26 | 0.36 | 0 | 0.63 | 0.73 | 94.09 | 0.46 | 0.19 |
| Hex | 2D | 46 | 1A | 24 | 0 | 3F | 49 | 5E | 2E | 13 |
| Octal | 55 | 106 | 32 | 44 | 0 | 77 | 111 | 136 | 56 | 23 |
| Binary | 101101 | 1000110 | 11010 | 100100 | 0 | 111111 | 1001001 | 1011110 | 101110 | 10011 |
Color Harmonies of #2D461A
Complementary color
Monochromatic Colors of #2D461A
Black with #2D461A
Text Example
Text Example
White with #2D461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D461A; }
p { color: rgb(45,70,26); }
H1.HeaderClassName
{
color: #2D461A;
}
.AnyTagClassName
{
color: #2D461A;
}
</style>
background-color css
<style>
a { background-color: #2D461A; }
a { background-color: rgb(45,70,26); }
div.DivClassName
{
background-color: #2D461A;
}
.BgClassName
{
background-color: #2D461A;
}
</style>
border-color css
<style>
span { border-color: #2D461A; }
span { border-color: rgb(45,70,26); }
td.TdClassName
{
border-color: #2D461A;
}
.TagClassName
{
border-color: #2D461A;
}
</style>