Shades of Zuccini #143E2B
Tints of Zuccini #143E2B
RGB
CMYK
RGB Variations
Color information
#143E2B (or 0x143E2B) is known color: Zuccini. HEX triplet: 14, 3E and 2B. RGB value is (20,62,43). Sum of RGB (Red+Green+Blue) = 20+62+43=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 62 (24.61% from 255 or 49.6% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 62 - color contains mainly: green. Hex color #143E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143E2B is #EBC1D4. Grayscale: #2F2F2F. Windows color (decimal): -15450581 or 2833940. OLE color: 2833940.
HSL color Cylindrical-coordinate representation of color #143E2B: hue angle of 152.86º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #143E2B is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 62 | 43 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.76 |
| HSL | 152.86º | 0.51% | 0.16% | - |
| HSV(B) | 152.86º | 0.68% | 0.24% | - |
| XYZ | 2.45 | 3.77 | 2.88 | - |
| YUV | 47.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 43 | 0.68 | 0 | 0.31 | 0.76 | 152.86 | 0.51 | 0.16 |
| Hex | 14 | 3E | 2B | 44 | 0 | 1F | 4C | 99 | 33 | 10 |
| Octal | 24 | 76 | 53 | 104 | 0 | 37 | 114 | 231 | 63 | 20 |
| Binary | 10100 | 111110 | 101011 | 1000100 | 0 | 11111 | 1001100 | 10011001 | 110011 | 10000 |
Color Harmonies of #143E2B
Complementary color
Monochromatic Colors of #143E2B
Black with #143E2B
Text Example
Text Example
White with #143E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E2B; }
p { color: rgb(20,62,43); }
H1.HeaderClassName
{
color: #143E2B;
}
.AnyTagClassName
{
color: #143E2B;
}
</style>
background-color css
<style>
a { background-color: #143E2B; }
a { background-color: rgb(20,62,43); }
div.DivClassName
{
background-color: #143E2B;
}
.BgClassName
{
background-color: #143E2B;
}
</style>
border-color css
<style>
span { border-color: #143E2B; }
span { border-color: rgb(20,62,43); }
td.TdClassName
{
border-color: #143E2B;
}
.TagClassName
{
border-color: #143E2B;
}
</style>