Shades of Seaweed #2F4915
Tints of Seaweed #2F4915
RGB
CMYK
RGB Variations
Color information
#2F4915 (or 0x2F4915) is known color: Seaweed. HEX triplet: 2F, 49 and 15. RGB value is (47,73,21). Sum of RGB (Red+Green+Blue) = 47+73+21=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 73 (28.91% from 255 or 51.77% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 73 - color contains mainly: green. Hex color #2F4915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4915 is #D0B6EA. Grayscale: #3B3B3B. Windows color (decimal): -13678315 or 1394991. OLE color: 1394991.
HSL color Cylindrical-coordinate representation of color #2F4915: hue angle of 90º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F4915 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 73 | 21 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.71 |
| HSL | 90º | 0.55% | 0.18% | - |
| HSV(B) | 90º | 0.71% | 0.29% | - |
| XYZ | 3.69 | 5.42 | 1.56 | - |
| YUV | 59.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 73 | 21 | 0.36 | 0 | 0.71 | 0.71 | 90 | 0.55 | 0.18 |
| Hex | 2F | 49 | 15 | 24 | 0 | 47 | 47 | 5A | 37 | 12 |
| Octal | 57 | 111 | 25 | 44 | 0 | 107 | 107 | 132 | 67 | 22 |
| Binary | 101111 | 1001001 | 10101 | 100100 | 0 | 1000111 | 1000111 | 1011010 | 110111 | 10010 |
Color Harmonies of #2F4915
Complementary color
Monochromatic Colors of #2F4915
Black with #2F4915
Text Example
Text Example
White with #2F4915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4915; }
p { color: rgb(47,73,21); }
H1.HeaderClassName
{
color: #2F4915;
}
.AnyTagClassName
{
color: #2F4915;
}
</style>
background-color css
<style>
a { background-color: #2F4915; }
a { background-color: rgb(47,73,21); }
div.DivClassName
{
background-color: #2F4915;
}
.BgClassName
{
background-color: #2F4915;
}
</style>
border-color css
<style>
span { border-color: #2F4915; }
span { border-color: rgb(47,73,21); }
td.TdClassName
{
border-color: #2F4915;
}
.TagClassName
{
border-color: #2F4915;
}
</style>