#144A2C

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

Shades of Zuccini #144A2C

Tints of Zuccini #144A2C

Color information

#144A2C (or 0x144A2C) is unknown color: approx Zuccini. HEX triplet: 14, 4A and 2C. RGB value is (20,74,44). Sum of RGB (Red+Green+Blue) = 20+74+44=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 74 (29.30% from 255 or 53.62% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 74 - color contains mainly: green. Hex color #144A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A2C is #EBB5D3. Grayscale: #363636. Windows color (decimal): -15447508 or 2902548. OLE color: 2902548.

HSL color Cylindrical-coordinate representation of color #144A2C: hue angle of 146.67º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144A2C is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB207444-
CMYK0.7300.410.71
HSL146.67º57.45%18.43%-
HSV(B)146.67º72.97%29.02%-
XYZ3.195.233.22-
YUV54.43122.11103.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 74 (29.30% from 255) = 53.62%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=14.49%
G=53.62%
B=31.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2074440.7300.410.71146.6757.4518.43
Hex144A2C4902947933912
Octal24112541110511072237122
Binary1010010010101011001001001010100110001111001001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144A2C; }

 p { color: rgb(20,74,44); }

 H1.HeaderClassName
 {
   color: #144A2C;
 }
 .AnyTagClassName
 {
   color: #144A2C;
 }
</style>
background-color css

<style>
 a { background-color: #144A2C; }

 a { background-color: rgb(20,74,44); }

 div.DivClassName
 {
   background-color: #144A2C;
 }
 .BgClassName
 {
   background-color: #144A2C;
 }
</style>
border-color css

<style>
 span { border-color: #144A2C; }

 span { border-color: rgb(20,74,44); }

 td.TdClassName
 {
   border-color: #144A2C;
 }
 .TagClassName
 {
   border-color: #144A2C;
 }
</style>