Shades of Seaweed #2C530B
Tints of Seaweed #2C530B
RGB
CMYK
RGB Variations
Color information
#2C530B (or 0x2C530B) is known color: Seaweed. HEX triplet: 2C, 53 and 0B. RGB value is (44,83,11). Sum of RGB (Red+Green+Blue) = 44+83+11=138 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.88% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #2C530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C530B is #D3ACF4. Grayscale: #3F3F3F. Windows color (decimal): -13872373 or 742188. OLE color: 742188.
HSL color Cylindrical-coordinate representation of color #2C530B: hue angle of 92.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C530B is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 83 | 11 | - |
| CMYK | 0.47 | 0 | 0.87 | 0.67 |
| HSL | 92.5º | 0.77% | 0.18% | - |
| HSV(B) | 92.5º | 0.87% | 0.33% | - |
| XYZ | 4.19 | 6.75 | 1.4 | - |
| YUV | 63.13 | 98.58 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 83 | 11 | 0.47 | 0 | 0.87 | 0.67 | 92.5 | 0.77 | 0.18 |
| Hex | 2C | 53 | B | 2F | 0 | 57 | 43 | 5C | 4D | 12 |
| Octal | 54 | 123 | 13 | 57 | 0 | 127 | 103 | 134 | 115 | 22 |
| Binary | 101100 | 1010011 | 1011 | 101111 | 0 | 1010111 | 1000011 | 1011100 | 1001101 | 10010 |
Color Harmonies of #2C530B
Complementary color
Monochromatic Colors of #2C530B
Black with #2C530B
Text Example
Text Example
White with #2C530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C530B; }
p { color: rgb(44,83,11); }
H1.HeaderClassName
{
color: #2C530B;
}
.AnyTagClassName
{
color: #2C530B;
}
</style>
background-color css
<style>
a { background-color: #2C530B; }
a { background-color: rgb(44,83,11); }
div.DivClassName
{
background-color: #2C530B;
}
.BgClassName
{
background-color: #2C530B;
}
</style>
border-color css
<style>
span { border-color: #2C530B; }
span { border-color: rgb(44,83,11); }
td.TdClassName
{
border-color: #2C530B;
}
.TagClassName
{
border-color: #2C530B;
}
</style>