Shades of Seaweed #2F451A
Tints of Seaweed #2F451A
RGB
CMYK
RGB Variations
Color information
#2F451A (or 0x2F451A) is known color: Seaweed. HEX triplet: 2F, 45 and 1A. RGB value is (47,69,26). Sum of RGB (Red+Green+Blue) = 47+69+26=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #2F451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F451A is #D0BAE5. Grayscale: #393939. Windows color (decimal): -13679334 or 1721647. OLE color: 1721647.
HSL color Cylindrical-coordinate representation of color #2F451A: hue angle of 90.7º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F451A is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 69 | 26 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.73 |
| HSL | 90.7º | 0.45% | 0.19% | - |
| HSV(B) | 90.7º | 0.62% | 0.27% | - |
| XYZ | 3.49 | 4.94 | 1.75 | - |
| YUV | 57.52 | 110.21 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 69 | 26 | 0.32 | 0 | 0.62 | 0.73 | 90.7 | 0.45 | 0.19 |
| Hex | 2F | 45 | 1A | 20 | 0 | 3E | 49 | 5B | 2D | 13 |
| Octal | 57 | 105 | 32 | 40 | 0 | 76 | 111 | 133 | 55 | 23 |
| Binary | 101111 | 1000101 | 11010 | 100000 | 0 | 111110 | 1001001 | 1011011 | 101101 | 10011 |
Color Harmonies of #2F451A
Complementary color
Monochromatic Colors of #2F451A
Black with #2F451A
Text Example
Text Example
White with #2F451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F451A; }
p { color: rgb(47,69,26); }
H1.HeaderClassName
{
color: #2F451A;
}
.AnyTagClassName
{
color: #2F451A;
}
</style>
background-color css
<style>
a { background-color: #2F451A; }
a { background-color: rgb(47,69,26); }
div.DivClassName
{
background-color: #2F451A;
}
.BgClassName
{
background-color: #2F451A;
}
</style>
border-color css
<style>
span { border-color: #2F451A; }
span { border-color: rgb(47,69,26); }
td.TdClassName
{
border-color: #2F451A;
}
.TagClassName
{
border-color: #2F451A;
}
</style>