Shades of Zuccini #143D29
Tints of Zuccini #143D29
RGB
CMYK
RGB Variations
Color information
#143D29 (or 0x143D29) is known color: Zuccini. HEX triplet: 14, 3D and 29. RGB value is (20,61,41). Sum of RGB (Red+Green+Blue) = 20+61+41=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 61 (24.22% from 255 or 50% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 61 - color contains mainly: green. Hex color #143D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D29 is #EBC2D6. Grayscale: #2E2E2E. Windows color (decimal): -15450839 or 2702612. OLE color: 2702612.
HSL color Cylindrical-coordinate representation of color #143D29: hue angle of 150.73º 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 #143D29 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 61 | 41 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.76 |
| HSL | 150.73º | 0.51% | 0.16% | - |
| HSV(B) | 150.73º | 0.67% | 0.24% | - |
| XYZ | 2.36 | 3.65 | 2.68 | - |
| YUV | 46.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 41 | 0.67 | 0 | 0.33 | 0.76 | 150.73 | 0.51 | 0.16 |
| Hex | 14 | 3D | 29 | 43 | 0 | 21 | 4C | 97 | 33 | 10 |
| Octal | 24 | 75 | 51 | 103 | 0 | 41 | 114 | 227 | 63 | 20 |
| Binary | 10100 | 111101 | 101001 | 1000011 | 0 | 100001 | 1001100 | 10010111 | 110011 | 10000 |
Color Harmonies of #143D29
Complementary color
Monochromatic Colors of #143D29
Black with #143D29
Text Example
Text Example
White with #143D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D29; }
p { color: rgb(20,61,41); }
H1.HeaderClassName
{
color: #143D29;
}
.AnyTagClassName
{
color: #143D29;
}
</style>
background-color css
<style>
a { background-color: #143D29; }
a { background-color: rgb(20,61,41); }
div.DivClassName
{
background-color: #143D29;
}
.BgClassName
{
background-color: #143D29;
}
</style>
border-color css
<style>
span { border-color: #143D29; }
span { border-color: rgb(20,61,41); }
td.TdClassName
{
border-color: #143D29;
}
.TagClassName
{
border-color: #143D29;
}
</style>