Shades of Seaweed #2D411A
Tints of Seaweed #2D411A
RGB
CMYK
RGB Variations
Color information
#2D411A (or 0x2D411A) is known color: Seaweed. HEX triplet: 2D, 41 and 1A. RGB value is (45,65,26). Sum of RGB (Red+Green+Blue) = 45+65+26=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #2D411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D411A is #D2BEE5. Grayscale: #363636. Windows color (decimal): -13811430 or 1720621. OLE color: 1720621.
HSL color Cylindrical-coordinate representation of color #2D411A: hue angle of 90.77º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D411A is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 26 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.75 |
| HSL | 90.77º | 0.43% | 0.18% | - |
| HSV(B) | 90.77º | 0.6% | 0.25% | - |
| XYZ | 3.16 | 4.41 | 1.66 | - |
| YUV | 54.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 26 | 0.31 | 0 | 0.60 | 0.75 | 90.77 | 0.43 | 0.18 |
| Hex | 2D | 41 | 1A | 1F | 0 | 3C | 4B | 5B | 2B | 12 |
| Octal | 55 | 101 | 32 | 37 | 0 | 74 | 113 | 133 | 53 | 22 |
| Binary | 101101 | 1000001 | 11010 | 11111 | 0 | 111100 | 1001011 | 1011011 | 101011 | 10010 |
Color Harmonies of #2D411A
Complementary color
Monochromatic Colors of #2D411A
Black with #2D411A
Text Example
Text Example
White with #2D411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D411A; }
p { color: rgb(45,65,26); }
H1.HeaderClassName
{
color: #2D411A;
}
.AnyTagClassName
{
color: #2D411A;
}
</style>
background-color css
<style>
a { background-color: #2D411A; }
a { background-color: rgb(45,65,26); }
div.DivClassName
{
background-color: #2D411A;
}
.BgClassName
{
background-color: #2D411A;
}
</style>
border-color css
<style>
span { border-color: #2D411A; }
span { border-color: rgb(45,65,26); }
td.TdClassName
{
border-color: #2D411A;
}
.TagClassName
{
border-color: #2D411A;
}
</style>