Shades of Seaweed #2A4E0C
Tints of Seaweed #2A4E0C
RGB
CMYK
RGB Variations
Color information
#2A4E0C (or 0x2A4E0C) is known color: Seaweed. HEX triplet: 2A, 4E and 0C. RGB value is (42,78,12). Sum of RGB (Red+Green+Blue) = 42+78+12=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 78 (30.86% from 255 or 59.09% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 78 - color contains mainly: green. Hex color #2A4E0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A4E0C is #D5B1F3. Grayscale: #3B3B3B. Windows color (decimal): -14004724 or 806442. OLE color: 806442.
HSL color Cylindrical-coordinate representation of color #2A4E0C: hue angle of 92.73º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A4E0C is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 78 | 12 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.69 |
| HSL | 92.73º | 0.73% | 0.18% | - |
| HSV(B) | 92.73º | 0.85% | 0.31% | - |
| XYZ | 3.75 | 5.97 | 1.3 | - |
| YUV | 59.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 78 | 12 | 0.46 | 0 | 0.85 | 0.69 | 92.73 | 0.73 | 0.18 |
| Hex | 2A | 4E | C | 2E | 0 | 55 | 45 | 5D | 49 | 12 |
| Octal | 52 | 116 | 14 | 56 | 0 | 125 | 105 | 135 | 111 | 22 |
| Binary | 101010 | 1001110 | 1100 | 101110 | 0 | 1010101 | 1000101 | 1011101 | 1001001 | 10010 |
Color Harmonies of #2A4E0C
Complementary color
Monochromatic Colors of #2A4E0C
Black with #2A4E0C
Text Example
Text Example
White with #2A4E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4E0C; }
p { color: rgb(42,78,12); }
H1.HeaderClassName
{
color: #2A4E0C;
}
.AnyTagClassName
{
color: #2A4E0C;
}
</style>
background-color css
<style>
a { background-color: #2A4E0C; }
a { background-color: rgb(42,78,12); }
div.DivClassName
{
background-color: #2A4E0C;
}
.BgClassName
{
background-color: #2A4E0C;
}
</style>
border-color css
<style>
span { border-color: #2A4E0C; }
span { border-color: rgb(42,78,12); }
td.TdClassName
{
border-color: #2A4E0C;
}
.TagClassName
{
border-color: #2A4E0C;
}
</style>