Shades of Zuccini #144E28
Tints of Zuccini #144E28
RGB
CMYK
RGB Variations
Color information
#144E28 (or 0x144E28) is known color: Zuccini. HEX triplet: 14, 4E and 28. RGB value is (20,78,40). Sum of RGB (Red+Green+Blue) = 20+78+40=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 78 (30.86% from 255 or 56.52% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 78 - color contains mainly: green. Hex color #144E28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144E28 is #EBB1D7. Grayscale: #383838. Windows color (decimal): -15446488 or 2641428. OLE color: 2641428.
HSL color Cylindrical-coordinate representation of color #144E28: hue angle of 140.69º 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 #144E28 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 78 | 40 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.69 |
| HSL | 140.69º | 0.59% | 0.19% | - |
| HSV(B) | 140.69º | 0.74% | 0.31% | - |
| XYZ | 3.4 | 5.75 | 2.94 | - |
| YUV | 56.33 | 118.78 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 40 | 0.74 | 0 | 0.49 | 0.69 | 140.69 | 0.59 | 0.19 |
| Hex | 14 | 4E | 28 | 4A | 0 | 31 | 45 | 8D | 3B | 13 |
| Octal | 24 | 116 | 50 | 112 | 0 | 61 | 105 | 215 | 73 | 23 |
| Binary | 10100 | 1001110 | 101000 | 1001010 | 0 | 110001 | 1000101 | 10001101 | 111011 | 10011 |
Color Harmonies of #144E28
Complementary color
Monochromatic Colors of #144E28
Black with #144E28
Text Example
Text Example
White with #144E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E28; }
p { color: rgb(20,78,40); }
H1.HeaderClassName
{
color: #144E28;
}
.AnyTagClassName
{
color: #144E28;
}
</style>
background-color css
<style>
a { background-color: #144E28; }
a { background-color: rgb(20,78,40); }
div.DivClassName
{
background-color: #144E28;
}
.BgClassName
{
background-color: #144E28;
}
</style>
border-color css
<style>
span { border-color: #144E28; }
span { border-color: rgb(20,78,40); }
td.TdClassName
{
border-color: #144E28;
}
.TagClassName
{
border-color: #144E28;
}
</style>