Shades of Seaweed #2D471A
Tints of Seaweed #2D471A
RGB
CMYK
RGB Variations
Color information
#2D471A (or 0x2D471A) is known color: Seaweed. HEX triplet: 2D, 47 and 1A. RGB value is (45,71,26). Sum of RGB (Red+Green+Blue) = 45+71+26=142 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.69% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #2D471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D471A is #D2B8E5. Grayscale: #3A3A3A. Windows color (decimal): -13809894 or 1722157. OLE color: 1722157.
HSL color Cylindrical-coordinate representation of color #2D471A: hue angle of 94.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D471A is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 71 | 26 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.72 |
| HSL | 94.67º | 0.46% | 0.19% | - |
| HSV(B) | 94.67º | 0.63% | 0.28% | - |
| XYZ | 3.52 | 5.14 | 1.78 | - |
| YUV | 58.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 26 | 0.37 | 0 | 0.63 | 0.72 | 94.67 | 0.46 | 0.19 |
| Hex | 2D | 47 | 1A | 25 | 0 | 3F | 48 | 5F | 2E | 13 |
| Octal | 55 | 107 | 32 | 45 | 0 | 77 | 110 | 137 | 56 | 23 |
| Binary | 101101 | 1000111 | 11010 | 100101 | 0 | 111111 | 1001000 | 1011111 | 101110 | 10011 |
Color Harmonies of #2D471A
Complementary color
Monochromatic Colors of #2D471A
Black with #2D471A
Text Example
Text Example
White with #2D471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D471A; }
p { color: rgb(45,71,26); }
H1.HeaderClassName
{
color: #2D471A;
}
.AnyTagClassName
{
color: #2D471A;
}
</style>
background-color css
<style>
a { background-color: #2D471A; }
a { background-color: rgb(45,71,26); }
div.DivClassName
{
background-color: #2D471A;
}
.BgClassName
{
background-color: #2D471A;
}
</style>
border-color css
<style>
span { border-color: #2D471A; }
span { border-color: rgb(45,71,26); }
td.TdClassName
{
border-color: #2D471A;
}
.TagClassName
{
border-color: #2D471A;
}
</style>