Shades of Seaweed #2D4819
Tints of Seaweed #2D4819
RGB
CMYK
RGB Variations
Color information
#2D4819 (or 0x2D4819) is known color: Seaweed. HEX triplet: 2D, 48 and 19. RGB value is (45,72,25). Sum of RGB (Red+Green+Blue) = 45+72+25=142 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.69% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #2D4819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4819 is #D2B7E6. Grayscale: #3A3A3A. Windows color (decimal): -13809639 or 1656877. OLE color: 1656877.
HSL color Cylindrical-coordinate representation of color #2D4819: hue angle of 94.47º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D4819 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 72 | 25 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.72 |
| HSL | 94.47º | 0.48% | 0.19% | - |
| HSV(B) | 94.47º | 0.65% | 0.28% | - |
| XYZ | 3.58 | 5.26 | 1.75 | - |
| YUV | 58.57 | 109.05 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 72 | 25 | 0.38 | 0 | 0.65 | 0.72 | 94.47 | 0.48 | 0.19 |
| Hex | 2D | 48 | 19 | 26 | 0 | 41 | 48 | 5E | 30 | 13 |
| Octal | 55 | 110 | 31 | 46 | 0 | 101 | 110 | 136 | 60 | 23 |
| Binary | 101101 | 1001000 | 11001 | 100110 | 0 | 1000001 | 1001000 | 1011110 | 110000 | 10011 |
Color Harmonies of #2D4819
Complementary color
Monochromatic Colors of #2D4819
Black with #2D4819
Text Example
Text Example
White with #2D4819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4819; }
p { color: rgb(45,72,25); }
H1.HeaderClassName
{
color: #2D4819;
}
.AnyTagClassName
{
color: #2D4819;
}
</style>
background-color css
<style>
a { background-color: #2D4819; }
a { background-color: rgb(45,72,25); }
div.DivClassName
{
background-color: #2D4819;
}
.BgClassName
{
background-color: #2D4819;
}
</style>
border-color css
<style>
span { border-color: #2D4819; }
span { border-color: rgb(45,72,25); }
td.TdClassName
{
border-color: #2D4819;
}
.TagClassName
{
border-color: #2D4819;
}
</style>