Shades of Seaweed #2D5411
Tints of Seaweed #2D5411
RGB
CMYK
RGB Variations
Color information
#2D5411 (or 0x2D5411) is known color: Seaweed. HEX triplet: 2D, 54 and 11. RGB value is (45,84,17). Sum of RGB (Red+Green+Blue) = 45+84+17=146 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.82% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #2D5411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5411 is #D2ABEE. Grayscale: #404040. Windows color (decimal): -13806575 or 1135661. OLE color: 1135661.
HSL color Cylindrical-coordinate representation of color #2D5411: hue angle of 94.93º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D5411 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 84 | 17 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.67 |
| HSL | 94.93º | 0.66% | 0.2% | - |
| HSV(B) | 94.93º | 0.8% | 0.33% | - |
| XYZ | 4.35 | 6.94 | 1.64 | - |
| YUV | 64.7 | 101.08 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 17 | 0.46 | 0 | 0.80 | 0.67 | 94.93 | 0.66 | 0.2 |
| Hex | 2D | 54 | 11 | 2E | 0 | 50 | 43 | 5F | 42 | 14 |
| Octal | 55 | 124 | 21 | 56 | 0 | 120 | 103 | 137 | 102 | 24 |
| Binary | 101101 | 1010100 | 10001 | 101110 | 0 | 1010000 | 1000011 | 1011111 | 1000010 | 10100 |
Color Harmonies of #2D5411
Complementary color
Monochromatic Colors of #2D5411
Black with #2D5411
Text Example
Text Example
White with #2D5411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5411; }
p { color: rgb(45,84,17); }
H1.HeaderClassName
{
color: #2D5411;
}
.AnyTagClassName
{
color: #2D5411;
}
</style>
background-color css
<style>
a { background-color: #2D5411; }
a { background-color: rgb(45,84,17); }
div.DivClassName
{
background-color: #2D5411;
}
.BgClassName
{
background-color: #2D5411;
}
</style>
border-color css
<style>
span { border-color: #2D5411; }
span { border-color: rgb(45,84,17); }
td.TdClassName
{
border-color: #2D5411;
}
.TagClassName
{
border-color: #2D5411;
}
</style>