Shades of Seaweed #2B4F0F
Tints of Seaweed #2B4F0F
RGB
CMYK
RGB Variations
Color information
#2B4F0F (or 0x2B4F0F) is known color: Seaweed. HEX triplet: 2B, 4F and 0F. RGB value is (43,79,15). Sum of RGB (Red+Green+Blue) = 43+79+15=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 79 (31.25% from 255 or 57.66% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 79 - color contains mainly: green. Hex color #2B4F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B4F0F is #D4B0F0. Grayscale: #3D3D3D. Windows color (decimal): -13938929 or 1003307. OLE color: 1003307.
HSL color Cylindrical-coordinate representation of color #2B4F0F: hue angle of 93.75º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B4F0F is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 79 | 15 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.69 |
| HSL | 93.75º | 0.68% | 0.18% | - |
| HSV(B) | 93.75º | 0.81% | 0.31% | - |
| XYZ | 3.88 | 6.14 | 1.43 | - |
| YUV | 60.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 79 | 15 | 0.46 | 0 | 0.81 | 0.69 | 93.75 | 0.68 | 0.18 |
| Hex | 2B | 4F | F | 2E | 0 | 51 | 45 | 5E | 44 | 12 |
| Octal | 53 | 117 | 17 | 56 | 0 | 121 | 105 | 136 | 104 | 22 |
| Binary | 101011 | 1001111 | 1111 | 101110 | 0 | 1010001 | 1000101 | 1011110 | 1000100 | 10010 |
Color Harmonies of #2B4F0F
Complementary color
Monochromatic Colors of #2B4F0F
Black with #2B4F0F
Text Example
Text Example
White with #2B4F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4F0F; }
p { color: rgb(43,79,15); }
H1.HeaderClassName
{
color: #2B4F0F;
}
.AnyTagClassName
{
color: #2B4F0F;
}
</style>
background-color css
<style>
a { background-color: #2B4F0F; }
a { background-color: rgb(43,79,15); }
div.DivClassName
{
background-color: #2B4F0F;
}
.BgClassName
{
background-color: #2B4F0F;
}
</style>
border-color css
<style>
span { border-color: #2B4F0F; }
span { border-color: rgb(43,79,15); }
td.TdClassName
{
border-color: #2B4F0F;
}
.TagClassName
{
border-color: #2B4F0F;
}
</style>