Shades of Seaweed #2D5014
Tints of Seaweed #2D5014
RGB
CMYK
RGB Variations
Color information
#2D5014 (or 0x2D5014) is known color: Seaweed. HEX triplet: 2D, 50 and 14. RGB value is (45,80,20). Sum of RGB (Red+Green+Blue) = 45+80+20=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #2D5014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5014 is #D2AFEB. Grayscale: #3E3E3E. Windows color (decimal): -13807596 or 1331245. OLE color: 1331245.
HSL color Cylindrical-coordinate representation of color #2D5014: hue angle of 95º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D5014 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 80 | 20 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.69 |
| HSL | 95º | 0.6% | 0.2% | - |
| HSV(B) | 95º | 0.75% | 0.31% | - |
| XYZ | 4.08 | 6.35 | 1.67 | - |
| YUV | 62.7 | 103.9 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 20 | 0.44 | 0 | 0.75 | 0.69 | 95 | 0.6 | 0.2 |
| Hex | 2D | 50 | 14 | 2C | 0 | 4B | 45 | 5F | 3C | 14 |
| Octal | 55 | 120 | 24 | 54 | 0 | 113 | 105 | 137 | 74 | 24 |
| Binary | 101101 | 1010000 | 10100 | 101100 | 0 | 1001011 | 1000101 | 1011111 | 111100 | 10100 |
Color Harmonies of #2D5014
Complementary color
Monochromatic Colors of #2D5014
Black with #2D5014
Text Example
Text Example
White with #2D5014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5014; }
p { color: rgb(45,80,20); }
H1.HeaderClassName
{
color: #2D5014;
}
.AnyTagClassName
{
color: #2D5014;
}
</style>
background-color css
<style>
a { background-color: #2D5014; }
a { background-color: rgb(45,80,20); }
div.DivClassName
{
background-color: #2D5014;
}
.BgClassName
{
background-color: #2D5014;
}
</style>
border-color css
<style>
span { border-color: #2D5014; }
span { border-color: rgb(45,80,20); }
td.TdClassName
{
border-color: #2D5014;
}
.TagClassName
{
border-color: #2D5014;
}
</style>