Shades of Seaweed #2C4B14
Tints of Seaweed #2C4B14
RGB
CMYK
RGB Variations
Color information
#2C4B14 (or 0x2C4B14) is known color: Seaweed. HEX triplet: 2C, 4B and 14. RGB value is (44,75,20). Sum of RGB (Red+Green+Blue) = 44+75+20=139 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.65% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4B14 is #D3B4EB. Grayscale: #3B3B3B. Windows color (decimal): -13874412 or 1329964. OLE color: 1329964.
HSL color Cylindrical-coordinate representation of color #2C4B14: hue angle of 93.82º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C4B14 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 75 | 20 | - |
| CMYK | 0.41 | 0 | 0.73 | 0.71 |
| HSL | 93.82º | 0.58% | 0.19% | - |
| HSV(B) | 93.82º | 0.73% | 0.29% | - |
| XYZ | 3.68 | 5.62 | 1.55 | - |
| YUV | 59.46 | 105.73 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 75 | 20 | 0.41 | 0 | 0.73 | 0.71 | 93.82 | 0.58 | 0.19 |
| Hex | 2C | 4B | 14 | 29 | 0 | 49 | 47 | 5E | 3A | 13 |
| Octal | 54 | 113 | 24 | 51 | 0 | 111 | 107 | 136 | 72 | 23 |
| Binary | 101100 | 1001011 | 10100 | 101001 | 0 | 1001001 | 1000111 | 1011110 | 111010 | 10011 |
Color Harmonies of #2C4B14
Complementary color
Monochromatic Colors of #2C4B14
Black with #2C4B14
Text Example
Text Example
White with #2C4B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4B14; }
p { color: rgb(44,75,20); }
H1.HeaderClassName
{
color: #2C4B14;
}
.AnyTagClassName
{
color: #2C4B14;
}
</style>
background-color css
<style>
a { background-color: #2C4B14; }
a { background-color: rgb(44,75,20); }
div.DivClassName
{
background-color: #2C4B14;
}
.BgClassName
{
background-color: #2C4B14;
}
</style>
border-color css
<style>
span { border-color: #2C4B14; }
span { border-color: rgb(44,75,20); }
td.TdClassName
{
border-color: #2C4B14;
}
.TagClassName
{
border-color: #2C4B14;
}
</style>