Shades of Seaweed #2D4912
Tints of Seaweed #2D4912
RGB
CMYK
RGB Variations
Color information
#2D4912 (or 0x2D4912) is known color: Seaweed. HEX triplet: 2D, 49 and 12. RGB value is (45,73,18). Sum of RGB (Red+Green+Blue) = 45+73+18=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 73 (28.91% from 255 or 53.68% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 73 - color contains mainly: green. Hex color #2D4912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4912 is #D2B6ED. Grayscale: #3A3A3A. Windows color (decimal): -13809390 or 1198381. OLE color: 1198381.
HSL color Cylindrical-coordinate representation of color #2D4912: hue angle of 90.55º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D4912 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 73 | 18 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.71 |
| HSL | 90.55º | 0.6% | 0.18% | - |
| HSV(B) | 90.55º | 0.75% | 0.29% | - |
| XYZ | 3.57 | 5.37 | 1.42 | - |
| YUV | 58.36 | 105.22 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 73 | 18 | 0.38 | 0 | 0.75 | 0.71 | 90.55 | 0.6 | 0.18 |
| Hex | 2D | 49 | 12 | 26 | 0 | 4B | 47 | 5B | 3C | 12 |
| Octal | 55 | 111 | 22 | 46 | 0 | 113 | 107 | 133 | 74 | 22 |
| Binary | 101101 | 1001001 | 10010 | 100110 | 0 | 1001011 | 1000111 | 1011011 | 111100 | 10010 |
Color Harmonies of #2D4912
Complementary color
Monochromatic Colors of #2D4912
Black with #2D4912
Text Example
Text Example
White with #2D4912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4912; }
p { color: rgb(45,73,18); }
H1.HeaderClassName
{
color: #2D4912;
}
.AnyTagClassName
{
color: #2D4912;
}
</style>
background-color css
<style>
a { background-color: #2D4912; }
a { background-color: rgb(45,73,18); }
div.DivClassName
{
background-color: #2D4912;
}
.BgClassName
{
background-color: #2D4912;
}
</style>
border-color css
<style>
span { border-color: #2D4912; }
span { border-color: rgb(45,73,18); }
td.TdClassName
{
border-color: #2D4912;
}
.TagClassName
{
border-color: #2D4912;
}
</style>