Shades of Zuccini #143D2B
Tints of Zuccini #143D2B
RGB
CMYK
RGB Variations
Color information
#143D2B (or 0x143D2B) is known color: Zuccini. HEX triplet: 14, 3D and 2B. RGB value is (20,61,43). Sum of RGB (Red+Green+Blue) = 20+61+43=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 61 (24.22% from 255 or 49.19% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 61 - color contains mainly: green. Hex color #143D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D2B is #EBC2D4. Grayscale: #2E2E2E. Windows color (decimal): -15450837 or 2833684. OLE color: 2833684.
HSL color Cylindrical-coordinate representation of color #143D2B: hue angle of 153.66º 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 #143D2B is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 61 | 43 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.76 |
| HSL | 153.66º | 0.51% | 0.16% | - |
| HSV(B) | 153.66º | 0.67% | 0.24% | - |
| XYZ | 2.39 | 3.66 | 2.87 | - |
| YUV | 46.69 | 125.92 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 43 | 0.67 | 0 | 0.30 | 0.76 | 153.66 | 0.51 | 0.16 |
| Hex | 14 | 3D | 2B | 43 | 0 | 1E | 4C | 9A | 33 | 10 |
| Octal | 24 | 75 | 53 | 103 | 0 | 36 | 114 | 232 | 63 | 20 |
| Binary | 10100 | 111101 | 101011 | 1000011 | 0 | 11110 | 1001100 | 10011010 | 110011 | 10000 |
Color Harmonies of #143D2B
Complementary color
Monochromatic Colors of #143D2B
Black with #143D2B
Text Example
Text Example
White with #143D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D2B; }
p { color: rgb(20,61,43); }
H1.HeaderClassName
{
color: #143D2B;
}
.AnyTagClassName
{
color: #143D2B;
}
</style>
background-color css
<style>
a { background-color: #143D2B; }
a { background-color: rgb(20,61,43); }
div.DivClassName
{
background-color: #143D2B;
}
.BgClassName
{
background-color: #143D2B;
}
</style>
border-color css
<style>
span { border-color: #143D2B; }
span { border-color: rgb(20,61,43); }
td.TdClassName
{
border-color: #143D2B;
}
.TagClassName
{
border-color: #143D2B;
}
</style>