Shades of Zuccini #143F2B
Tints of Zuccini #143F2B
RGB
CMYK
RGB Variations
Color information
#143F2B (or 0x143F2B) is known color: Zuccini. HEX triplet: 14, 3F and 2B. RGB value is (20,63,43). Sum of RGB (Red+Green+Blue) = 20+63+43=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 63 (25% from 255 or 50% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 63 - color contains mainly: green. Hex color #143F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143F2B is #EBC0D4. Grayscale: #2F2F2F. Windows color (decimal): -15450325 or 2834196. OLE color: 2834196.
HSL color Cylindrical-coordinate representation of color #143F2B: hue angle of 152.09º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #143F2B is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 63 | 43 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.75 |
| HSL | 152.09º | 0.52% | 0.16% | - |
| HSV(B) | 152.09º | 0.68% | 0.25% | - |
| XYZ | 2.5 | 3.88 | 2.9 | - |
| YUV | 47.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 43 | 0.68 | 0 | 0.32 | 0.75 | 152.09 | 0.52 | 0.16 |
| Hex | 14 | 3F | 2B | 44 | 0 | 20 | 4B | 98 | 34 | 10 |
| Octal | 24 | 77 | 53 | 104 | 0 | 40 | 113 | 230 | 64 | 20 |
| Binary | 10100 | 111111 | 101011 | 1000100 | 0 | 100000 | 1001011 | 10011000 | 110100 | 10000 |
Color Harmonies of #143F2B
Complementary color
Monochromatic Colors of #143F2B
Black with #143F2B
Text Example
Text Example
White with #143F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143F2B; }
p { color: rgb(20,63,43); }
H1.HeaderClassName
{
color: #143F2B;
}
.AnyTagClassName
{
color: #143F2B;
}
</style>
background-color css
<style>
a { background-color: #143F2B; }
a { background-color: rgb(20,63,43); }
div.DivClassName
{
background-color: #143F2B;
}
.BgClassName
{
background-color: #143F2B;
}
</style>
border-color css
<style>
span { border-color: #143F2B; }
span { border-color: rgb(20,63,43); }
td.TdClassName
{
border-color: #143F2B;
}
.TagClassName
{
border-color: #143F2B;
}
</style>