Shades of Seaweed #2F4F14
Tints of Seaweed #2F4F14
RGB
CMYK
RGB Variations
Color information
#2F4F14 (or 0x2F4F14) is known color: Seaweed. HEX triplet: 2F, 4F and 14. RGB value is (47,79,20). Sum of RGB (Red+Green+Blue) = 47+79+20=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 79 (31.25% from 255 or 54.11% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 79 - color contains mainly: green. Hex color #2F4F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F4F14 is #D0B0EB. Grayscale: #3E3E3E. Windows color (decimal): -13676780 or 1330991. OLE color: 1330991.
HSL color Cylindrical-coordinate representation of color #2F4F14: hue angle of 92.54º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F4F14 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 79 | 20 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.69 |
| HSL | 92.54º | 0.6% | 0.19% | - |
| HSV(B) | 92.54º | 0.75% | 0.31% | - |
| XYZ | 4.09 | 6.25 | 1.65 | - |
| YUV | 62.71 | 103.9 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 79 | 20 | 0.41 | 0 | 0.75 | 0.69 | 92.54 | 0.6 | 0.19 |
| Hex | 2F | 4F | 14 | 29 | 0 | 4B | 45 | 5D | 3C | 13 |
| Octal | 57 | 117 | 24 | 51 | 0 | 113 | 105 | 135 | 74 | 23 |
| Binary | 101111 | 1001111 | 10100 | 101001 | 0 | 1001011 | 1000101 | 1011101 | 111100 | 10011 |
Color Harmonies of #2F4F14
Complementary color
Monochromatic Colors of #2F4F14
Black with #2F4F14
Text Example
Text Example
White with #2F4F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4F14; }
p { color: rgb(47,79,20); }
H1.HeaderClassName
{
color: #2F4F14;
}
.AnyTagClassName
{
color: #2F4F14;
}
</style>
background-color css
<style>
a { background-color: #2F4F14; }
a { background-color: rgb(47,79,20); }
div.DivClassName
{
background-color: #2F4F14;
}
.BgClassName
{
background-color: #2F4F14;
}
</style>
border-color css
<style>
span { border-color: #2F4F14; }
span { border-color: rgb(47,79,20); }
td.TdClassName
{
border-color: #2F4F14;
}
.TagClassName
{
border-color: #2F4F14;
}
</style>