Shades of Seaweed #2F431A
Tints of Seaweed #2F431A
RGB
CMYK
RGB Variations
Color information
#2F431A (or 0x2F431A) is known color: Seaweed. HEX triplet: 2F, 43 and 1A. RGB value is (47,67,26). Sum of RGB (Red+Green+Blue) = 47+67+26=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #2F431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F431A is #D0BCE5. Grayscale: #383838. Windows color (decimal): -13679846 or 1721135. OLE color: 1721135.
HSL color Cylindrical-coordinate representation of color #2F431A: hue angle of 89.27º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F431A is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 67 | 26 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.74 |
| HSL | 89.27º | 0.44% | 0.18% | - |
| HSV(B) | 89.27º | 0.61% | 0.26% | - |
| XYZ | 3.37 | 4.69 | 1.71 | - |
| YUV | 56.35 | 110.87 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 26 | 0.30 | 0 | 0.61 | 0.74 | 89.27 | 0.44 | 0.18 |
| Hex | 2F | 43 | 1A | 1E | 0 | 3D | 4A | 59 | 2C | 12 |
| Octal | 57 | 103 | 32 | 36 | 0 | 75 | 112 | 131 | 54 | 22 |
| Binary | 101111 | 1000011 | 11010 | 11110 | 0 | 111101 | 1001010 | 1011001 | 101100 | 10010 |
Color Harmonies of #2F431A
Complementary color
Monochromatic Colors of #2F431A
Black with #2F431A
Text Example
Text Example
White with #2F431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F431A; }
p { color: rgb(47,67,26); }
H1.HeaderClassName
{
color: #2F431A;
}
.AnyTagClassName
{
color: #2F431A;
}
</style>
background-color css
<style>
a { background-color: #2F431A; }
a { background-color: rgb(47,67,26); }
div.DivClassName
{
background-color: #2F431A;
}
.BgClassName
{
background-color: #2F431A;
}
</style>
border-color css
<style>
span { border-color: #2F431A; }
span { border-color: rgb(47,67,26); }
td.TdClassName
{
border-color: #2F431A;
}
.TagClassName
{
border-color: #2F431A;
}
</style>