Shades of Seaweed #2F451E
Tints of Seaweed #2F451E
RGB
CMYK
RGB Variations
Color information
#2F451E (or 0x2F451E) is known color: Seaweed. HEX triplet: 2F, 45 and 1E. RGB value is (47,69,30). Sum of RGB (Red+Green+Blue) = 47+69+30=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #2F451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F451E is #D0BAE1. Grayscale: #3A3A3A. Windows color (decimal): -13679330 or 1983791. OLE color: 1983791.
HSL color Cylindrical-coordinate representation of color #2F451E: hue angle of 93.85º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F451E is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 69 | 30 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.73 |
| HSL | 93.85º | 0.39% | 0.19% | - |
| HSV(B) | 93.85º | 0.57% | 0.27% | - |
| XYZ | 3.53 | 4.95 | 2 | - |
| YUV | 57.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 69 | 30 | 0.32 | 0 | 0.57 | 0.73 | 93.85 | 0.39 | 0.19 |
| Hex | 2F | 45 | 1E | 20 | 0 | 39 | 49 | 5E | 27 | 13 |
| Octal | 57 | 105 | 36 | 40 | 0 | 71 | 111 | 136 | 47 | 23 |
| Binary | 101111 | 1000101 | 11110 | 100000 | 0 | 111001 | 1001001 | 1011110 | 100111 | 10011 |
Color Harmonies of #2F451E
Complementary color
Monochromatic Colors of #2F451E
Black with #2F451E
Text Example
Text Example
White with #2F451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F451E; }
p { color: rgb(47,69,30); }
H1.HeaderClassName
{
color: #2F451E;
}
.AnyTagClassName
{
color: #2F451E;
}
</style>
background-color css
<style>
a { background-color: #2F451E; }
a { background-color: rgb(47,69,30); }
div.DivClassName
{
background-color: #2F451E;
}
.BgClassName
{
background-color: #2F451E;
}
</style>
border-color css
<style>
span { border-color: #2F451E; }
span { border-color: rgb(47,69,30); }
td.TdClassName
{
border-color: #2F451E;
}
.TagClassName
{
border-color: #2F451E;
}
</style>