Shades of Seaweed #2F4F10
Tints of Seaweed #2F4F10
RGB
CMYK
RGB Variations
Color information
#2F4F10 (or 0x2F4F10) is known color: Seaweed. HEX triplet: 2F, 4F and 10. RGB value is (47,79,16). Sum of RGB (Red+Green+Blue) = 47+79+16=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 79 (31.25% from 255 or 55.63% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 79 - color contains mainly: green. Hex color #2F4F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F4F10 is #D0B0EF. Grayscale: #3E3E3E. Windows color (decimal): -13676784 or 1068847. OLE color: 1068847.
HSL color Cylindrical-coordinate representation of color #2F4F10: hue angle of 90.48º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F4F10 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 79 | 16 | - |
| CMYK | 0.41 | 0 | 0.80 | 0.69 |
| HSL | 90.48º | 0.66% | 0.19% | - |
| HSV(B) | 90.48º | 0.8% | 0.31% | - |
| XYZ | 4.06 | 6.23 | 1.48 | - |
| YUV | 62.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 79 | 16 | 0.41 | 0 | 0.80 | 0.69 | 90.48 | 0.66 | 0.19 |
| Hex | 2F | 4F | 10 | 29 | 0 | 50 | 45 | 5A | 42 | 13 |
| Octal | 57 | 117 | 20 | 51 | 0 | 120 | 105 | 132 | 102 | 23 |
| Binary | 101111 | 1001111 | 10000 | 101001 | 0 | 1010000 | 1000101 | 1011010 | 1000010 | 10011 |
Color Harmonies of #2F4F10
Complementary color
Monochromatic Colors of #2F4F10
Black with #2F4F10
Text Example
Text Example
White with #2F4F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4F10; }
p { color: rgb(47,79,16); }
H1.HeaderClassName
{
color: #2F4F10;
}
.AnyTagClassName
{
color: #2F4F10;
}
</style>
background-color css
<style>
a { background-color: #2F4F10; }
a { background-color: rgb(47,79,16); }
div.DivClassName
{
background-color: #2F4F10;
}
.BgClassName
{
background-color: #2F4F10;
}
</style>
border-color css
<style>
span { border-color: #2F4F10; }
span { border-color: rgb(47,79,16); }
td.TdClassName
{
border-color: #2F4F10;
}
.TagClassName
{
border-color: #2F4F10;
}
</style>