Shades of Zuccini #144E2B
Tints of Zuccini #144E2B
RGB
CMYK
RGB Variations
Color information
#144E2B (or 0x144E2B) is known color: Zuccini. HEX triplet: 14, 4E and 2B. RGB value is (20,78,43). Sum of RGB (Red+Green+Blue) = 20+78+43=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #144E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144E2B is #EBB1D4. Grayscale: #383838. Windows color (decimal): -15446485 or 2838036. OLE color: 2838036.
HSL color Cylindrical-coordinate representation of color #144E2B: hue angle of 143.79º 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 #144E2B is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 78 | 43 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.69 |
| HSL | 143.79º | 0.59% | 0.19% | - |
| HSV(B) | 143.79º | 0.74% | 0.31% | - |
| XYZ | 3.45 | 5.77 | 3.22 | - |
| YUV | 56.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 43 | 0.74 | 0 | 0.45 | 0.69 | 143.79 | 0.59 | 0.19 |
| Hex | 14 | 4E | 2B | 4A | 0 | 2D | 45 | 90 | 3B | 13 |
| Octal | 24 | 116 | 53 | 112 | 0 | 55 | 105 | 220 | 73 | 23 |
| Binary | 10100 | 1001110 | 101011 | 1001010 | 0 | 101101 | 1000101 | 10010000 | 111011 | 10011 |
Color Harmonies of #144E2B
Complementary color
Monochromatic Colors of #144E2B
Black with #144E2B
Text Example
Text Example
White with #144E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E2B; }
p { color: rgb(20,78,43); }
H1.HeaderClassName
{
color: #144E2B;
}
.AnyTagClassName
{
color: #144E2B;
}
</style>
background-color css
<style>
a { background-color: #144E2B; }
a { background-color: rgb(20,78,43); }
div.DivClassName
{
background-color: #144E2B;
}
.BgClassName
{
background-color: #144E2B;
}
</style>
border-color css
<style>
span { border-color: #144E2B; }
span { border-color: rgb(20,78,43); }
td.TdClassName
{
border-color: #144E2B;
}
.TagClassName
{
border-color: #144E2B;
}
</style>