Shades of Seaweed #2F4121
Tints of Seaweed #2F4121
RGB
CMYK
RGB Variations
Color information
#2F4121 (or 0x2F4121) is known color: Seaweed. HEX triplet: 2F, 41 and 21. RGB value is (47,65,33). Sum of RGB (Red+Green+Blue) = 47+65+33=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4121 is #D0BEDE. Grayscale: #383838. Windows color (decimal): -13680351 or 2179375. OLE color: 2179375.
HSL color Cylindrical-coordinate representation of color #2F4121: hue angle of 93.75º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F4121 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 65 | 33 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.75 |
| HSL | 93.75º | 0.33% | 0.19% | - |
| HSV(B) | 93.75º | 0.49% | 0.25% | - |
| XYZ | 3.34 | 4.49 | 2.13 | - |
| YUV | 55.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 33 | 0.28 | 0 | 0.49 | 0.75 | 93.75 | 0.33 | 0.19 |
| Hex | 2F | 41 | 21 | 1C | 0 | 31 | 4B | 5E | 21 | 13 |
| Octal | 57 | 101 | 41 | 34 | 0 | 61 | 113 | 136 | 41 | 23 |
| Binary | 101111 | 1000001 | 100001 | 11100 | 0 | 110001 | 1001011 | 1011110 | 100001 | 10011 |
Color Harmonies of #2F4121
Complementary color
Monochromatic Colors of #2F4121
Black with #2F4121
Text Example
Text Example
White with #2F4121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4121; }
p { color: rgb(47,65,33); }
H1.HeaderClassName
{
color: #2F4121;
}
.AnyTagClassName
{
color: #2F4121;
}
</style>
background-color css
<style>
a { background-color: #2F4121; }
a { background-color: rgb(47,65,33); }
div.DivClassName
{
background-color: #2F4121;
}
.BgClassName
{
background-color: #2F4121;
}
</style>
border-color css
<style>
span { border-color: #2F4121; }
span { border-color: rgb(47,65,33); }
td.TdClassName
{
border-color: #2F4121;
}
.TagClassName
{
border-color: #2F4121;
}
</style>