Shades of Seaweed #2F5014
Tints of Seaweed #2F5014
RGB
CMYK
RGB Variations
Color information
#2F5014 (or 0x2F5014) is known color: Seaweed. HEX triplet: 2F, 50 and 14. RGB value is (47,80,20). Sum of RGB (Red+Green+Blue) = 47+80+20=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #2F5014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5014 is #D0AFEB. Grayscale: #3F3F3F. Windows color (decimal): -13676524 or 1331247. OLE color: 1331247.
HSL color Cylindrical-coordinate representation of color #2F5014: hue angle of 93º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F5014 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 80 | 20 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.69 |
| HSL | 93º | 0.6% | 0.2% | - |
| HSV(B) | 93º | 0.75% | 0.31% | - |
| XYZ | 4.17 | 6.39 | 1.68 | - |
| YUV | 63.29 | 103.57 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 80 | 20 | 0.41 | 0 | 0.75 | 0.69 | 93 | 0.6 | 0.2 |
| Hex | 2F | 50 | 14 | 29 | 0 | 4B | 45 | 5D | 3C | 14 |
| Octal | 57 | 120 | 24 | 51 | 0 | 113 | 105 | 135 | 74 | 24 |
| Binary | 101111 | 1010000 | 10100 | 101001 | 0 | 1001011 | 1000101 | 1011101 | 111100 | 10100 |
Color Harmonies of #2F5014
Complementary color
Monochromatic Colors of #2F5014
Black with #2F5014
Text Example
Text Example
White with #2F5014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5014; }
p { color: rgb(47,80,20); }
H1.HeaderClassName
{
color: #2F5014;
}
.AnyTagClassName
{
color: #2F5014;
}
</style>
background-color css
<style>
a { background-color: #2F5014; }
a { background-color: rgb(47,80,20); }
div.DivClassName
{
background-color: #2F5014;
}
.BgClassName
{
background-color: #2F5014;
}
</style>
border-color css
<style>
span { border-color: #2F5014; }
span { border-color: rgb(47,80,20); }
td.TdClassName
{
border-color: #2F5014;
}
.TagClassName
{
border-color: #2F5014;
}
</style>