Shades of Seaweed #2B530E
Tints of Seaweed #2B530E
RGB
CMYK
RGB Variations
Color information
#2B530E (or 0x2B530E) is known color: Seaweed. HEX triplet: 2B, 53 and 0E. RGB value is (43,83,14). Sum of RGB (Red+Green+Blue) = 43+83+14=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #2B530E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B530E is #D4ACF1. Grayscale: #3F3F3F. Windows color (decimal): -13937906 or 938795. OLE color: 938795.
HSL color Cylindrical-coordinate representation of color #2B530E: hue angle of 94.78º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B530E is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 83 | 14 | - |
| CMYK | 0.48 | 0 | 0.83 | 0.67 |
| HSL | 94.78º | 0.71% | 0.19% | - |
| HSV(B) | 94.78º | 0.83% | 0.33% | - |
| XYZ | 4.17 | 6.73 | 1.5 | - |
| YUV | 63.17 | 100.25 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 14 | 0.48 | 0 | 0.83 | 0.67 | 94.78 | 0.71 | 0.19 |
| Hex | 2B | 53 | E | 30 | 0 | 53 | 43 | 5F | 47 | 13 |
| Octal | 53 | 123 | 16 | 60 | 0 | 123 | 103 | 137 | 107 | 23 |
| Binary | 101011 | 1010011 | 1110 | 110000 | 0 | 1010011 | 1000011 | 1011111 | 1000111 | 10011 |
Color Harmonies of #2B530E
Complementary color
Monochromatic Colors of #2B530E
Black with #2B530E
Text Example
Text Example
White with #2B530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B530E; }
p { color: rgb(43,83,14); }
H1.HeaderClassName
{
color: #2B530E;
}
.AnyTagClassName
{
color: #2B530E;
}
</style>
background-color css
<style>
a { background-color: #2B530E; }
a { background-color: rgb(43,83,14); }
div.DivClassName
{
background-color: #2B530E;
}
.BgClassName
{
background-color: #2B530E;
}
</style>
border-color css
<style>
span { border-color: #2B530E; }
span { border-color: rgb(43,83,14); }
td.TdClassName
{
border-color: #2B530E;
}
.TagClassName
{
border-color: #2B530E;
}
</style>