#144A2A

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

Shades of Zuccini #144A2A

Tints of Zuccini #144A2A

Color information

#144A2A (or 0x144A2A) is unknown color: approx Zuccini. HEX triplet: 14, 4A and 2A. RGB value is (20,74,42). Sum of RGB (Red+Green+Blue) = 20+74+42=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 74 (29.30% from 255 or 54.41% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 74 - color contains mainly: green. Hex color #144A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A2A is #EBB5D5. Grayscale: #363636. Windows color (decimal): -15447510 or 2771476. OLE color: 2771476.

HSL color Cylindrical-coordinate representation of color #144A2A: hue angle of 144.44º 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 #144A2A is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB207442-
CMYK0.7300.430.71
HSL144.44º57.45%18.43%-
HSV(B)144.44º72.97%29.02%-
XYZ3.165.213.03-
YUV54.21121.11103.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.71%
GREEN value IS 74 (29.30% from 255) = 54.41%
BLUE value IS 42 (16.80% from 255) = 30.88%
R=14.71%
G=54.41%
B=30.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2074420.7300.430.71144.4457.4518.43
Hex144A2A4902B47903912
Octal24112521110531072207122
Binary1010010010101010101001001010101110001111001000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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