Shades of Seaweed #2D5312
Tints of Seaweed #2D5312
RGB
CMYK
RGB Variations
Color information
#2D5312 (or 0x2D5312) is known color: Seaweed. HEX triplet: 2D, 53 and 12. RGB value is (45,83,18). Sum of RGB (Red+Green+Blue) = 45+83+18=146 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.82% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #2D5312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5312 is #D2ACED. Grayscale: #404040. Windows color (decimal): -13806830 or 1200941. OLE color: 1200941.
HSL color Cylindrical-coordinate representation of color #2D5312: hue angle of 95.08º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D5312 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 18 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.67 |
| HSL | 95.08º | 0.64% | 0.2% | - |
| HSV(B) | 95.08º | 0.78% | 0.33% | - |
| XYZ | 4.28 | 6.79 | 1.66 | - |
| YUV | 64.23 | 101.91 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 18 | 0.46 | 0 | 0.78 | 0.67 | 95.08 | 0.64 | 0.2 |
| Hex | 2D | 53 | 12 | 2E | 0 | 4E | 43 | 5F | 40 | 14 |
| Octal | 55 | 123 | 22 | 56 | 0 | 116 | 103 | 137 | 100 | 24 |
| Binary | 101101 | 1010011 | 10010 | 101110 | 0 | 1001110 | 1000011 | 1011111 | 1000000 | 10100 |
Color Harmonies of #2D5312
Complementary color
Monochromatic Colors of #2D5312
Black with #2D5312
Text Example
Text Example
White with #2D5312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5312; }
p { color: rgb(45,83,18); }
H1.HeaderClassName
{
color: #2D5312;
}
.AnyTagClassName
{
color: #2D5312;
}
</style>
background-color css
<style>
a { background-color: #2D5312; }
a { background-color: rgb(45,83,18); }
div.DivClassName
{
background-color: #2D5312;
}
.BgClassName
{
background-color: #2D5312;
}
</style>
border-color css
<style>
span { border-color: #2D5312; }
span { border-color: rgb(45,83,18); }
td.TdClassName
{
border-color: #2D5312;
}
.TagClassName
{
border-color: #2D5312;
}
</style>