Shades of Seaweed #2D441B
Tints of Seaweed #2D441B
RGB
CMYK
RGB Variations
Color information
#2D441B (or 0x2D441B) is known color: Seaweed. HEX triplet: 2D, 44 and 1B. RGB value is (45,68,27). Sum of RGB (Red+Green+Blue) = 45+68+27=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #2D441B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D441B is #D2BBE4. Grayscale: #383838. Windows color (decimal): -13810661 or 1786925. OLE color: 1786925.
HSL color Cylindrical-coordinate representation of color #2D441B: hue angle of 93.66º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D441B is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 68 | 27 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.73 |
| HSL | 93.66º | 0.43% | 0.19% | - |
| HSV(B) | 93.66º | 0.6% | 0.27% | - |
| XYZ | 3.35 | 4.77 | 1.78 | - |
| YUV | 56.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 68 | 27 | 0.34 | 0 | 0.60 | 0.73 | 93.66 | 0.43 | 0.19 |
| Hex | 2D | 44 | 1B | 22 | 0 | 3C | 49 | 5E | 2B | 13 |
| Octal | 55 | 104 | 33 | 42 | 0 | 74 | 111 | 136 | 53 | 23 |
| Binary | 101101 | 1000100 | 11011 | 100010 | 0 | 111100 | 1001001 | 1011110 | 101011 | 10011 |
Color Harmonies of #2D441B
Complementary color
Monochromatic Colors of #2D441B
Black with #2D441B
Text Example
Text Example
White with #2D441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D441B; }
p { color: rgb(45,68,27); }
H1.HeaderClassName
{
color: #2D441B;
}
.AnyTagClassName
{
color: #2D441B;
}
</style>
background-color css
<style>
a { background-color: #2D441B; }
a { background-color: rgb(45,68,27); }
div.DivClassName
{
background-color: #2D441B;
}
.BgClassName
{
background-color: #2D441B;
}
</style>
border-color css
<style>
span { border-color: #2D441B; }
span { border-color: rgb(45,68,27); }
td.TdClassName
{
border-color: #2D441B;
}
.TagClassName
{
border-color: #2D441B;
}
</style>