Shades of Seaweed #2F590A
Tints of Seaweed #2F590A
RGB
CMYK
RGB Variations
Color information
#2F590A (or 0x2F590A) is known color: Seaweed. HEX triplet: 2F, 59 and 0A. RGB value is (47,89,10). Sum of RGB (Red+Green+Blue) = 47+89+10=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #2F590A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F590A is #D0A6F5. Grayscale: #434343. Windows color (decimal): -13674230 or 678191. OLE color: 678191.
HSL color Cylindrical-coordinate representation of color #2F590A: hue angle of 91.9º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F590A is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 89 | 10 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.65 |
| HSL | 91.9º | 0.8% | 0.19% | - |
| HSV(B) | 91.9º | 0.89% | 0.35% | - |
| XYZ | 4.8 | 7.77 | 1.53 | - |
| YUV | 67.44 | 95.59 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 10 | 0.47 | 0 | 0.89 | 0.65 | 91.9 | 0.8 | 0.19 |
| Hex | 2F | 59 | A | 2F | 0 | 59 | 41 | 5C | 50 | 13 |
| Octal | 57 | 131 | 12 | 57 | 0 | 131 | 101 | 134 | 120 | 23 |
| Binary | 101111 | 1011001 | 1010 | 101111 | 0 | 1011001 | 1000001 | 1011100 | 1010000 | 10011 |
Color Harmonies of #2F590A
Complementary color
Monochromatic Colors of #2F590A
Black with #2F590A
Text Example
Text Example
White with #2F590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F590A; }
p { color: rgb(47,89,10); }
H1.HeaderClassName
{
color: #2F590A;
}
.AnyTagClassName
{
color: #2F590A;
}
</style>
background-color css
<style>
a { background-color: #2F590A; }
a { background-color: rgb(47,89,10); }
div.DivClassName
{
background-color: #2F590A;
}
.BgClassName
{
background-color: #2F590A;
}
</style>
border-color css
<style>
span { border-color: #2F590A; }
span { border-color: rgb(47,89,10); }
td.TdClassName
{
border-color: #2F590A;
}
.TagClassName
{
border-color: #2F590A;
}
</style>