Shades of Zuccini #143F2A
Tints of Zuccini #143F2A
RGB
CMYK
RGB Variations
Color information
#143F2A (or 0x143F2A) is known color: Zuccini. HEX triplet: 14, 3F and 2A. RGB value is (20,63,42). Sum of RGB (Red+Green+Blue) = 20+63+42=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 63 (25% from 255 or 50.4% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 63 - color contains mainly: green. Hex color #143F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143F2A is #EBC0D5. Grayscale: #2F2F2F. Windows color (decimal): -15450326 or 2768660. OLE color: 2768660.
HSL color Cylindrical-coordinate representation of color #143F2A: hue angle of 150.7º 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 #143F2A is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 63 | 42 | - |
| CMYK | 0.68 | 0 | 0.33 | 0.75 |
| HSL | 150.7º | 0.52% | 0.16% | - |
| HSV(B) | 150.7º | 0.68% | 0.25% | - |
| XYZ | 2.48 | 3.87 | 2.81 | - |
| YUV | 47.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 42 | 0.68 | 0 | 0.33 | 0.75 | 150.7 | 0.52 | 0.16 |
| Hex | 14 | 3F | 2A | 44 | 0 | 21 | 4B | 97 | 34 | 10 |
| Octal | 24 | 77 | 52 | 104 | 0 | 41 | 113 | 227 | 64 | 20 |
| Binary | 10100 | 111111 | 101010 | 1000100 | 0 | 100001 | 1001011 | 10010111 | 110100 | 10000 |
Color Harmonies of #143F2A
Complementary color
Monochromatic Colors of #143F2A
Black with #143F2A
Text Example
Text Example
White with #143F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143F2A; }
p { color: rgb(20,63,42); }
H1.HeaderClassName
{
color: #143F2A;
}
.AnyTagClassName
{
color: #143F2A;
}
</style>
background-color css
<style>
a { background-color: #143F2A; }
a { background-color: rgb(20,63,42); }
div.DivClassName
{
background-color: #143F2A;
}
.BgClassName
{
background-color: #143F2A;
}
</style>
border-color css
<style>
span { border-color: #143F2A; }
span { border-color: rgb(20,63,42); }
td.TdClassName
{
border-color: #143F2A;
}
.TagClassName
{
border-color: #143F2A;
}
</style>