Shades of Seaweed #2C550F
Tints of Seaweed #2C550F
RGB
CMYK
RGB Variations
Color information
#2C550F (or 0x2C550F) is known color: Seaweed. HEX triplet: 2C, 55 and 0F. RGB value is (44,85,15). Sum of RGB (Red+Green+Blue) = 44+85+15=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #2C550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C550F is #D3AAF0. Grayscale: #414141. Windows color (decimal): -13871857 or 1004844. OLE color: 1004844.
HSL color Cylindrical-coordinate representation of color #2C550F: hue angle of 95.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C550F is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 85 | 15 | - |
| CMYK | 0.48 | 0 | 0.82 | 0.67 |
| HSL | 95.14º | 0.7% | 0.2% | - |
| HSV(B) | 95.14º | 0.82% | 0.33% | - |
| XYZ | 4.37 | 7.07 | 1.59 | - |
| YUV | 64.76 | 99.92 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 85 | 15 | 0.48 | 0 | 0.82 | 0.67 | 95.14 | 0.7 | 0.2 |
| Hex | 2C | 55 | F | 30 | 0 | 52 | 43 | 5F | 46 | 14 |
| Octal | 54 | 125 | 17 | 60 | 0 | 122 | 103 | 137 | 106 | 24 |
| Binary | 101100 | 1010101 | 1111 | 110000 | 0 | 1010010 | 1000011 | 1011111 | 1000110 | 10100 |
Color Harmonies of #2C550F
Complementary color
Monochromatic Colors of #2C550F
Black with #2C550F
Text Example
Text Example
White with #2C550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C550F; }
p { color: rgb(44,85,15); }
H1.HeaderClassName
{
color: #2C550F;
}
.AnyTagClassName
{
color: #2C550F;
}
</style>
background-color css
<style>
a { background-color: #2C550F; }
a { background-color: rgb(44,85,15); }
div.DivClassName
{
background-color: #2C550F;
}
.BgClassName
{
background-color: #2C550F;
}
</style>
border-color css
<style>
span { border-color: #2C550F; }
span { border-color: rgb(44,85,15); }
td.TdClassName
{
border-color: #2C550F;
}
.TagClassName
{
border-color: #2C550F;
}
</style>