Shades of Seaweed #2D4316
Tints of Seaweed #2D4316
RGB
CMYK
RGB Variations
Color information
#2D4316 (or 0x2D4316) is known color: Seaweed. HEX triplet: 2D, 43 and 16. RGB value is (45,67,22). Sum of RGB (Red+Green+Blue) = 45+67+22=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #2D4316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4316 is #D2BCE9. Grayscale: #373737. Windows color (decimal): -13810922 or 1458989. OLE color: 1458989.
HSL color Cylindrical-coordinate representation of color #2D4316: hue angle of 89.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D4316 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 67 | 22 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.74 |
| HSL | 89.33º | 0.51% | 0.17% | - |
| HSV(B) | 89.33º | 0.67% | 0.26% | - |
| XYZ | 3.23 | 4.63 | 1.48 | - |
| YUV | 55.29 | 109.21 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 67 | 22 | 0.33 | 0 | 0.67 | 0.74 | 89.33 | 0.51 | 0.17 |
| Hex | 2D | 43 | 16 | 21 | 0 | 43 | 4A | 59 | 33 | 11 |
| Octal | 55 | 103 | 26 | 41 | 0 | 103 | 112 | 131 | 63 | 21 |
| Binary | 101101 | 1000011 | 10110 | 100001 | 0 | 1000011 | 1001010 | 1011001 | 110011 | 10001 |
Color Harmonies of #2D4316
Complementary color
Monochromatic Colors of #2D4316
Black with #2D4316
Text Example
Text Example
White with #2D4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4316; }
p { color: rgb(45,67,22); }
H1.HeaderClassName
{
color: #2D4316;
}
.AnyTagClassName
{
color: #2D4316;
}
</style>
background-color css
<style>
a { background-color: #2D4316; }
a { background-color: rgb(45,67,22); }
div.DivClassName
{
background-color: #2D4316;
}
.BgClassName
{
background-color: #2D4316;
}
</style>
border-color css
<style>
span { border-color: #2D4316; }
span { border-color: rgb(45,67,22); }
td.TdClassName
{
border-color: #2D4316;
}
.TagClassName
{
border-color: #2D4316;
}
</style>