Shades of Seaweed #2F4B19
Tints of Seaweed #2F4B19
RGB
CMYK
RGB Variations
Color information
#2F4B19 (or 0x2F4B19) is known color: Seaweed. HEX triplet: 2F, 4B and 19. RGB value is (47,75,25). Sum of RGB (Red+Green+Blue) = 47+75+25=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 75 (29.69% from 255 or 51.02% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 75 - color contains mainly: green. Hex color #2F4B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4B19 is #D0B4E6. Grayscale: #3D3D3D. Windows color (decimal): -13677799 or 1657647. OLE color: 1657647.
HSL color Cylindrical-coordinate representation of color #2F4B19: hue angle of 93.6º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F4B19 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 75 | 25 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.71 |
| HSL | 93.6º | 0.5% | 0.2% | - |
| HSV(B) | 93.6º | 0.67% | 0.29% | - |
| XYZ | 3.86 | 5.71 | 1.82 | - |
| YUV | 60.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 25 | 0.37 | 0 | 0.67 | 0.71 | 93.6 | 0.5 | 0.2 |
| Hex | 2F | 4B | 19 | 25 | 0 | 43 | 47 | 5E | 32 | 14 |
| Octal | 57 | 113 | 31 | 45 | 0 | 103 | 107 | 136 | 62 | 24 |
| Binary | 101111 | 1001011 | 11001 | 100101 | 0 | 1000011 | 1000111 | 1011110 | 110010 | 10100 |
Color Harmonies of #2F4B19
Complementary color
Monochromatic Colors of #2F4B19
Black with #2F4B19
Text Example
Text Example
White with #2F4B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4B19; }
p { color: rgb(47,75,25); }
H1.HeaderClassName
{
color: #2F4B19;
}
.AnyTagClassName
{
color: #2F4B19;
}
</style>
background-color css
<style>
a { background-color: #2F4B19; }
a { background-color: rgb(47,75,25); }
div.DivClassName
{
background-color: #2F4B19;
}
.BgClassName
{
background-color: #2F4B19;
}
</style>
border-color css
<style>
span { border-color: #2F4B19; }
span { border-color: rgb(47,75,25); }
td.TdClassName
{
border-color: #2F4B19;
}
.TagClassName
{
border-color: #2F4B19;
}
</style>