Shades of Seaweed #2F4B14
Tints of Seaweed #2F4B14
RGB
CMYK
RGB Variations
Color information
#2F4B14 (or 0x2F4B14) is known color: Seaweed. HEX triplet: 2F, 4B and 14. RGB value is (47,75,20). Sum of RGB (Red+Green+Blue) = 47+75+20=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 75 (29.69% from 255 or 52.82% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 75 - color contains mainly: green. Hex color #2F4B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4B14 is #D0B4EB. Grayscale: #3C3C3C. Windows color (decimal): -13677804 or 1329967. OLE color: 1329967.
HSL color Cylindrical-coordinate representation of color #2F4B14: hue angle of 90.55º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F4B14 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 75 | 20 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.71 |
| HSL | 90.55º | 0.58% | 0.19% | - |
| HSV(B) | 90.55º | 0.73% | 0.29% | - |
| XYZ | 3.81 | 5.69 | 1.56 | - |
| YUV | 60.36 | 105.22 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 20 | 0.37 | 0 | 0.73 | 0.71 | 90.55 | 0.58 | 0.19 |
| Hex | 2F | 4B | 14 | 25 | 0 | 49 | 47 | 5B | 3A | 13 |
| Octal | 57 | 113 | 24 | 45 | 0 | 111 | 107 | 133 | 72 | 23 |
| Binary | 101111 | 1001011 | 10100 | 100101 | 0 | 1001001 | 1000111 | 1011011 | 111010 | 10011 |
Color Harmonies of #2F4B14
Complementary color
Monochromatic Colors of #2F4B14
Black with #2F4B14
Text Example
Text Example
White with #2F4B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4B14; }
p { color: rgb(47,75,20); }
H1.HeaderClassName
{
color: #2F4B14;
}
.AnyTagClassName
{
color: #2F4B14;
}
</style>
background-color css
<style>
a { background-color: #2F4B14; }
a { background-color: rgb(47,75,20); }
div.DivClassName
{
background-color: #2F4B14;
}
.BgClassName
{
background-color: #2F4B14;
}
</style>
border-color css
<style>
span { border-color: #2F4B14; }
span { border-color: rgb(47,75,20); }
td.TdClassName
{
border-color: #2F4B14;
}
.TagClassName
{
border-color: #2F4B14;
}
</style>