Shades of Seaweed #2D5311
Tints of Seaweed #2D5311
RGB
CMYK
RGB Variations
Color information
#2D5311 (or 0x2D5311) is known color: Seaweed. HEX triplet: 2D, 53 and 11. RGB value is (45,83,17). Sum of RGB (Red+Green+Blue) = 45+83+17=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #2D5311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5311 is #D2ACEE. Grayscale: #404040. Windows color (decimal): -13806831 or 1135405. OLE color: 1135405.
HSL color Cylindrical-coordinate representation of color #2D5311: hue angle of 94.55º 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 #2D5311 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 17 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.67 |
| HSL | 94.55º | 0.66% | 0.2% | - |
| HSV(B) | 94.55º | 0.8% | 0.33% | - |
| XYZ | 4.28 | 6.78 | 1.61 | - |
| YUV | 64.11 | 101.41 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 17 | 0.46 | 0 | 0.80 | 0.67 | 94.55 | 0.66 | 0.2 |
| Hex | 2D | 53 | 11 | 2E | 0 | 50 | 43 | 5F | 42 | 14 |
| Octal | 55 | 123 | 21 | 56 | 0 | 120 | 103 | 137 | 102 | 24 |
| Binary | 101101 | 1010011 | 10001 | 101110 | 0 | 1010000 | 1000011 | 1011111 | 1000010 | 10100 |
Color Harmonies of #2D5311
Complementary color
Monochromatic Colors of #2D5311
Black with #2D5311
Text Example
Text Example
White with #2D5311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5311; }
p { color: rgb(45,83,17); }
H1.HeaderClassName
{
color: #2D5311;
}
.AnyTagClassName
{
color: #2D5311;
}
</style>
background-color css
<style>
a { background-color: #2D5311; }
a { background-color: rgb(45,83,17); }
div.DivClassName
{
background-color: #2D5311;
}
.BgClassName
{
background-color: #2D5311;
}
</style>
border-color css
<style>
span { border-color: #2D5311; }
span { border-color: rgb(45,83,17); }
td.TdClassName
{
border-color: #2D5311;
}
.TagClassName
{
border-color: #2D5311;
}
</style>