Shades of Seaweed #2C500F
Tints of Seaweed #2C500F
RGB
CMYK
RGB Variations
Color information
#2C500F (or 0x2C500F) is known color: Seaweed. HEX triplet: 2C, 50 and 0F. RGB value is (44,80,15). Sum of RGB (Red+Green+Blue) = 44+80+15=139 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.65% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #2C500F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C500F is #D3AFF0. Grayscale: #3E3E3E. Windows color (decimal): -13873137 or 1003564. OLE color: 1003564.
HSL color Cylindrical-coordinate representation of color #2C500F: hue angle of 93.23º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C500F is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 80 | 15 | - |
| CMYK | 0.45 | 0 | 0.81 | 0.69 |
| HSL | 93.23º | 0.68% | 0.19% | - |
| HSV(B) | 93.23º | 0.81% | 0.31% | - |
| XYZ | 3.99 | 6.31 | 1.46 | - |
| YUV | 61.83 | 101.57 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 80 | 15 | 0.45 | 0 | 0.81 | 0.69 | 93.23 | 0.68 | 0.19 |
| Hex | 2C | 50 | F | 2D | 0 | 51 | 45 | 5D | 44 | 13 |
| Octal | 54 | 120 | 17 | 55 | 0 | 121 | 105 | 135 | 104 | 23 |
| Binary | 101100 | 1010000 | 1111 | 101101 | 0 | 1010001 | 1000101 | 1011101 | 1000100 | 10011 |
Color Harmonies of #2C500F
Complementary color
Monochromatic Colors of #2C500F
Black with #2C500F
Text Example
Text Example
White with #2C500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C500F; }
p { color: rgb(44,80,15); }
H1.HeaderClassName
{
color: #2C500F;
}
.AnyTagClassName
{
color: #2C500F;
}
</style>
background-color css
<style>
a { background-color: #2C500F; }
a { background-color: rgb(44,80,15); }
div.DivClassName
{
background-color: #2C500F;
}
.BgClassName
{
background-color: #2C500F;
}
</style>
border-color css
<style>
span { border-color: #2C500F; }
span { border-color: rgb(44,80,15); }
td.TdClassName
{
border-color: #2C500F;
}
.TagClassName
{
border-color: #2C500F;
}
</style>