Shades of Seaweed #2F4B13
Tints of Seaweed #2F4B13
RGB
CMYK
RGB Variations
Color information
#2F4B13 (or 0x2F4B13) is known color: Seaweed. HEX triplet: 2F, 4B and 13. RGB value is (47,75,19). Sum of RGB (Red+Green+Blue) = 47+75+19=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #2F4B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4B13 is #D0B4EC. Grayscale: #3C3C3C. Windows color (decimal): -13677805 or 1264431. OLE color: 1264431.
HSL color Cylindrical-coordinate representation of color #2F4B13: hue angle of 90º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F4B13 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 75 | 19 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.71 |
| HSL | 90º | 0.6% | 0.18% | - |
| HSV(B) | 90º | 0.75% | 0.29% | - |
| XYZ | 3.81 | 5.68 | 1.51 | - |
| YUV | 60.24 | 104.72 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 19 | 0.37 | 0 | 0.75 | 0.71 | 90 | 0.6 | 0.18 |
| Hex | 2F | 4B | 13 | 25 | 0 | 4B | 47 | 5A | 3C | 12 |
| Octal | 57 | 113 | 23 | 45 | 0 | 113 | 107 | 132 | 74 | 22 |
| Binary | 101111 | 1001011 | 10011 | 100101 | 0 | 1001011 | 1000111 | 1011010 | 111100 | 10010 |
Color Harmonies of #2F4B13
Complementary color
Monochromatic Colors of #2F4B13
Black with #2F4B13
Text Example
Text Example
White with #2F4B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4B13; }
p { color: rgb(47,75,19); }
H1.HeaderClassName
{
color: #2F4B13;
}
.AnyTagClassName
{
color: #2F4B13;
}
</style>
background-color css
<style>
a { background-color: #2F4B13; }
a { background-color: rgb(47,75,19); }
div.DivClassName
{
background-color: #2F4B13;
}
.BgClassName
{
background-color: #2F4B13;
}
</style>
border-color css
<style>
span { border-color: #2F4B13; }
span { border-color: rgb(47,75,19); }
td.TdClassName
{
border-color: #2F4B13;
}
.TagClassName
{
border-color: #2F4B13;
}
</style>