Shades of Seaweed #284B0C
Tints of Seaweed #284B0C
RGB
CMYK
RGB Variations
Color information
#284B0C (or 0x284B0C) is known color: Seaweed. HEX triplet: 28, 4B and 0C. RGB value is (40,75,12). Sum of RGB (Red+Green+Blue) = 40+75+12=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 75 (29.69% from 255 or 59.06% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 75 - color contains mainly: green. Hex color #284B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284B0C is #D7B4F3. Grayscale: #393939. Windows color (decimal): -14136564 or 805672. OLE color: 805672.
HSL color Cylindrical-coordinate representation of color #284B0C: hue angle of 93.33º 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 #284B0C is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 75 | 12 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.71 |
| HSL | 93.33º | 0.72% | 0.17% | - |
| HSV(B) | 93.33º | 0.84% | 0.29% | - |
| XYZ | 3.46 | 5.51 | 1.23 | - |
| YUV | 57.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 75 | 12 | 0.47 | 0 | 0.84 | 0.71 | 93.33 | 0.72 | 0.17 |
| Hex | 28 | 4B | C | 2F | 0 | 54 | 47 | 5D | 48 | 11 |
| Octal | 50 | 113 | 14 | 57 | 0 | 124 | 107 | 135 | 110 | 21 |
| Binary | 101000 | 1001011 | 1100 | 101111 | 0 | 1010100 | 1000111 | 1011101 | 1001000 | 10001 |
Color Harmonies of #284B0C
Complementary color
Monochromatic Colors of #284B0C
Black with #284B0C
Text Example
Text Example
White with #284B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284B0C; }
p { color: rgb(40,75,12); }
H1.HeaderClassName
{
color: #284B0C;
}
.AnyTagClassName
{
color: #284B0C;
}
</style>
background-color css
<style>
a { background-color: #284B0C; }
a { background-color: rgb(40,75,12); }
div.DivClassName
{
background-color: #284B0C;
}
.BgClassName
{
background-color: #284B0C;
}
</style>
border-color css
<style>
span { border-color: #284B0C; }
span { border-color: rgb(40,75,12); }
td.TdClassName
{
border-color: #284B0C;
}
.TagClassName
{
border-color: #284B0C;
}
</style>