Shades of Zuccini #144E2C
Tints of Zuccini #144E2C
RGB
CMYK
RGB Variations
Color information
#144E2C (or 0x144E2C) is known color: Zuccini. HEX triplet: 14, 4E and 2C. RGB value is (20,78,44). Sum of RGB (Red+Green+Blue) = 20+78+44=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 78 (30.86% from 255 or 54.93% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 78 - color contains mainly: green. Hex color #144E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144E2C is #EBB1D3. Grayscale: #383838. Windows color (decimal): -15446484 or 2903572. OLE color: 2903572.
HSL color Cylindrical-coordinate representation of color #144E2C: hue angle of 144.83º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144E2C is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 78 | 44 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.69 |
| HSL | 144.83º | 0.59% | 0.19% | - |
| HSV(B) | 144.83º | 0.74% | 0.31% | - |
| XYZ | 3.47 | 5.78 | 3.32 | - |
| YUV | 56.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 44 | 0.74 | 0 | 0.44 | 0.69 | 144.83 | 0.59 | 0.19 |
| Hex | 14 | 4E | 2C | 4A | 0 | 2C | 45 | 91 | 3B | 13 |
| Octal | 24 | 116 | 54 | 112 | 0 | 54 | 105 | 221 | 73 | 23 |
| Binary | 10100 | 1001110 | 101100 | 1001010 | 0 | 101100 | 1000101 | 10010001 | 111011 | 10011 |
Color Harmonies of #144E2C
Complementary color
Monochromatic Colors of #144E2C
Black with #144E2C
Text Example
Text Example
White with #144E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E2C; }
p { color: rgb(20,78,44); }
H1.HeaderClassName
{
color: #144E2C;
}
.AnyTagClassName
{
color: #144E2C;
}
</style>
background-color css
<style>
a { background-color: #144E2C; }
a { background-color: rgb(20,78,44); }
div.DivClassName
{
background-color: #144E2C;
}
.BgClassName
{
background-color: #144E2C;
}
</style>
border-color css
<style>
span { border-color: #144E2C; }
span { border-color: rgb(20,78,44); }
td.TdClassName
{
border-color: #144E2C;
}
.TagClassName
{
border-color: #144E2C;
}
</style>