Shades of Zuccini #143D2C
Tints of Zuccini #143D2C
RGB
CMYK
RGB Variations
Color information
#143D2C (or 0x143D2C) is known color: Zuccini. HEX triplet: 14, 3D and 2C. RGB value is (20,61,44). Sum of RGB (Red+Green+Blue) = 20+61+44=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 61 (24.22% from 255 or 48.8% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 61 - color contains mainly: green. Hex color #143D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D2C is #EBC2D3. Grayscale: #2E2E2E. Windows color (decimal): -15450836 or 2899220. OLE color: 2899220.
HSL color Cylindrical-coordinate representation of color #143D2C: hue angle of 155.12º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143D2C is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 61 | 44 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.76 |
| HSL | 155.12º | 0.51% | 0.16% | - |
| HSV(B) | 155.12º | 0.67% | 0.24% | - |
| XYZ | 2.41 | 3.67 | 2.96 | - |
| YUV | 46.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 44 | 0.67 | 0 | 0.28 | 0.76 | 155.12 | 0.51 | 0.16 |
| Hex | 14 | 3D | 2C | 43 | 0 | 1C | 4C | 9B | 33 | 10 |
| Octal | 24 | 75 | 54 | 103 | 0 | 34 | 114 | 233 | 63 | 20 |
| Binary | 10100 | 111101 | 101100 | 1000011 | 0 | 11100 | 1001100 | 10011011 | 110011 | 10000 |
Color Harmonies of #143D2C
Complementary color
Monochromatic Colors of #143D2C
Black with #143D2C
Text Example
Text Example
White with #143D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D2C; }
p { color: rgb(20,61,44); }
H1.HeaderClassName
{
color: #143D2C;
}
.AnyTagClassName
{
color: #143D2C;
}
</style>
background-color css
<style>
a { background-color: #143D2C; }
a { background-color: rgb(20,61,44); }
div.DivClassName
{
background-color: #143D2C;
}
.BgClassName
{
background-color: #143D2C;
}
</style>
border-color css
<style>
span { border-color: #143D2C; }
span { border-color: rgb(20,61,44); }
td.TdClassName
{
border-color: #143D2C;
}
.TagClassName
{
border-color: #143D2C;
}
</style>