Shades of Seaweed #2B4A14
Tints of Seaweed #2B4A14
RGB
CMYK
RGB Variations
Color information
#2B4A14 (or 0x2B4A14) is known color: Seaweed. HEX triplet: 2B, 4A and 14. RGB value is (43,74,20). Sum of RGB (Red+Green+Blue) = 43+74+20=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 74 (29.30% from 255 or 54.01% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 74 - color contains mainly: green. Hex color #2B4A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4A14 is #D4B5EB. Grayscale: #3A3A3A. Windows color (decimal): -13940204 or 1329707. OLE color: 1329707.
HSL color Cylindrical-coordinate representation of color #2B4A14: hue angle of 94.44º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B4A14 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 74 | 20 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.71 |
| HSL | 94.44º | 0.57% | 0.18% | - |
| HSV(B) | 94.44º | 0.73% | 0.29% | - |
| XYZ | 3.57 | 5.46 | 1.53 | - |
| YUV | 58.58 | 106.23 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 74 | 20 | 0.42 | 0 | 0.73 | 0.71 | 94.44 | 0.57 | 0.18 |
| Hex | 2B | 4A | 14 | 2A | 0 | 49 | 47 | 5E | 39 | 12 |
| Octal | 53 | 112 | 24 | 52 | 0 | 111 | 107 | 136 | 71 | 22 |
| Binary | 101011 | 1001010 | 10100 | 101010 | 0 | 1001001 | 1000111 | 1011110 | 111001 | 10010 |
Color Harmonies of #2B4A14
Complementary color
Monochromatic Colors of #2B4A14
Black with #2B4A14
Text Example
Text Example
White with #2B4A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4A14; }
p { color: rgb(43,74,20); }
H1.HeaderClassName
{
color: #2B4A14;
}
.AnyTagClassName
{
color: #2B4A14;
}
</style>
background-color css
<style>
a { background-color: #2B4A14; }
a { background-color: rgb(43,74,20); }
div.DivClassName
{
background-color: #2B4A14;
}
.BgClassName
{
background-color: #2B4A14;
}
</style>
border-color css
<style>
span { border-color: #2B4A14; }
span { border-color: rgb(43,74,20); }
td.TdClassName
{
border-color: #2B4A14;
}
.TagClassName
{
border-color: #2B4A14;
}
</style>