Shades of Seaweed #2B4C12
Tints of Seaweed #2B4C12
RGB
CMYK
RGB Variations
Color information
#2B4C12 (or 0x2B4C12) is known color: Seaweed. HEX triplet: 2B, 4C and 12. RGB value is (43,76,18). Sum of RGB (Red+Green+Blue) = 43+76+18=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 76 (30.08% from 255 or 55.47% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 76 - color contains mainly: green. Hex color #2B4C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4C12 is #D4B3ED. Grayscale: #3B3B3B. Windows color (decimal): -13939694 or 1199147. OLE color: 1199147.
HSL color Cylindrical-coordinate representation of color #2B4C12: hue angle of 94.14º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B4C12 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 76 | 18 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.70 |
| HSL | 94.14º | 0.62% | 0.18% | - |
| HSV(B) | 94.14º | 0.76% | 0.3% | - |
| XYZ | 3.69 | 5.73 | 1.48 | - |
| YUV | 59.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 76 | 18 | 0.43 | 0 | 0.76 | 0.70 | 94.14 | 0.62 | 0.18 |
| Hex | 2B | 4C | 12 | 2B | 0 | 4C | 46 | 5E | 3E | 12 |
| Octal | 53 | 114 | 22 | 53 | 0 | 114 | 106 | 136 | 76 | 22 |
| Binary | 101011 | 1001100 | 10010 | 101011 | 0 | 1001100 | 1000110 | 1011110 | 111110 | 10010 |
Color Harmonies of #2B4C12
Complementary color
Monochromatic Colors of #2B4C12
Black with #2B4C12
Text Example
Text Example
White with #2B4C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4C12; }
p { color: rgb(43,76,18); }
H1.HeaderClassName
{
color: #2B4C12;
}
.AnyTagClassName
{
color: #2B4C12;
}
</style>
background-color css
<style>
a { background-color: #2B4C12; }
a { background-color: rgb(43,76,18); }
div.DivClassName
{
background-color: #2B4C12;
}
.BgClassName
{
background-color: #2B4C12;
}
</style>
border-color css
<style>
span { border-color: #2B4C12; }
span { border-color: rgb(43,76,18); }
td.TdClassName
{
border-color: #2B4C12;
}
.TagClassName
{
border-color: #2B4C12;
}
</style>