#144E2F

Color #144E2F Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #144E2F

Tints of Zuccini #144E2F

Color information

#144E2F (or 0x144E2F) is unknown color: approx 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

RGB207847-
CMYK0.7400.400.69
HSL147.93º59.18%19.22%-
HSV(B)147.93º74.36%30.59%-
XYZ3.535.83.62-
YUV57.12122.28101.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 78 (30.86% from 255) = 53.79%
BLUE value IS 47 (18.75% from 255) = 32.41%
R=13.79%
G=53.79%
B=32.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2078470.7400.400.69147.9359.1819.22
Hex144E2F4A02845943b13
Octal24116571120501052247323
Binary1010010011101011111001010010100010001011001010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>