Shades of Seaweed #2B4917
Tints of Seaweed #2B4917
RGB
CMYK
RGB Variations
Color information
#2B4917 (or 0x2B4917) is known color: Seaweed. HEX triplet: 2B, 49 and 17. RGB value is (43,73,23). Sum of RGB (Red+Green+Blue) = 43+73+23=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #2B4917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4917 is #D4B6E8. Grayscale: #3A3A3A. Windows color (decimal): -13940457 or 1526059. OLE color: 1526059.
HSL color Cylindrical-coordinate representation of color #2B4917: hue angle of 96º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B4917 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 73 | 23 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.71 |
| HSL | 96º | 0.52% | 0.19% | - |
| HSV(B) | 96º | 0.68% | 0.29% | - |
| XYZ | 3.53 | 5.34 | 1.66 | - |
| YUV | 58.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 23 | 0.41 | 0 | 0.68 | 0.71 | 96 | 0.52 | 0.19 |
| Hex | 2B | 49 | 17 | 29 | 0 | 44 | 47 | 60 | 34 | 13 |
| Octal | 53 | 111 | 27 | 51 | 0 | 104 | 107 | 140 | 64 | 23 |
| Binary | 101011 | 1001001 | 10111 | 101001 | 0 | 1000100 | 1000111 | 1100000 | 110100 | 10011 |
Color Harmonies of #2B4917
Complementary color
Monochromatic Colors of #2B4917
Black with #2B4917
Text Example
Text Example
White with #2B4917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4917; }
p { color: rgb(43,73,23); }
H1.HeaderClassName
{
color: #2B4917;
}
.AnyTagClassName
{
color: #2B4917;
}
</style>
background-color css
<style>
a { background-color: #2B4917; }
a { background-color: rgb(43,73,23); }
div.DivClassName
{
background-color: #2B4917;
}
.BgClassName
{
background-color: #2B4917;
}
</style>
border-color css
<style>
span { border-color: #2B4917; }
span { border-color: rgb(43,73,23); }
td.TdClassName
{
border-color: #2B4917;
}
.TagClassName
{
border-color: #2B4917;
}
</style>