Shades of Seaweed #2D5211
Tints of Seaweed #2D5211
RGB
CMYK
RGB Variations
Color information
#2D5211 (or 0x2D5211) is known color: Seaweed. HEX triplet: 2D, 52 and 11. RGB value is (45,82,17). Sum of RGB (Red+Green+Blue) = 45+82+17=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #2D5211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5211 is #D2ADEE. Grayscale: #3F3F3F. Windows color (decimal): -13807087 or 1135149. OLE color: 1135149.
HSL color Cylindrical-coordinate representation of color #2D5211: hue angle of 94.15º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D5211 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 82 | 17 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.68 |
| HSL | 94.15º | 0.66% | 0.19% | - |
| HSV(B) | 94.15º | 0.79% | 0.32% | - |
| XYZ | 4.2 | 6.63 | 1.59 | - |
| YUV | 63.53 | 101.74 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 17 | 0.45 | 0 | 0.79 | 0.68 | 94.15 | 0.66 | 0.19 |
| Hex | 2D | 52 | 11 | 2D | 0 | 4F | 44 | 5E | 42 | 13 |
| Octal | 55 | 122 | 21 | 55 | 0 | 117 | 104 | 136 | 102 | 23 |
| Binary | 101101 | 1010010 | 10001 | 101101 | 0 | 1001111 | 1000100 | 1011110 | 1000010 | 10011 |
Color Harmonies of #2D5211
Complementary color
Monochromatic Colors of #2D5211
Black with #2D5211
Text Example
Text Example
White with #2D5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5211; }
p { color: rgb(45,82,17); }
H1.HeaderClassName
{
color: #2D5211;
}
.AnyTagClassName
{
color: #2D5211;
}
</style>
background-color css
<style>
a { background-color: #2D5211; }
a { background-color: rgb(45,82,17); }
div.DivClassName
{
background-color: #2D5211;
}
.BgClassName
{
background-color: #2D5211;
}
</style>
border-color css
<style>
span { border-color: #2D5211; }
span { border-color: rgb(45,82,17); }
td.TdClassName
{
border-color: #2D5211;
}
.TagClassName
{
border-color: #2D5211;
}
</style>