Shades of Seaweed #2D5112
Tints of Seaweed #2D5112
RGB
CMYK
RGB Variations
Color information
#2D5112 (or 0x2D5112) is known color: Seaweed. HEX triplet: 2D, 51 and 12. RGB value is (45,81,18). Sum of RGB (Red+Green+Blue) = 45+81+18=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #2D5112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5112 is #D2AEED. Grayscale: #3F3F3F. Windows color (decimal): -13807342 or 1200429. OLE color: 1200429.
HSL color Cylindrical-coordinate representation of color #2D5112: hue angle of 94.29º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D5112 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 81 | 18 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.68 |
| HSL | 94.29º | 0.64% | 0.19% | - |
| HSV(B) | 94.29º | 0.78% | 0.32% | - |
| XYZ | 4.13 | 6.49 | 1.61 | - |
| YUV | 63.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 81 | 18 | 0.44 | 0 | 0.78 | 0.68 | 94.29 | 0.64 | 0.19 |
| Hex | 2D | 51 | 12 | 2C | 0 | 4E | 44 | 5E | 40 | 13 |
| Octal | 55 | 121 | 22 | 54 | 0 | 116 | 104 | 136 | 100 | 23 |
| Binary | 101101 | 1010001 | 10010 | 101100 | 0 | 1001110 | 1000100 | 1011110 | 1000000 | 10011 |
Color Harmonies of #2D5112
Complementary color
Monochromatic Colors of #2D5112
Black with #2D5112
Text Example
Text Example
White with #2D5112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5112; }
p { color: rgb(45,81,18); }
H1.HeaderClassName
{
color: #2D5112;
}
.AnyTagClassName
{
color: #2D5112;
}
</style>
background-color css
<style>
a { background-color: #2D5112; }
a { background-color: rgb(45,81,18); }
div.DivClassName
{
background-color: #2D5112;
}
.BgClassName
{
background-color: #2D5112;
}
</style>
border-color css
<style>
span { border-color: #2D5112; }
span { border-color: rgb(45,81,18); }
td.TdClassName
{
border-color: #2D5112;
}
.TagClassName
{
border-color: #2D5112;
}
</style>