Shades of Seaweed #2F5A0D
Tints of Seaweed #2F5A0D
RGB
CMYK
RGB Variations
Color information
#2F5A0D (or 0x2F5A0D) is known color: Seaweed. HEX triplet: 2F, 5A and 0D. RGB value is (47,90,13). Sum of RGB (Red+Green+Blue) = 47+90+13=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 90 (35.55% from 255 or 60% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 90 - color contains mainly: green. Hex color #2F5A0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5A0D is #D0A5F2. Grayscale: #444444. Windows color (decimal): -13673971 or 875055. OLE color: 875055.
HSL color Cylindrical-coordinate representation of color #2F5A0D: hue angle of 93.51º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F5A0D is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 90 | 13 | - |
| CMYK | 0.48 | 0 | 0.86 | 0.65 |
| HSL | 93.51º | 0.75% | 0.2% | - |
| HSV(B) | 93.51º | 0.86% | 0.35% | - |
| XYZ | 4.9 | 7.95 | 1.66 | - |
| YUV | 68.37 | 96.75 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 90 | 13 | 0.48 | 0 | 0.86 | 0.65 | 93.51 | 0.75 | 0.2 |
| Hex | 2F | 5A | D | 30 | 0 | 56 | 41 | 5E | 4B | 14 |
| Octal | 57 | 132 | 15 | 60 | 0 | 126 | 101 | 136 | 113 | 24 |
| Binary | 101111 | 1011010 | 1101 | 110000 | 0 | 1010110 | 1000001 | 1011110 | 1001011 | 10100 |
Color Harmonies of #2F5A0D
Complementary color
Monochromatic Colors of #2F5A0D
Black with #2F5A0D
Text Example
Text Example
White with #2F5A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5A0D; }
p { color: rgb(47,90,13); }
H1.HeaderClassName
{
color: #2F5A0D;
}
.AnyTagClassName
{
color: #2F5A0D;
}
</style>
background-color css
<style>
a { background-color: #2F5A0D; }
a { background-color: rgb(47,90,13); }
div.DivClassName
{
background-color: #2F5A0D;
}
.BgClassName
{
background-color: #2F5A0D;
}
</style>
border-color css
<style>
span { border-color: #2F5A0D; }
span { border-color: rgb(47,90,13); }
td.TdClassName
{
border-color: #2F5A0D;
}
.TagClassName
{
border-color: #2F5A0D;
}
</style>