Shades of Seaweed #2C4B16
Tints of Seaweed #2C4B16
RGB
CMYK
RGB Variations
Color information
#2C4B16 (or 0x2C4B16) is known color: Seaweed. HEX triplet: 2C, 4B and 16. RGB value is (44,75,22). Sum of RGB (Red+Green+Blue) = 44+75+22=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4B16 is #D3B4E9. Grayscale: #3B3B3B. Windows color (decimal): -13874410 or 1461036. OLE color: 1461036.
HSL color Cylindrical-coordinate representation of color #2C4B16: hue angle of 95.09º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C4B16 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 75 | 22 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.71 |
| HSL | 95.09º | 0.55% | 0.19% | - |
| HSV(B) | 95.09º | 0.71% | 0.29% | - |
| XYZ | 3.7 | 5.63 | 1.65 | - |
| YUV | 59.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 75 | 22 | 0.41 | 0 | 0.71 | 0.71 | 95.09 | 0.55 | 0.19 |
| Hex | 2C | 4B | 16 | 29 | 0 | 47 | 47 | 5F | 37 | 13 |
| Octal | 54 | 113 | 26 | 51 | 0 | 107 | 107 | 137 | 67 | 23 |
| Binary | 101100 | 1001011 | 10110 | 101001 | 0 | 1000111 | 1000111 | 1011111 | 110111 | 10011 |
Color Harmonies of #2C4B16
Complementary color
Monochromatic Colors of #2C4B16
Black with #2C4B16
Text Example
Text Example
White with #2C4B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4B16; }
p { color: rgb(44,75,22); }
H1.HeaderClassName
{
color: #2C4B16;
}
.AnyTagClassName
{
color: #2C4B16;
}
</style>
background-color css
<style>
a { background-color: #2C4B16; }
a { background-color: rgb(44,75,22); }
div.DivClassName
{
background-color: #2C4B16;
}
.BgClassName
{
background-color: #2C4B16;
}
</style>
border-color css
<style>
span { border-color: #2C4B16; }
span { border-color: rgb(44,75,22); }
td.TdClassName
{
border-color: #2C4B16;
}
.TagClassName
{
border-color: #2C4B16;
}
</style>