Shades of Zuccini #144F2E
Tints of Zuccini #144F2E
RGB
CMYK
RGB Variations
Color information
#144F2E (or 0x144F2E) is known color: Zuccini. HEX triplet: 14, 4F and 2E. RGB value is (20,79,46). Sum of RGB (Red+Green+Blue) = 20+79+46=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 79 (31.25% from 255 or 54.48% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 79 - color contains mainly: green. Hex color #144F2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F2E is #EBB0D1. Grayscale: #393939. Windows color (decimal): -15446226 or 3034900. OLE color: 3034900.
HSL color Cylindrical-coordinate representation of color #144F2E: hue angle of 146.44º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144F2E is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 79 | 46 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.69 |
| HSL | 146.44º | 0.6% | 0.19% | - |
| HSV(B) | 146.44º | 0.75% | 0.31% | - |
| XYZ | 3.58 | 5.94 | 3.54 | - |
| YUV | 57.6 | 121.45 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 46 | 0.75 | 0 | 0.42 | 0.69 | 146.44 | 0.6 | 0.19 |
| Hex | 14 | 4F | 2E | 4B | 0 | 2A | 45 | 92 | 3C | 13 |
| Octal | 24 | 117 | 56 | 113 | 0 | 52 | 105 | 222 | 74 | 23 |
| Binary | 10100 | 1001111 | 101110 | 1001011 | 0 | 101010 | 1000101 | 10010010 | 111100 | 10011 |
Color Harmonies of #144F2E
Complementary color
Monochromatic Colors of #144F2E
Black with #144F2E
Text Example
Text Example
White with #144F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F2E; }
p { color: rgb(20,79,46); }
H1.HeaderClassName
{
color: #144F2E;
}
.AnyTagClassName
{
color: #144F2E;
}
</style>
background-color css
<style>
a { background-color: #144F2E; }
a { background-color: rgb(20,79,46); }
div.DivClassName
{
background-color: #144F2E;
}
.BgClassName
{
background-color: #144F2E;
}
</style>
border-color css
<style>
span { border-color: #144F2E; }
span { border-color: rgb(20,79,46); }
td.TdClassName
{
border-color: #144F2E;
}
.TagClassName
{
border-color: #144F2E;
}
</style>