Shades of Seaweed #2D5113
Tints of Seaweed #2D5113
RGB
CMYK
RGB Variations
Color information
#2D5113 (or 0x2D5113) is known color: Seaweed. HEX triplet: 2D, 51 and 13. RGB value is (45,81,19). Sum of RGB (Red+Green+Blue) = 45+81+19=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 81 (32.03% from 255 or 55.86% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 81 - color contains mainly: green. Hex color #2D5113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5113 is #D2AEEC. Grayscale: #3F3F3F. Windows color (decimal): -13807341 or 1265965. OLE color: 1265965.
HSL color Cylindrical-coordinate representation of color #2D5113: hue angle of 94.84º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D5113 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 81 | 19 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.68 |
| HSL | 94.84º | 0.62% | 0.2% | - |
| HSV(B) | 94.84º | 0.77% | 0.32% | - |
| XYZ | 4.14 | 6.49 | 1.65 | - |
| YUV | 63.17 | 103.07 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 81 | 19 | 0.44 | 0 | 0.77 | 0.68 | 94.84 | 0.62 | 0.2 |
| Hex | 2D | 51 | 13 | 2C | 0 | 4D | 44 | 5F | 3E | 14 |
| Octal | 55 | 121 | 23 | 54 | 0 | 115 | 104 | 137 | 76 | 24 |
| Binary | 101101 | 1010001 | 10011 | 101100 | 0 | 1001101 | 1000100 | 1011111 | 111110 | 10100 |
Color Harmonies of #2D5113
Complementary color
Monochromatic Colors of #2D5113
Black with #2D5113
Text Example
Text Example
White with #2D5113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5113; }
p { color: rgb(45,81,19); }
H1.HeaderClassName
{
color: #2D5113;
}
.AnyTagClassName
{
color: #2D5113;
}
</style>
background-color css
<style>
a { background-color: #2D5113; }
a { background-color: rgb(45,81,19); }
div.DivClassName
{
background-color: #2D5113;
}
.BgClassName
{
background-color: #2D5113;
}
</style>
border-color css
<style>
span { border-color: #2D5113; }
span { border-color: rgb(45,81,19); }
td.TdClassName
{
border-color: #2D5113;
}
.TagClassName
{
border-color: #2D5113;
}
</style>