Shades of Zuccini #144D2C
Tints of Zuccini #144D2C
RGB
CMYK
RGB Variations
Color information
#144D2C (or 0x144D2C) is known color: Zuccini. HEX triplet: 14, 4D and 2C. RGB value is (20,77,44). Sum of RGB (Red+Green+Blue) = 20+77+44=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 77 (30.47% from 255 or 54.61% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 77 - color contains mainly: green. Hex color #144D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D2C is #EBB2D3. Grayscale: #383838. Windows color (decimal): -15446740 or 2903316. OLE color: 2903316.
HSL color Cylindrical-coordinate representation of color #144D2C: hue angle of 145.26º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144D2C is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 77 | 44 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.70 |
| HSL | 145.26º | 0.59% | 0.19% | - |
| HSV(B) | 145.26º | 0.74% | 0.3% | - |
| XYZ | 3.4 | 5.64 | 3.29 | - |
| YUV | 56.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 44 | 0.74 | 0 | 0.43 | 0.70 | 145.26 | 0.59 | 0.19 |
| Hex | 14 | 4D | 2C | 4A | 0 | 2B | 46 | 91 | 3B | 13 |
| Octal | 24 | 115 | 54 | 112 | 0 | 53 | 106 | 221 | 73 | 23 |
| Binary | 10100 | 1001101 | 101100 | 1001010 | 0 | 101011 | 1000110 | 10010001 | 111011 | 10011 |
Color Harmonies of #144D2C
Complementary color
Monochromatic Colors of #144D2C
Black with #144D2C
Text Example
Text Example
White with #144D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D2C; }
p { color: rgb(20,77,44); }
H1.HeaderClassName
{
color: #144D2C;
}
.AnyTagClassName
{
color: #144D2C;
}
</style>
background-color css
<style>
a { background-color: #144D2C; }
a { background-color: rgb(20,77,44); }
div.DivClassName
{
background-color: #144D2C;
}
.BgClassName
{
background-color: #144D2C;
}
</style>
border-color css
<style>
span { border-color: #144D2C; }
span { border-color: rgb(20,77,44); }
td.TdClassName
{
border-color: #144D2C;
}
.TagClassName
{
border-color: #144D2C;
}
</style>