Shades of Seaweed #2B500C
Tints of Seaweed #2B500C
RGB
CMYK
RGB Variations
Color information
#2B500C (or 0x2B500C) is known color: Seaweed. HEX triplet: 2B, 50 and 0C. RGB value is (43,80,12). Sum of RGB (Red+Green+Blue) = 43+80+12=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #2B500C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B500C is #D4AFF3. Grayscale: #3D3D3D. Windows color (decimal): -13938676 or 806955. OLE color: 806955.
HSL color Cylindrical-coordinate representation of color #2B500C: hue angle of 92.65º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B500C is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 80 | 12 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.69 |
| HSL | 92.65º | 0.74% | 0.18% | - |
| HSV(B) | 92.65º | 0.85% | 0.31% | - |
| XYZ | 3.93 | 6.28 | 1.35 | - |
| YUV | 61.19 | 100.24 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 12 | 0.46 | 0 | 0.85 | 0.69 | 92.65 | 0.74 | 0.18 |
| Hex | 2B | 50 | C | 2E | 0 | 55 | 45 | 5D | 4A | 12 |
| Octal | 53 | 120 | 14 | 56 | 0 | 125 | 105 | 135 | 112 | 22 |
| Binary | 101011 | 1010000 | 1100 | 101110 | 0 | 1010101 | 1000101 | 1011101 | 1001010 | 10010 |
Color Harmonies of #2B500C
Complementary color
Monochromatic Colors of #2B500C
Black with #2B500C
Text Example
Text Example
White with #2B500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B500C; }
p { color: rgb(43,80,12); }
H1.HeaderClassName
{
color: #2B500C;
}
.AnyTagClassName
{
color: #2B500C;
}
</style>
background-color css
<style>
a { background-color: #2B500C; }
a { background-color: rgb(43,80,12); }
div.DivClassName
{
background-color: #2B500C;
}
.BgClassName
{
background-color: #2B500C;
}
</style>
border-color css
<style>
span { border-color: #2B500C; }
span { border-color: rgb(43,80,12); }
td.TdClassName
{
border-color: #2B500C;
}
.TagClassName
{
border-color: #2B500C;
}
</style>