Shades of Seaweed #2D500E
Tints of Seaweed #2D500E
RGB
CMYK
RGB Variations
Color information
#2D500E (or 0x2D500E) is known color: Seaweed. HEX triplet: 2D, 50 and 0E. RGB value is (45,80,14). Sum of RGB (Red+Green+Blue) = 45+80+14=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #2D500E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D500E is #D2AFF1. Grayscale: #3E3E3E. Windows color (decimal): -13807602 or 938029. OLE color: 938029.
HSL color Cylindrical-coordinate representation of color #2D500E: hue angle of 91.82º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D500E is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 80 | 14 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.69 |
| HSL | 91.82º | 0.7% | 0.18% | - |
| HSV(B) | 91.82º | 0.83% | 0.31% | - |
| XYZ | 4.03 | 6.33 | 1.42 | - |
| YUV | 62.01 | 100.9 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 14 | 0.44 | 0 | 0.83 | 0.69 | 91.82 | 0.7 | 0.18 |
| Hex | 2D | 50 | E | 2C | 0 | 53 | 45 | 5C | 46 | 12 |
| Octal | 55 | 120 | 16 | 54 | 0 | 123 | 105 | 134 | 106 | 22 |
| Binary | 101101 | 1010000 | 1110 | 101100 | 0 | 1010011 | 1000101 | 1011100 | 1000110 | 10010 |
Color Harmonies of #2D500E
Complementary color
Monochromatic Colors of #2D500E
Black with #2D500E
Text Example
Text Example
White with #2D500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D500E; }
p { color: rgb(45,80,14); }
H1.HeaderClassName
{
color: #2D500E;
}
.AnyTagClassName
{
color: #2D500E;
}
</style>
background-color css
<style>
a { background-color: #2D500E; }
a { background-color: rgb(45,80,14); }
div.DivClassName
{
background-color: #2D500E;
}
.BgClassName
{
background-color: #2D500E;
}
</style>
border-color css
<style>
span { border-color: #2D500E; }
span { border-color: rgb(45,80,14); }
td.TdClassName
{
border-color: #2D500E;
}
.TagClassName
{
border-color: #2D500E;
}
</style>