Shades of Seaweed #2D540D
Tints of Seaweed #2D540D
RGB
CMYK
RGB Variations
Color information
#2D540D (or 0x2D540D) is known color: Seaweed. HEX triplet: 2D, 54 and 0D. RGB value is (45,84,13). Sum of RGB (Red+Green+Blue) = 45+84+13=142 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.69% from 142); Green value is 84 (33.20% from 255 or 59.15% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 84 - color contains mainly: green. Hex color #2D540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D540D is #D2ABF2. Grayscale: #404040. Windows color (decimal): -13806579 or 873517. OLE color: 873517.
HSL color Cylindrical-coordinate representation of color #2D540D: hue angle of 92.96º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D540D is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 84 | 13 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.67 |
| HSL | 92.96º | 0.73% | 0.19% | - |
| HSV(B) | 92.96º | 0.85% | 0.33% | - |
| XYZ | 4.33 | 6.93 | 1.49 | - |
| YUV | 64.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 13 | 0.46 | 0 | 0.85 | 0.67 | 92.96 | 0.73 | 0.19 |
| Hex | 2D | 54 | D | 2E | 0 | 55 | 43 | 5D | 49 | 13 |
| Octal | 55 | 124 | 15 | 56 | 0 | 125 | 103 | 135 | 111 | 23 |
| Binary | 101101 | 1010100 | 1101 | 101110 | 0 | 1010101 | 1000011 | 1011101 | 1001001 | 10011 |
Color Harmonies of #2D540D
Complementary color
Monochromatic Colors of #2D540D
Black with #2D540D
Text Example
Text Example
White with #2D540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D540D; }
p { color: rgb(45,84,13); }
H1.HeaderClassName
{
color: #2D540D;
}
.AnyTagClassName
{
color: #2D540D;
}
</style>
background-color css
<style>
a { background-color: #2D540D; }
a { background-color: rgb(45,84,13); }
div.DivClassName
{
background-color: #2D540D;
}
.BgClassName
{
background-color: #2D540D;
}
</style>
border-color css
<style>
span { border-color: #2D540D; }
span { border-color: rgb(45,84,13); }
td.TdClassName
{
border-color: #2D540D;
}
.TagClassName
{
border-color: #2D540D;
}
</style>