Shades of Seaweed #2F590F
Tints of Seaweed #2F590F
RGB
CMYK
RGB Variations
Color information
#2F590F (or 0x2F590F) is known color: Seaweed. HEX triplet: 2F, 59 and 0F. RGB value is (47,89,15). Sum of RGB (Red+Green+Blue) = 47+89+15=151 (20% of max value = 765). Red value is 47 (18.75% from 255 or 31.13% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #2F590F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F590F is #D0A6F0. Grayscale: #444444. Windows color (decimal): -13674225 or 1005871. OLE color: 1005871.
HSL color Cylindrical-coordinate representation of color #2F590F: hue angle of 94.05º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F590F is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 89 | 15 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.65 |
| HSL | 94.05º | 0.71% | 0.2% | - |
| HSV(B) | 94.05º | 0.83% | 0.35% | - |
| XYZ | 4.83 | 7.78 | 1.7 | - |
| YUV | 68.01 | 98.09 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 15 | 0.47 | 0 | 0.83 | 0.65 | 94.05 | 0.71 | 0.2 |
| Hex | 2F | 59 | F | 2F | 0 | 53 | 41 | 5E | 47 | 14 |
| Octal | 57 | 131 | 17 | 57 | 0 | 123 | 101 | 136 | 107 | 24 |
| Binary | 101111 | 1011001 | 1111 | 101111 | 0 | 1010011 | 1000001 | 1011110 | 1000111 | 10100 |
Color Harmonies of #2F590F
Complementary color
Monochromatic Colors of #2F590F
Black with #2F590F
Text Example
Text Example
White with #2F590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F590F; }
p { color: rgb(47,89,15); }
H1.HeaderClassName
{
color: #2F590F;
}
.AnyTagClassName
{
color: #2F590F;
}
</style>
background-color css
<style>
a { background-color: #2F590F; }
a { background-color: rgb(47,89,15); }
div.DivClassName
{
background-color: #2F590F;
}
.BgClassName
{
background-color: #2F590F;
}
</style>
border-color css
<style>
span { border-color: #2F590F; }
span { border-color: rgb(47,89,15); }
td.TdClassName
{
border-color: #2F590F;
}
.TagClassName
{
border-color: #2F590F;
}
</style>