Shades of Zuccini #144229
Tints of Zuccini #144229
RGB
CMYK
RGB Variations
Color information
#144229 (or 0x144229) is known color: Zuccini. HEX triplet: 14, 42 and 29. RGB value is (20,66,41). Sum of RGB (Red+Green+Blue) = 20+66+41=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #144229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144229 is #EBBDD6. Grayscale: #313131. Windows color (decimal): -15449559 or 2703892. OLE color: 2703892.
HSL color Cylindrical-coordinate representation of color #144229: hue angle of 147.39º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #144229 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 66 | 41 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.74 |
| HSL | 147.39º | 0.53% | 0.17% | - |
| HSV(B) | 147.39º | 0.7% | 0.26% | - |
| XYZ | 2.64 | 4.21 | 2.77 | - |
| YUV | 49.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 41 | 0.70 | 0 | 0.38 | 0.74 | 147.39 | 0.53 | 0.17 |
| Hex | 14 | 42 | 29 | 46 | 0 | 26 | 4A | 93 | 35 | 11 |
| Octal | 24 | 102 | 51 | 106 | 0 | 46 | 112 | 223 | 65 | 21 |
| Binary | 10100 | 1000010 | 101001 | 1000110 | 0 | 100110 | 1001010 | 10010011 | 110101 | 10001 |
Color Harmonies of #144229
Complementary color
Monochromatic Colors of #144229
Black with #144229
Text Example
Text Example
White with #144229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144229; }
p { color: rgb(20,66,41); }
H1.HeaderClassName
{
color: #144229;
}
.AnyTagClassName
{
color: #144229;
}
</style>
background-color css
<style>
a { background-color: #144229; }
a { background-color: rgb(20,66,41); }
div.DivClassName
{
background-color: #144229;
}
.BgClassName
{
background-color: #144229;
}
</style>
border-color css
<style>
span { border-color: #144229; }
span { border-color: rgb(20,66,41); }
td.TdClassName
{
border-color: #144229;
}
.TagClassName
{
border-color: #144229;
}
</style>