Shades of Seaweed #2F4319
Tints of Seaweed #2F4319
RGB
CMYK
RGB Variations
Color information
#2F4319 (or 0x2F4319) is known color: Seaweed. HEX triplet: 2F, 43 and 19. RGB value is (47,67,25). Sum of RGB (Red+Green+Blue) = 47+67+25=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #2F4319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4319 is #D0BCE6. Grayscale: #383838. Windows color (decimal): -13679847 or 1655599. OLE color: 1655599.
HSL color Cylindrical-coordinate representation of color #2F4319: hue angle of 88.57º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F4319 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 67 | 25 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.74 |
| HSL | 88.57º | 0.46% | 0.18% | - |
| HSV(B) | 88.57º | 0.63% | 0.26% | - |
| XYZ | 3.35 | 4.69 | 1.65 | - |
| YUV | 56.23 | 110.37 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 25 | 0.30 | 0 | 0.63 | 0.74 | 88.57 | 0.46 | 0.18 |
| Hex | 2F | 43 | 19 | 1E | 0 | 3F | 4A | 59 | 2E | 12 |
| Octal | 57 | 103 | 31 | 36 | 0 | 77 | 112 | 131 | 56 | 22 |
| Binary | 101111 | 1000011 | 11001 | 11110 | 0 | 111111 | 1001010 | 1011001 | 101110 | 10010 |
Color Harmonies of #2F4319
Complementary color
Monochromatic Colors of #2F4319
Black with #2F4319
Text Example
Text Example
White with #2F4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4319; }
p { color: rgb(47,67,25); }
H1.HeaderClassName
{
color: #2F4319;
}
.AnyTagClassName
{
color: #2F4319;
}
</style>
background-color css
<style>
a { background-color: #2F4319; }
a { background-color: rgb(47,67,25); }
div.DivClassName
{
background-color: #2F4319;
}
.BgClassName
{
background-color: #2F4319;
}
</style>
border-color css
<style>
span { border-color: #2F4319; }
span { border-color: rgb(47,67,25); }
td.TdClassName
{
border-color: #2F4319;
}
.TagClassName
{
border-color: #2F4319;
}
</style>