Shades of Seaweed #2D500D
Tints of Seaweed #2D500D
RGB
CMYK
RGB Variations
Color information
#2D500D (or 0x2D500D) is known color: Seaweed. HEX triplet: 2D, 50 and 0D. RGB value is (45,80,13). Sum of RGB (Red+Green+Blue) = 45+80+13=138 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.61% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #2D500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D500D is #D2AFF2. Grayscale: #3E3E3E. Windows color (decimal): -13807603 or 872493. OLE color: 872493.
HSL color Cylindrical-coordinate representation of color #2D500D: hue angle of 91.34º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D500D is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 80 | 13 | - |
| CMYK | 0.44 | 0 | 0.84 | 0.69 |
| HSL | 91.34º | 0.72% | 0.18% | - |
| HSV(B) | 91.34º | 0.84% | 0.31% | - |
| XYZ | 4.02 | 6.32 | 1.39 | - |
| YUV | 61.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 13 | 0.44 | 0 | 0.84 | 0.69 | 91.34 | 0.72 | 0.18 |
| Hex | 2D | 50 | D | 2C | 0 | 54 | 45 | 5B | 48 | 12 |
| Octal | 55 | 120 | 15 | 54 | 0 | 124 | 105 | 133 | 110 | 22 |
| Binary | 101101 | 1010000 | 1101 | 101100 | 0 | 1010100 | 1000101 | 1011011 | 1001000 | 10010 |
Color Harmonies of #2D500D
Complementary color
Monochromatic Colors of #2D500D
Black with #2D500D
Text Example
Text Example
White with #2D500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D500D; }
p { color: rgb(45,80,13); }
H1.HeaderClassName
{
color: #2D500D;
}
.AnyTagClassName
{
color: #2D500D;
}
</style>
background-color css
<style>
a { background-color: #2D500D; }
a { background-color: rgb(45,80,13); }
div.DivClassName
{
background-color: #2D500D;
}
.BgClassName
{
background-color: #2D500D;
}
</style>
border-color css
<style>
span { border-color: #2D500D; }
span { border-color: rgb(45,80,13); }
td.TdClassName
{
border-color: #2D500D;
}
.TagClassName
{
border-color: #2D500D;
}
</style>