Shades of Seaweed #2D5212
Tints of Seaweed #2D5212
RGB
CMYK
RGB Variations
Color information
#2D5212 (or 0x2D5212) is known color: Seaweed. HEX triplet: 2D, 52 and 12. RGB value is (45,82,18). Sum of RGB (Red+Green+Blue) = 45+82+18=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 82 (32.42% from 255 or 56.55% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 82 - color contains mainly: green. Hex color #2D5212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5212 is #D2ADED. Grayscale: #3F3F3F. Windows color (decimal): -13807086 or 1200685. OLE color: 1200685.
HSL color Cylindrical-coordinate representation of color #2D5212: hue angle of 94.69º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D5212 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 82 | 18 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.68 |
| HSL | 94.69º | 0.64% | 0.2% | - |
| HSV(B) | 94.69º | 0.78% | 0.32% | - |
| XYZ | 4.21 | 6.64 | 1.63 | - |
| YUV | 63.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 18 | 0.45 | 0 | 0.78 | 0.68 | 94.69 | 0.64 | 0.2 |
| Hex | 2D | 52 | 12 | 2D | 0 | 4E | 44 | 5F | 40 | 14 |
| Octal | 55 | 122 | 22 | 55 | 0 | 116 | 104 | 137 | 100 | 24 |
| Binary | 101101 | 1010010 | 10010 | 101101 | 0 | 1001110 | 1000100 | 1011111 | 1000000 | 10100 |
Color Harmonies of #2D5212
Complementary color
Monochromatic Colors of #2D5212
Black with #2D5212
Text Example
Text Example
White with #2D5212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5212; }
p { color: rgb(45,82,18); }
H1.HeaderClassName
{
color: #2D5212;
}
.AnyTagClassName
{
color: #2D5212;
}
</style>
background-color css
<style>
a { background-color: #2D5212; }
a { background-color: rgb(45,82,18); }
div.DivClassName
{
background-color: #2D5212;
}
.BgClassName
{
background-color: #2D5212;
}
</style>
border-color css
<style>
span { border-color: #2D5212; }
span { border-color: rgb(45,82,18); }
td.TdClassName
{
border-color: #2D5212;
}
.TagClassName
{
border-color: #2D5212;
}
</style>