Shades of Seaweed #2F4E18
Tints of Seaweed #2F4E18
RGB
CMYK
RGB Variations
Color information
#2F4E18 (or 0x2F4E18) is known color: Seaweed. HEX triplet: 2F, 4E and 18. RGB value is (47,78,24). Sum of RGB (Red+Green+Blue) = 47+78+24=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 78 (30.86% from 255 or 52.35% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F4E18 is #D0B1E7. Grayscale: #3E3E3E. Windows color (decimal): -13677032 or 1592879. OLE color: 1592879.
HSL color Cylindrical-coordinate representation of color #2F4E18: hue angle of 94.44º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F4E18 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 78 | 24 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.69 |
| HSL | 94.44º | 0.53% | 0.2% | - |
| HSV(B) | 94.44º | 0.69% | 0.31% | - |
| XYZ | 4.06 | 6.12 | 1.83 | - |
| YUV | 62.58 | 106.23 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 78 | 24 | 0.40 | 0 | 0.69 | 0.69 | 94.44 | 0.53 | 0.2 |
| Hex | 2F | 4E | 18 | 28 | 0 | 45 | 45 | 5E | 35 | 14 |
| Octal | 57 | 116 | 30 | 50 | 0 | 105 | 105 | 136 | 65 | 24 |
| Binary | 101111 | 1001110 | 11000 | 101000 | 0 | 1000101 | 1000101 | 1011110 | 110101 | 10100 |
Color Harmonies of #2F4E18
Complementary color
Monochromatic Colors of #2F4E18
Black with #2F4E18
Text Example
Text Example
White with #2F4E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4E18; }
p { color: rgb(47,78,24); }
H1.HeaderClassName
{
color: #2F4E18;
}
.AnyTagClassName
{
color: #2F4E18;
}
</style>
background-color css
<style>
a { background-color: #2F4E18; }
a { background-color: rgb(47,78,24); }
div.DivClassName
{
background-color: #2F4E18;
}
.BgClassName
{
background-color: #2F4E18;
}
</style>
border-color css
<style>
span { border-color: #2F4E18; }
span { border-color: rgb(47,78,24); }
td.TdClassName
{
border-color: #2F4E18;
}
.TagClassName
{
border-color: #2F4E18;
}
</style>