Shades of Zuccini #143D28
Tints of Zuccini #143D28
RGB
CMYK
RGB Variations
Color information
#143D28 (or 0x143D28) is known color: Zuccini. HEX triplet: 14, 3D and 28. RGB value is (20,61,40). Sum of RGB (Red+Green+Blue) = 20+61+40=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 61 (24.22% from 255 or 50.41% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 61 - color contains mainly: green. Hex color #143D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D28 is #EBC2D7. Grayscale: #2E2E2E. Windows color (decimal): -15450840 or 2637076. OLE color: 2637076.
HSL color Cylindrical-coordinate representation of color #143D28: hue angle of 149.27º 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 #143D28 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 61 | 40 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.76 |
| HSL | 149.27º | 0.51% | 0.16% | - |
| HSV(B) | 149.27º | 0.67% | 0.24% | - |
| XYZ | 2.34 | 3.64 | 2.59 | - |
| YUV | 46.35 | 124.42 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 40 | 0.67 | 0 | 0.34 | 0.76 | 149.27 | 0.51 | 0.16 |
| Hex | 14 | 3D | 28 | 43 | 0 | 22 | 4C | 95 | 33 | 10 |
| Octal | 24 | 75 | 50 | 103 | 0 | 42 | 114 | 225 | 63 | 20 |
| Binary | 10100 | 111101 | 101000 | 1000011 | 0 | 100010 | 1001100 | 10010101 | 110011 | 10000 |
Color Harmonies of #143D28
Complementary color
Monochromatic Colors of #143D28
Black with #143D28
Text Example
Text Example
White with #143D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D28; }
p { color: rgb(20,61,40); }
H1.HeaderClassName
{
color: #143D28;
}
.AnyTagClassName
{
color: #143D28;
}
</style>
background-color css
<style>
a { background-color: #143D28; }
a { background-color: rgb(20,61,40); }
div.DivClassName
{
background-color: #143D28;
}
.BgClassName
{
background-color: #143D28;
}
</style>
border-color css
<style>
span { border-color: #143D28; }
span { border-color: rgb(20,61,40); }
td.TdClassName
{
border-color: #143D28;
}
.TagClassName
{
border-color: #143D28;
}
</style>