Shades of Seaweed #2B4913
Tints of Seaweed #2B4913
RGB
CMYK
RGB Variations
Color information
#2B4913 (or 0x2B4913) is known color: Seaweed. HEX triplet: 2B, 49 and 13. RGB value is (43,73,19). Sum of RGB (Red+Green+Blue) = 43+73+19=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #2B4913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4913 is #D4B6EC. Grayscale: #3A3A3A. Windows color (decimal): -13940461 or 1263915. OLE color: 1263915.
HSL color Cylindrical-coordinate representation of color #2B4913: hue angle of 93.33º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B4913 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 73 | 19 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.71 |
| HSL | 93.33º | 0.59% | 0.18% | - |
| HSV(B) | 93.33º | 0.74% | 0.29% | - |
| XYZ | 3.5 | 5.33 | 1.46 | - |
| YUV | 57.87 | 106.06 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 19 | 0.41 | 0 | 0.74 | 0.71 | 93.33 | 0.59 | 0.18 |
| Hex | 2B | 49 | 13 | 29 | 0 | 4A | 47 | 5D | 3B | 12 |
| Octal | 53 | 111 | 23 | 51 | 0 | 112 | 107 | 135 | 73 | 22 |
| Binary | 101011 | 1001001 | 10011 | 101001 | 0 | 1001010 | 1000111 | 1011101 | 111011 | 10010 |
Color Harmonies of #2B4913
Complementary color
Monochromatic Colors of #2B4913
Black with #2B4913
Text Example
Text Example
White with #2B4913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4913; }
p { color: rgb(43,73,19); }
H1.HeaderClassName
{
color: #2B4913;
}
.AnyTagClassName
{
color: #2B4913;
}
</style>
background-color css
<style>
a { background-color: #2B4913; }
a { background-color: rgb(43,73,19); }
div.DivClassName
{
background-color: #2B4913;
}
.BgClassName
{
background-color: #2B4913;
}
</style>
border-color css
<style>
span { border-color: #2B4913; }
span { border-color: rgb(43,73,19); }
td.TdClassName
{
border-color: #2B4913;
}
.TagClassName
{
border-color: #2B4913;
}
</style>