Shades of Seaweed #284A0D
Tints of Seaweed #284A0D
RGB
CMYK
RGB Variations
Color information
#284A0D (or 0x284A0D) is known color: Seaweed. HEX triplet: 28, 4A and 0D. RGB value is (40,74,13). Sum of RGB (Red+Green+Blue) = 40+74+13=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 74 (29.30% from 255 or 58.27% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 74 - color contains mainly: green. Hex color #284A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284A0D is #D7B5F2. Grayscale: #393939. Windows color (decimal): -14136819 or 870952. OLE color: 870952.
HSL color Cylindrical-coordinate representation of color #284A0D: hue angle of 93.44º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #284A0D is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 74 | 13 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.71 |
| HSL | 93.44º | 0.7% | 0.17% | - |
| HSV(B) | 93.44º | 0.82% | 0.29% | - |
| XYZ | 3.4 | 5.38 | 1.24 | - |
| YUV | 56.88 | 103.24 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 13 | 0.46 | 0 | 0.82 | 0.71 | 93.44 | 0.7 | 0.17 |
| Hex | 28 | 4A | D | 2E | 0 | 52 | 47 | 5D | 46 | 11 |
| Octal | 50 | 112 | 15 | 56 | 0 | 122 | 107 | 135 | 106 | 21 |
| Binary | 101000 | 1001010 | 1101 | 101110 | 0 | 1010010 | 1000111 | 1011101 | 1000110 | 10001 |
Color Harmonies of #284A0D
Complementary color
Monochromatic Colors of #284A0D
Black with #284A0D
Text Example
Text Example
White with #284A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A0D; }
p { color: rgb(40,74,13); }
H1.HeaderClassName
{
color: #284A0D;
}
.AnyTagClassName
{
color: #284A0D;
}
</style>
background-color css
<style>
a { background-color: #284A0D; }
a { background-color: rgb(40,74,13); }
div.DivClassName
{
background-color: #284A0D;
}
.BgClassName
{
background-color: #284A0D;
}
</style>
border-color css
<style>
span { border-color: #284A0D; }
span { border-color: rgb(40,74,13); }
td.TdClassName
{
border-color: #284A0D;
}
.TagClassName
{
border-color: #284A0D;
}
</style>