Shades of Zuccini #143E2A
Tints of Zuccini #143E2A
RGB
CMYK
RGB Variations
Color information
#143E2A (or 0x143E2A) is known color: Zuccini. HEX triplet: 14, 3E and 2A. RGB value is (20,62,42). Sum of RGB (Red+Green+Blue) = 20+62+42=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 62 (24.61% from 255 or 50% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 62 - color contains mainly: green. Hex color #143E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143E2A is #EBC1D5. Grayscale: #2F2F2F. Windows color (decimal): -15450582 or 2768404. OLE color: 2768404.
HSL color Cylindrical-coordinate representation of color #143E2A: hue angle of 151.43º 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 #143E2A is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 62 | 42 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.76 |
| HSL | 151.43º | 0.51% | 0.16% | - |
| HSV(B) | 151.43º | 0.68% | 0.24% | - |
| XYZ | 2.43 | 3.76 | 2.79 | - |
| YUV | 47.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 42 | 0.68 | 0 | 0.32 | 0.76 | 151.43 | 0.51 | 0.16 |
| Hex | 14 | 3E | 2A | 44 | 0 | 20 | 4C | 97 | 33 | 10 |
| Octal | 24 | 76 | 52 | 104 | 0 | 40 | 114 | 227 | 63 | 20 |
| Binary | 10100 | 111110 | 101010 | 1000100 | 0 | 100000 | 1001100 | 10010111 | 110011 | 10000 |
Color Harmonies of #143E2A
Complementary color
Monochromatic Colors of #143E2A
Black with #143E2A
Text Example
Text Example
White with #143E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E2A; }
p { color: rgb(20,62,42); }
H1.HeaderClassName
{
color: #143E2A;
}
.AnyTagClassName
{
color: #143E2A;
}
</style>
background-color css
<style>
a { background-color: #143E2A; }
a { background-color: rgb(20,62,42); }
div.DivClassName
{
background-color: #143E2A;
}
.BgClassName
{
background-color: #143E2A;
}
</style>
border-color css
<style>
span { border-color: #143E2A; }
span { border-color: rgb(20,62,42); }
td.TdClassName
{
border-color: #143E2A;
}
.TagClassName
{
border-color: #143E2A;
}
</style>