Shades of Seaweed #2D4916
Tints of Seaweed #2D4916
RGB
CMYK
RGB Variations
Color information
#2D4916 (or 0x2D4916) is known color: Seaweed. HEX triplet: 2D, 49 and 16. RGB value is (45,73,22). Sum of RGB (Red+Green+Blue) = 45+73+22=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #2D4916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4916 is #D2B6E9. Grayscale: #3A3A3A. Windows color (decimal): -13809386 or 1460525. OLE color: 1460525.
HSL color Cylindrical-coordinate representation of color #2D4916: hue angle of 92.94º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D4916 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 73 | 22 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.71 |
| HSL | 92.94º | 0.54% | 0.19% | - |
| HSV(B) | 92.94º | 0.7% | 0.29% | - |
| XYZ | 3.61 | 5.38 | 1.61 | - |
| YUV | 58.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 73 | 22 | 0.38 | 0 | 0.70 | 0.71 | 92.94 | 0.54 | 0.19 |
| Hex | 2D | 49 | 16 | 26 | 0 | 46 | 47 | 5D | 36 | 13 |
| Octal | 55 | 111 | 26 | 46 | 0 | 106 | 107 | 135 | 66 | 23 |
| Binary | 101101 | 1001001 | 10110 | 100110 | 0 | 1000110 | 1000111 | 1011101 | 110110 | 10011 |
Color Harmonies of #2D4916
Complementary color
Monochromatic Colors of #2D4916
Black with #2D4916
Text Example
Text Example
White with #2D4916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4916; }
p { color: rgb(45,73,22); }
H1.HeaderClassName
{
color: #2D4916;
}
.AnyTagClassName
{
color: #2D4916;
}
</style>
background-color css
<style>
a { background-color: #2D4916; }
a { background-color: rgb(45,73,22); }
div.DivClassName
{
background-color: #2D4916;
}
.BgClassName
{
background-color: #2D4916;
}
</style>
border-color css
<style>
span { border-color: #2D4916; }
span { border-color: rgb(45,73,22); }
td.TdClassName
{
border-color: #2D4916;
}
.TagClassName
{
border-color: #2D4916;
}
</style>