Shades of Zuccini #143C2C
Tints of Zuccini #143C2C
RGB
CMYK
RGB Variations
Color information
#143C2C (or 0x143C2C) is known color: Zuccini. HEX triplet: 14, 3C and 2C. RGB value is (20,60,44). Sum of RGB (Red+Green+Blue) = 20+60+44=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 60 (23.83% from 255 or 48.39% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 60 - color contains mainly: green. Hex color #143C2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C2C is #EBC3D3. Grayscale: #2E2E2E. Windows color (decimal): -15451092 or 2898964. OLE color: 2898964.
HSL color Cylindrical-coordinate representation of color #143C2C: hue angle of 156º degrees, saturation: 0.5, 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 #143C2C is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 60 | 44 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.76 |
| HSL | 156º | 0.5% | 0.16% | - |
| HSV(B) | 156º | 0.67% | 0.24% | - |
| XYZ | 2.36 | 3.56 | 2.95 | - |
| YUV | 46.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 44 | 0.67 | 0 | 0.27 | 0.76 | 156 | 0.5 | 0.16 |
| Hex | 14 | 3C | 2C | 43 | 0 | 1B | 4C | 9C | 32 | 10 |
| Octal | 24 | 74 | 54 | 103 | 0 | 33 | 114 | 234 | 62 | 20 |
| Binary | 10100 | 111100 | 101100 | 1000011 | 0 | 11011 | 1001100 | 10011100 | 110010 | 10000 |
Color Harmonies of #143C2C
Complementary color
Monochromatic Colors of #143C2C
Black with #143C2C
Text Example
Text Example
White with #143C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C2C; }
p { color: rgb(20,60,44); }
H1.HeaderClassName
{
color: #143C2C;
}
.AnyTagClassName
{
color: #143C2C;
}
</style>
background-color css
<style>
a { background-color: #143C2C; }
a { background-color: rgb(20,60,44); }
div.DivClassName
{
background-color: #143C2C;
}
.BgClassName
{
background-color: #143C2C;
}
</style>
border-color css
<style>
span { border-color: #143C2C; }
span { border-color: rgb(20,60,44); }
td.TdClassName
{
border-color: #143C2C;
}
.TagClassName
{
border-color: #143C2C;
}
</style>