Shades of Seaweed #2B4813
Tints of Seaweed #2B4813
RGB
CMYK
RGB Variations
Color information
#2B4813 (or 0x2B4813) is known color: Seaweed. HEX triplet: 2B, 48 and 13. RGB value is (43,72,19). Sum of RGB (Red+Green+Blue) = 43+72+19=134 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.09% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4813 is #D4B7EC. Grayscale: #393939. Windows color (decimal): -13940717 or 1263659. OLE color: 1263659.
HSL color Cylindrical-coordinate representation of color #2B4813: hue angle of 92.83º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B4813 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 72 | 19 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.72 |
| HSL | 92.83º | 0.58% | 0.18% | - |
| HSV(B) | 92.83º | 0.74% | 0.28% | - |
| XYZ | 3.43 | 5.2 | 1.44 | - |
| YUV | 57.29 | 106.39 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 19 | 0.40 | 0 | 0.74 | 0.72 | 92.83 | 0.58 | 0.18 |
| Hex | 2B | 48 | 13 | 28 | 0 | 4A | 48 | 5D | 3A | 12 |
| Octal | 53 | 110 | 23 | 50 | 0 | 112 | 110 | 135 | 72 | 22 |
| Binary | 101011 | 1001000 | 10011 | 101000 | 0 | 1001010 | 1001000 | 1011101 | 111010 | 10010 |
Color Harmonies of #2B4813
Complementary color
Monochromatic Colors of #2B4813
Black with #2B4813
Text Example
Text Example
White with #2B4813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4813; }
p { color: rgb(43,72,19); }
H1.HeaderClassName
{
color: #2B4813;
}
.AnyTagClassName
{
color: #2B4813;
}
</style>
background-color css
<style>
a { background-color: #2B4813; }
a { background-color: rgb(43,72,19); }
div.DivClassName
{
background-color: #2B4813;
}
.BgClassName
{
background-color: #2B4813;
}
</style>
border-color css
<style>
span { border-color: #2B4813; }
span { border-color: rgb(43,72,19); }
td.TdClassName
{
border-color: #2B4813;
}
.TagClassName
{
border-color: #2B4813;
}
</style>