Shades of Seaweed #2D4417
Tints of Seaweed #2D4417
RGB
CMYK
RGB Variations
Color information
#2D4417 (or 0x2D4417) is known color: Seaweed. HEX triplet: 2D, 44 and 17. RGB value is (45,68,23). Sum of RGB (Red+Green+Blue) = 45+68+23=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #2D4417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4417 is #D2BBE8. Grayscale: #383838. Windows color (decimal): -13810665 or 1524781. OLE color: 1524781.
HSL color Cylindrical-coordinate representation of color #2D4417: hue angle of 90.67º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D4417 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 68 | 23 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.73 |
| HSL | 90.67º | 0.49% | 0.18% | - |
| HSV(B) | 90.67º | 0.66% | 0.27% | - |
| XYZ | 3.3 | 4.75 | 1.55 | - |
| YUV | 55.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 68 | 23 | 0.34 | 0 | 0.66 | 0.73 | 90.67 | 0.49 | 0.18 |
| Hex | 2D | 44 | 17 | 22 | 0 | 42 | 49 | 5B | 31 | 12 |
| Octal | 55 | 104 | 27 | 42 | 0 | 102 | 111 | 133 | 61 | 22 |
| Binary | 101101 | 1000100 | 10111 | 100010 | 0 | 1000010 | 1001001 | 1011011 | 110001 | 10010 |
Color Harmonies of #2D4417
Complementary color
Monochromatic Colors of #2D4417
Black with #2D4417
Text Example
Text Example
White with #2D4417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4417; }
p { color: rgb(45,68,23); }
H1.HeaderClassName
{
color: #2D4417;
}
.AnyTagClassName
{
color: #2D4417;
}
</style>
background-color css
<style>
a { background-color: #2D4417; }
a { background-color: rgb(45,68,23); }
div.DivClassName
{
background-color: #2D4417;
}
.BgClassName
{
background-color: #2D4417;
}
</style>
border-color css
<style>
span { border-color: #2D4417; }
span { border-color: rgb(45,68,23); }
td.TdClassName
{
border-color: #2D4417;
}
.TagClassName
{
border-color: #2D4417;
}
</style>