Shades of Seaweed #2B540A
Tints of Seaweed #2B540A
RGB
CMYK
RGB Variations
Color information
#2B540A (or 0x2B540A) is known color: Seaweed. HEX triplet: 2B, 54 and 0A. RGB value is (43,84,10). Sum of RGB (Red+Green+Blue) = 43+84+10=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #2B540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B540A is #D4ABF5. Grayscale: #3F3F3F. Windows color (decimal): -13937654 or 676907. OLE color: 676907.
HSL color Cylindrical-coordinate representation of color #2B540A: hue angle of 93.24º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B540A is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 84 | 10 | - |
| CMYK | 0.49 | 0 | 0.88 | 0.67 |
| HSL | 93.24º | 0.79% | 0.18% | - |
| HSV(B) | 93.24º | 0.88% | 0.33% | - |
| XYZ | 4.22 | 6.88 | 1.39 | - |
| YUV | 63.31 | 97.92 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 10 | 0.49 | 0 | 0.88 | 0.67 | 93.24 | 0.79 | 0.18 |
| Hex | 2B | 54 | A | 31 | 0 | 58 | 43 | 5D | 4F | 12 |
| Octal | 53 | 124 | 12 | 61 | 0 | 130 | 103 | 135 | 117 | 22 |
| Binary | 101011 | 1010100 | 1010 | 110001 | 0 | 1011000 | 1000011 | 1011101 | 1001111 | 10010 |
Color Harmonies of #2B540A
Complementary color
Monochromatic Colors of #2B540A
Black with #2B540A
Text Example
Text Example
White with #2B540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B540A; }
p { color: rgb(43,84,10); }
H1.HeaderClassName
{
color: #2B540A;
}
.AnyTagClassName
{
color: #2B540A;
}
</style>
background-color css
<style>
a { background-color: #2B540A; }
a { background-color: rgb(43,84,10); }
div.DivClassName
{
background-color: #2B540A;
}
.BgClassName
{
background-color: #2B540A;
}
</style>
border-color css
<style>
span { border-color: #2B540A; }
span { border-color: rgb(43,84,10); }
td.TdClassName
{
border-color: #2B540A;
}
.TagClassName
{
border-color: #2B540A;
}
</style>