Shades of Seaweed #2F4618
Tints of Seaweed #2F4618
RGB
CMYK
RGB Variations
Color information
#2F4618 (or 0x2F4618) is known color: Seaweed. HEX triplet: 2F, 46 and 18. RGB value is (47,70,24). Sum of RGB (Red+Green+Blue) = 47+70+24=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #2F4618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4618 is #D0B9E7. Grayscale: #3A3A3A. Windows color (decimal): -13679080 or 1590831. OLE color: 1590831.
HSL color Cylindrical-coordinate representation of color #2F4618: hue angle of 90º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F4618 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 70 | 24 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.73 |
| HSL | 90º | 0.49% | 0.18% | - |
| HSV(B) | 90º | 0.66% | 0.27% | - |
| XYZ | 3.53 | 5.05 | 1.65 | - |
| YUV | 57.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 24 | 0.33 | 0 | 0.66 | 0.73 | 90 | 0.49 | 0.18 |
| Hex | 2F | 46 | 18 | 21 | 0 | 42 | 49 | 5A | 31 | 12 |
| Octal | 57 | 106 | 30 | 41 | 0 | 102 | 111 | 132 | 61 | 22 |
| Binary | 101111 | 1000110 | 11000 | 100001 | 0 | 1000010 | 1001001 | 1011010 | 110001 | 10010 |
Color Harmonies of #2F4618
Complementary color
Monochromatic Colors of #2F4618
Black with #2F4618
Text Example
Text Example
White with #2F4618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4618; }
p { color: rgb(47,70,24); }
H1.HeaderClassName
{
color: #2F4618;
}
.AnyTagClassName
{
color: #2F4618;
}
</style>
background-color css
<style>
a { background-color: #2F4618; }
a { background-color: rgb(47,70,24); }
div.DivClassName
{
background-color: #2F4618;
}
.BgClassName
{
background-color: #2F4618;
}
</style>
border-color css
<style>
span { border-color: #2F4618; }
span { border-color: rgb(47,70,24); }
td.TdClassName
{
border-color: #2F4618;
}
.TagClassName
{
border-color: #2F4618;
}
</style>