Shades of Seaweed #2B4D0F
Tints of Seaweed #2B4D0F
RGB
CMYK
RGB Variations
Color information
#2B4D0F (or 0x2B4D0F) is known color: Seaweed. HEX triplet: 2B, 4D and 0F. RGB value is (43,77,15). Sum of RGB (Red+Green+Blue) = 43+77+15=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 77 (30.47% from 255 or 57.04% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B4D0F is #D4B2F0. Grayscale: #3B3B3B. Windows color (decimal): -13939441 or 1002795. OLE color: 1002795.
HSL color Cylindrical-coordinate representation of color #2B4D0F: hue angle of 92.9º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B4D0F is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 77 | 15 | - |
| CMYK | 0.44 | 0 | 0.81 | 0.70 |
| HSL | 92.9º | 0.67% | 0.18% | - |
| HSV(B) | 92.9º | 0.81% | 0.3% | - |
| XYZ | 3.74 | 5.86 | 1.39 | - |
| YUV | 59.77 | 102.74 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 15 | 0.44 | 0 | 0.81 | 0.70 | 92.9 | 0.67 | 0.18 |
| Hex | 2B | 4D | F | 2C | 0 | 51 | 46 | 5D | 43 | 12 |
| Octal | 53 | 115 | 17 | 54 | 0 | 121 | 106 | 135 | 103 | 22 |
| Binary | 101011 | 1001101 | 1111 | 101100 | 0 | 1010001 | 1000110 | 1011101 | 1000011 | 10010 |
Color Harmonies of #2B4D0F
Complementary color
Monochromatic Colors of #2B4D0F
Black with #2B4D0F
Text Example
Text Example
White with #2B4D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4D0F; }
p { color: rgb(43,77,15); }
H1.HeaderClassName
{
color: #2B4D0F;
}
.AnyTagClassName
{
color: #2B4D0F;
}
</style>
background-color css
<style>
a { background-color: #2B4D0F; }
a { background-color: rgb(43,77,15); }
div.DivClassName
{
background-color: #2B4D0F;
}
.BgClassName
{
background-color: #2B4D0F;
}
</style>
border-color css
<style>
span { border-color: #2B4D0F; }
span { border-color: rgb(43,77,15); }
td.TdClassName
{
border-color: #2B4D0F;
}
.TagClassName
{
border-color: #2B4D0F;
}
</style>