Shades of Zuccini #143D2D
Tints of Zuccini #143D2D
RGB
CMYK
RGB Variations
Color information
#143D2D (or 0x143D2D) is known color: Zuccini. HEX triplet: 14, 3D and 2D. RGB value is (20,61,45). Sum of RGB (Red+Green+Blue) = 20+61+45=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #143D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D2D is #EBC2D2. Grayscale: #2E2E2E. Windows color (decimal): -15450835 or 2964756. OLE color: 2964756.
HSL color Cylindrical-coordinate representation of color #143D2D: hue angle of 156.59º 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 #143D2D is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 61 | 45 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.76 |
| HSL | 156.59º | 0.51% | 0.16% | - |
| HSV(B) | 156.59º | 0.67% | 0.24% | - |
| XYZ | 2.43 | 3.68 | 3.06 | - |
| YUV | 46.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 45 | 0.67 | 0 | 0.26 | 0.76 | 156.59 | 0.51 | 0.16 |
| Hex | 14 | 3D | 2D | 43 | 0 | 1A | 4C | 9D | 33 | 10 |
| Octal | 24 | 75 | 55 | 103 | 0 | 32 | 114 | 235 | 63 | 20 |
| Binary | 10100 | 111101 | 101101 | 1000011 | 0 | 11010 | 1001100 | 10011101 | 110011 | 10000 |
Color Harmonies of #143D2D
Complementary color
Monochromatic Colors of #143D2D
Black with #143D2D
Text Example
Text Example
White with #143D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D2D; }
p { color: rgb(20,61,45); }
H1.HeaderClassName
{
color: #143D2D;
}
.AnyTagClassName
{
color: #143D2D;
}
</style>
background-color css
<style>
a { background-color: #143D2D; }
a { background-color: rgb(20,61,45); }
div.DivClassName
{
background-color: #143D2D;
}
.BgClassName
{
background-color: #143D2D;
}
</style>
border-color css
<style>
span { border-color: #143D2D; }
span { border-color: rgb(20,61,45); }
td.TdClassName
{
border-color: #143D2D;
}
.TagClassName
{
border-color: #143D2D;
}
</style>