Shades of Seaweed #2F481A
Tints of Seaweed #2F481A
RGB
CMYK
RGB Variations
Color information
#2F481A (or 0x2F481A) is known color: Seaweed. HEX triplet: 2F, 48 and 1A. RGB value is (47,72,26). Sum of RGB (Red+Green+Blue) = 47+72+26=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #2F481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F481A is #D0B7E5. Grayscale: #3B3B3B. Windows color (decimal): -13678566 or 1722415. OLE color: 1722415.
HSL color Cylindrical-coordinate representation of color #2F481A: hue angle of 92.61º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F481A is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 72 | 26 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.72 |
| HSL | 92.61º | 0.47% | 0.19% | - |
| HSV(B) | 92.61º | 0.64% | 0.28% | - |
| XYZ | 3.68 | 5.31 | 1.81 | - |
| YUV | 59.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 26 | 0.35 | 0 | 0.64 | 0.72 | 92.61 | 0.47 | 0.19 |
| Hex | 2F | 48 | 1A | 23 | 0 | 40 | 48 | 5D | 2F | 13 |
| Octal | 57 | 110 | 32 | 43 | 0 | 100 | 110 | 135 | 57 | 23 |
| Binary | 101111 | 1001000 | 11010 | 100011 | 0 | 1000000 | 1001000 | 1011101 | 101111 | 10011 |
Color Harmonies of #2F481A
Complementary color
Monochromatic Colors of #2F481A
Black with #2F481A
Text Example
Text Example
White with #2F481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F481A; }
p { color: rgb(47,72,26); }
H1.HeaderClassName
{
color: #2F481A;
}
.AnyTagClassName
{
color: #2F481A;
}
</style>
background-color css
<style>
a { background-color: #2F481A; }
a { background-color: rgb(47,72,26); }
div.DivClassName
{
background-color: #2F481A;
}
.BgClassName
{
background-color: #2F481A;
}
</style>
border-color css
<style>
span { border-color: #2F481A; }
span { border-color: rgb(47,72,26); }
td.TdClassName
{
border-color: #2F481A;
}
.TagClassName
{
border-color: #2F481A;
}
</style>