Shades of Zuccini #144E2F
Tints of Zuccini #144E2F
RGB
CMYK
RGB Variations
Color information
#144E2F (or 0x144E2F) is known color: Zuccini. HEX triplet: 14, 4E and 2F. RGB value is (20,78,47). Sum of RGB (Red+Green+Blue) = 20+78+47=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 78 (30.86% from 255 or 53.79% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 78 - color contains mainly: green. Hex color #144E2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144E2F is #EBB1D0. Grayscale: #393939. Windows color (decimal): -15446481 or 3100180. OLE color: 3100180.
HSL color Cylindrical-coordinate representation of color #144E2F: hue angle of 147.93º 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 #144E2F is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 78 | 47 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.69 |
| HSL | 147.93º | 0.59% | 0.19% | - |
| HSV(B) | 147.93º | 0.74% | 0.31% | - |
| XYZ | 3.53 | 5.8 | 3.62 | - |
| YUV | 57.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 47 | 0.74 | 0 | 0.40 | 0.69 | 147.93 | 0.59 | 0.19 |
| Hex | 14 | 4E | 2F | 4A | 0 | 28 | 45 | 94 | 3B | 13 |
| Octal | 24 | 116 | 57 | 112 | 0 | 50 | 105 | 224 | 73 | 23 |
| Binary | 10100 | 1001110 | 101111 | 1001010 | 0 | 101000 | 1000101 | 10010100 | 111011 | 10011 |
Color Harmonies of #144E2F
Complementary color
Monochromatic Colors of #144E2F
Black with #144E2F
Text Example
Text Example
White with #144E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E2F; }
p { color: rgb(20,78,47); }
H1.HeaderClassName
{
color: #144E2F;
}
.AnyTagClassName
{
color: #144E2F;
}
</style>
background-color css
<style>
a { background-color: #144E2F; }
a { background-color: rgb(20,78,47); }
div.DivClassName
{
background-color: #144E2F;
}
.BgClassName
{
background-color: #144E2F;
}
</style>
border-color css
<style>
span { border-color: #144E2F; }
span { border-color: rgb(20,78,47); }
td.TdClassName
{
border-color: #144E2F;
}
.TagClassName
{
border-color: #144E2F;
}
</style>