Shades of Seaweed #2F5112
Tints of Seaweed #2F5112
RGB
CMYK
RGB Variations
Color information
#2F5112 (or 0x2F5112) is known color: Seaweed. HEX triplet: 2F, 51 and 12. RGB value is (47,81,18). Sum of RGB (Red+Green+Blue) = 47+81+18=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 81 (32.03% from 255 or 55.48% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 81 - color contains mainly: green. Hex color #2F5112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5112 is #D0AEED. Grayscale: #3F3F3F. Windows color (decimal): -13676270 or 1200431. OLE color: 1200431.
HSL color Cylindrical-coordinate representation of color #2F5112: hue angle of 92.38º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F5112 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 81 | 18 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.68 |
| HSL | 92.38º | 0.64% | 0.19% | - |
| HSV(B) | 92.38º | 0.78% | 0.32% | - |
| XYZ | 4.22 | 6.53 | 1.61 | - |
| YUV | 63.65 | 102.24 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 81 | 18 | 0.42 | 0 | 0.78 | 0.68 | 92.38 | 0.64 | 0.19 |
| Hex | 2F | 51 | 12 | 2A | 0 | 4E | 44 | 5C | 40 | 13 |
| Octal | 57 | 121 | 22 | 52 | 0 | 116 | 104 | 134 | 100 | 23 |
| Binary | 101111 | 1010001 | 10010 | 101010 | 0 | 1001110 | 1000100 | 1011100 | 1000000 | 10011 |
Color Harmonies of #2F5112
Complementary color
Monochromatic Colors of #2F5112
Black with #2F5112
Text Example
Text Example
White with #2F5112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5112; }
p { color: rgb(47,81,18); }
H1.HeaderClassName
{
color: #2F5112;
}
.AnyTagClassName
{
color: #2F5112;
}
</style>
background-color css
<style>
a { background-color: #2F5112; }
a { background-color: rgb(47,81,18); }
div.DivClassName
{
background-color: #2F5112;
}
.BgClassName
{
background-color: #2F5112;
}
</style>
border-color css
<style>
span { border-color: #2F5112; }
span { border-color: rgb(47,81,18); }
td.TdClassName
{
border-color: #2F5112;
}
.TagClassName
{
border-color: #2F5112;
}
</style>