Shades of Seaweed #2D5012
Tints of Seaweed #2D5012
RGB
CMYK
RGB Variations
Color information
#2D5012 (or 0x2D5012) is known color: Seaweed. HEX triplet: 2D, 50 and 12. RGB value is (45,80,18). Sum of RGB (Red+Green+Blue) = 45+80+18=143 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.47% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #2D5012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5012 is #D2AFED. Grayscale: #3E3E3E. Windows color (decimal): -13807598 or 1200173. OLE color: 1200173.
HSL color Cylindrical-coordinate representation of color #2D5012: hue angle of 93.87º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D5012 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 80 | 18 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.69 |
| HSL | 93.87º | 0.63% | 0.19% | - |
| HSV(B) | 93.87º | 0.78% | 0.31% | - |
| XYZ | 4.06 | 6.34 | 1.58 | - |
| YUV | 62.47 | 102.9 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 18 | 0.44 | 0 | 0.78 | 0.69 | 93.87 | 0.63 | 0.19 |
| Hex | 2D | 50 | 12 | 2C | 0 | 4E | 45 | 5E | 3F | 13 |
| Octal | 55 | 120 | 22 | 54 | 0 | 116 | 105 | 136 | 77 | 23 |
| Binary | 101101 | 1010000 | 10010 | 101100 | 0 | 1001110 | 1000101 | 1011110 | 111111 | 10011 |
Color Harmonies of #2D5012
Complementary color
Monochromatic Colors of #2D5012
Black with #2D5012
Text Example
Text Example
White with #2D5012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5012; }
p { color: rgb(45,80,18); }
H1.HeaderClassName
{
color: #2D5012;
}
.AnyTagClassName
{
color: #2D5012;
}
</style>
background-color css
<style>
a { background-color: #2D5012; }
a { background-color: rgb(45,80,18); }
div.DivClassName
{
background-color: #2D5012;
}
.BgClassName
{
background-color: #2D5012;
}
</style>
border-color css
<style>
span { border-color: #2D5012; }
span { border-color: rgb(45,80,18); }
td.TdClassName
{
border-color: #2D5012;
}
.TagClassName
{
border-color: #2D5012;
}
</style>