Shades of Seaweed #2B4E10
Tints of Seaweed #2B4E10
RGB
CMYK
RGB Variations
Color information
#2B4E10 (or 0x2B4E10) is known color: Seaweed. HEX triplet: 2B, 4E and 10. RGB value is (43,78,16). Sum of RGB (Red+Green+Blue) = 43+78+16=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 78 (30.86% from 255 or 56.93% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 78 - color contains mainly: green. Hex color #2B4E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B4E10 is #D4B1EF. Grayscale: #3C3C3C. Windows color (decimal): -13939184 or 1068587. OLE color: 1068587.
HSL color Cylindrical-coordinate representation of color #2B4E10: hue angle of 93.87º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B4E10 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 78 | 16 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.69 |
| HSL | 93.87º | 0.66% | 0.18% | - |
| HSV(B) | 93.87º | 0.79% | 0.31% | - |
| XYZ | 3.81 | 6 | 1.45 | - |
| YUV | 60.47 | 102.9 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 78 | 16 | 0.45 | 0 | 0.79 | 0.69 | 93.87 | 0.66 | 0.18 |
| Hex | 2B | 4E | 10 | 2D | 0 | 4F | 45 | 5E | 42 | 12 |
| Octal | 53 | 116 | 20 | 55 | 0 | 117 | 105 | 136 | 102 | 22 |
| Binary | 101011 | 1001110 | 10000 | 101101 | 0 | 1001111 | 1000101 | 1011110 | 1000010 | 10010 |
Color Harmonies of #2B4E10
Complementary color
Monochromatic Colors of #2B4E10
Black with #2B4E10
Text Example
Text Example
White with #2B4E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4E10; }
p { color: rgb(43,78,16); }
H1.HeaderClassName
{
color: #2B4E10;
}
.AnyTagClassName
{
color: #2B4E10;
}
</style>
background-color css
<style>
a { background-color: #2B4E10; }
a { background-color: rgb(43,78,16); }
div.DivClassName
{
background-color: #2B4E10;
}
.BgClassName
{
background-color: #2B4E10;
}
</style>
border-color css
<style>
span { border-color: #2B4E10; }
span { border-color: rgb(43,78,16); }
td.TdClassName
{
border-color: #2B4E10;
}
.TagClassName
{
border-color: #2B4E10;
}
</style>