Shades of Seaweed #2F4E11
Tints of Seaweed #2F4E11
RGB
CMYK
RGB Variations
Color information
#2F4E11 (or 0x2F4E11) is known color: Seaweed. HEX triplet: 2F, 4E and 11. RGB value is (47,78,17). Sum of RGB (Red+Green+Blue) = 47+78+17=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 78 (30.86% from 255 or 54.93% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F4E11 is #D0B1EE. Grayscale: #3D3D3D. Windows color (decimal): -13677039 or 1134127. OLE color: 1134127.
HSL color Cylindrical-coordinate representation of color #2F4E11: hue angle of 90.49º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F4E11 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 78 | 17 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.69 |
| HSL | 90.49º | 0.64% | 0.19% | - |
| HSV(B) | 90.49º | 0.78% | 0.31% | - |
| XYZ | 4 | 6.09 | 1.5 | - |
| YUV | 61.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 78 | 17 | 0.40 | 0 | 0.78 | 0.69 | 90.49 | 0.64 | 0.19 |
| Hex | 2F | 4E | 11 | 28 | 0 | 4E | 45 | 5A | 40 | 13 |
| Octal | 57 | 116 | 21 | 50 | 0 | 116 | 105 | 132 | 100 | 23 |
| Binary | 101111 | 1001110 | 10001 | 101000 | 0 | 1001110 | 1000101 | 1011010 | 1000000 | 10011 |
Color Harmonies of #2F4E11
Complementary color
Monochromatic Colors of #2F4E11
Black with #2F4E11
Text Example
Text Example
White with #2F4E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4E11; }
p { color: rgb(47,78,17); }
H1.HeaderClassName
{
color: #2F4E11;
}
.AnyTagClassName
{
color: #2F4E11;
}
</style>
background-color css
<style>
a { background-color: #2F4E11; }
a { background-color: rgb(47,78,17); }
div.DivClassName
{
background-color: #2F4E11;
}
.BgClassName
{
background-color: #2F4E11;
}
</style>
border-color css
<style>
span { border-color: #2F4E11; }
span { border-color: rgb(47,78,17); }
td.TdClassName
{
border-color: #2F4E11;
}
.TagClassName
{
border-color: #2F4E11;
}
</style>