Shades of Seaweed #2C550E
Tints of Seaweed #2C550E
RGB
CMYK
RGB Variations
Color information
#2C550E (or 0x2C550E) is known color: Seaweed. HEX triplet: 2C, 55 and 0E. RGB value is (44,85,14). Sum of RGB (Red+Green+Blue) = 44+85+14=143 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.77% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #2C550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C550E is #D3AAF1. Grayscale: #404040. Windows color (decimal): -13871858 or 939308. OLE color: 939308.
HSL color Cylindrical-coordinate representation of color #2C550E: hue angle of 94.65º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C550E is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 85 | 14 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.67 |
| HSL | 94.65º | 0.72% | 0.19% | - |
| HSV(B) | 94.65º | 0.84% | 0.33% | - |
| XYZ | 4.37 | 7.06 | 1.55 | - |
| YUV | 64.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 85 | 14 | 0.48 | 0 | 0.84 | 0.67 | 94.65 | 0.72 | 0.19 |
| Hex | 2C | 55 | E | 30 | 0 | 54 | 43 | 5F | 48 | 13 |
| Octal | 54 | 125 | 16 | 60 | 0 | 124 | 103 | 137 | 110 | 23 |
| Binary | 101100 | 1010101 | 1110 | 110000 | 0 | 1010100 | 1000011 | 1011111 | 1001000 | 10011 |
Color Harmonies of #2C550E
Complementary color
Monochromatic Colors of #2C550E
Black with #2C550E
Text Example
Text Example
White with #2C550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C550E; }
p { color: rgb(44,85,14); }
H1.HeaderClassName
{
color: #2C550E;
}
.AnyTagClassName
{
color: #2C550E;
}
</style>
background-color css
<style>
a { background-color: #2C550E; }
a { background-color: rgb(44,85,14); }
div.DivClassName
{
background-color: #2C550E;
}
.BgClassName
{
background-color: #2C550E;
}
</style>
border-color css
<style>
span { border-color: #2C550E; }
span { border-color: rgb(44,85,14); }
td.TdClassName
{
border-color: #2C550E;
}
.TagClassName
{
border-color: #2C550E;
}
</style>