Shades of Zuccini #144B29
Tints of Zuccini #144B29
RGB
CMYK
RGB Variations
Color information
#144B29 (or 0x144B29) is known color: Zuccini. HEX triplet: 14, 4B and 29. RGB value is (20,75,41). Sum of RGB (Red+Green+Blue) = 20+75+41=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #144B29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144B29 is #EBB4D6. Grayscale: #363636. Windows color (decimal): -15447255 or 2706196. OLE color: 2706196.
HSL color Cylindrical-coordinate representation of color #144B29: hue angle of 142.91º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144B29 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 75 | 41 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.71 |
| HSL | 142.91º | 0.58% | 0.19% | - |
| HSV(B) | 142.91º | 0.73% | 0.29% | - |
| XYZ | 3.2 | 5.34 | 2.96 | - |
| YUV | 54.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 41 | 0.73 | 0 | 0.45 | 0.71 | 142.91 | 0.58 | 0.19 |
| Hex | 14 | 4B | 29 | 49 | 0 | 2D | 47 | 8F | 3A | 13 |
| Octal | 24 | 113 | 51 | 111 | 0 | 55 | 107 | 217 | 72 | 23 |
| Binary | 10100 | 1001011 | 101001 | 1001001 | 0 | 101101 | 1000111 | 10001111 | 111010 | 10011 |
Color Harmonies of #144B29
Complementary color
Monochromatic Colors of #144B29
Black with #144B29
Text Example
Text Example
White with #144B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B29; }
p { color: rgb(20,75,41); }
H1.HeaderClassName
{
color: #144B29;
}
.AnyTagClassName
{
color: #144B29;
}
</style>
background-color css
<style>
a { background-color: #144B29; }
a { background-color: rgb(20,75,41); }
div.DivClassName
{
background-color: #144B29;
}
.BgClassName
{
background-color: #144B29;
}
</style>
border-color css
<style>
span { border-color: #144B29; }
span { border-color: rgb(20,75,41); }
td.TdClassName
{
border-color: #144B29;
}
.TagClassName
{
border-color: #144B29;
}
</style>