Shades of Seaweed #2D4317
Tints of Seaweed #2D4317
RGB
CMYK
RGB Variations
Color information
#2D4317 (or 0x2D4317) is known color: Seaweed. HEX triplet: 2D, 43 and 17. RGB value is (45,67,23). Sum of RGB (Red+Green+Blue) = 45+67+23=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #2D4317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4317 is #D2BCE8. Grayscale: #373737. Windows color (decimal): -13810921 or 1524525. OLE color: 1524525.
HSL color Cylindrical-coordinate representation of color #2D4317: hue angle of 90º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D4317 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 67 | 23 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.74 |
| HSL | 90º | 0.49% | 0.18% | - |
| HSV(B) | 90º | 0.66% | 0.26% | - |
| XYZ | 3.24 | 4.63 | 1.53 | - |
| YUV | 55.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 67 | 23 | 0.33 | 0 | 0.66 | 0.74 | 90 | 0.49 | 0.18 |
| Hex | 2D | 43 | 17 | 21 | 0 | 42 | 4A | 5A | 31 | 12 |
| Octal | 55 | 103 | 27 | 41 | 0 | 102 | 112 | 132 | 61 | 22 |
| Binary | 101101 | 1000011 | 10111 | 100001 | 0 | 1000010 | 1001010 | 1011010 | 110001 | 10010 |
Color Harmonies of #2D4317
Complementary color
Monochromatic Colors of #2D4317
Black with #2D4317
Text Example
Text Example
White with #2D4317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4317; }
p { color: rgb(45,67,23); }
H1.HeaderClassName
{
color: #2D4317;
}
.AnyTagClassName
{
color: #2D4317;
}
</style>
background-color css
<style>
a { background-color: #2D4317; }
a { background-color: rgb(45,67,23); }
div.DivClassName
{
background-color: #2D4317;
}
.BgClassName
{
background-color: #2D4317;
}
</style>
border-color css
<style>
span { border-color: #2D4317; }
span { border-color: rgb(45,67,23); }
td.TdClassName
{
border-color: #2D4317;
}
.TagClassName
{
border-color: #2D4317;
}
</style>