Shades of Seaweed #284A0C
Tints of Seaweed #284A0C
RGB
CMYK
RGB Variations
Color information
#284A0C (or 0x284A0C) is known color: Seaweed. HEX triplet: 28, 4A and 0C. RGB value is (40,74,12). Sum of RGB (Red+Green+Blue) = 40+74+12=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 74 (29.30% from 255 or 58.73% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 74 - color contains mainly: green. Hex color #284A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284A0C is #D7B5F3. Grayscale: #383838. Windows color (decimal): -14136820 or 805416. OLE color: 805416.
HSL color Cylindrical-coordinate representation of color #284A0C: hue angle of 92.9º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #284A0C is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 74 | 12 | - |
| CMYK | 0.46 | 0 | 0.84 | 0.71 |
| HSL | 92.9º | 0.72% | 0.17% | - |
| HSV(B) | 92.9º | 0.84% | 0.29% | - |
| XYZ | 3.39 | 5.38 | 1.21 | - |
| YUV | 56.77 | 102.74 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 12 | 0.46 | 0 | 0.84 | 0.71 | 92.9 | 0.72 | 0.17 |
| Hex | 28 | 4A | C | 2E | 0 | 54 | 47 | 5D | 48 | 11 |
| Octal | 50 | 112 | 14 | 56 | 0 | 124 | 107 | 135 | 110 | 21 |
| Binary | 101000 | 1001010 | 1100 | 101110 | 0 | 1010100 | 1000111 | 1011101 | 1001000 | 10001 |
Color Harmonies of #284A0C
Complementary color
Monochromatic Colors of #284A0C
Black with #284A0C
Text Example
Text Example
White with #284A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A0C; }
p { color: rgb(40,74,12); }
H1.HeaderClassName
{
color: #284A0C;
}
.AnyTagClassName
{
color: #284A0C;
}
</style>
background-color css
<style>
a { background-color: #284A0C; }
a { background-color: rgb(40,74,12); }
div.DivClassName
{
background-color: #284A0C;
}
.BgClassName
{
background-color: #284A0C;
}
</style>
border-color css
<style>
span { border-color: #284A0C; }
span { border-color: rgb(40,74,12); }
td.TdClassName
{
border-color: #284A0C;
}
.TagClassName
{
border-color: #284A0C;
}
</style>