Shades of Seaweed #2D481B
Tints of Seaweed #2D481B
RGB
CMYK
RGB Variations
Color information
#2D481B (or 0x2D481B) is known color: Seaweed. HEX triplet: 2D, 48 and 1B. RGB value is (45,72,27). Sum of RGB (Red+Green+Blue) = 45+72+27=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #2D481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D481B is #D2B7E4. Grayscale: #3A3A3A. Windows color (decimal): -13809637 or 1787949. OLE color: 1787949.
HSL color Cylindrical-coordinate representation of color #2D481B: hue angle of 96º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D481B is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 72 | 27 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.72 |
| HSL | 96º | 0.45% | 0.19% | - |
| HSV(B) | 96º | 0.63% | 0.28% | - |
| XYZ | 3.6 | 5.27 | 1.86 | - |
| YUV | 58.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 72 | 27 | 0.38 | 0 | 0.62 | 0.72 | 96 | 0.45 | 0.19 |
| Hex | 2D | 48 | 1B | 26 | 0 | 3E | 48 | 60 | 2D | 13 |
| Octal | 55 | 110 | 33 | 46 | 0 | 76 | 110 | 140 | 55 | 23 |
| Binary | 101101 | 1001000 | 11011 | 100110 | 0 | 111110 | 1001000 | 1100000 | 101101 | 10011 |
Color Harmonies of #2D481B
Complementary color
Monochromatic Colors of #2D481B
Black with #2D481B
Text Example
Text Example
White with #2D481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D481B; }
p { color: rgb(45,72,27); }
H1.HeaderClassName
{
color: #2D481B;
}
.AnyTagClassName
{
color: #2D481B;
}
</style>
background-color css
<style>
a { background-color: #2D481B; }
a { background-color: rgb(45,72,27); }
div.DivClassName
{
background-color: #2D481B;
}
.BgClassName
{
background-color: #2D481B;
}
</style>
border-color css
<style>
span { border-color: #2D481B; }
span { border-color: rgb(45,72,27); }
td.TdClassName
{
border-color: #2D481B;
}
.TagClassName
{
border-color: #2D481B;
}
</style>