#144C2B

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

Shades of Zuccini #144C2B

Tints of Zuccini #144C2B

Color information

#144C2B (or 0x144C2B) is unknown color: approx Zuccini. HEX triplet: 14, 4C and 2B. RGB value is (20,76,43). Sum of RGB (Red+Green+Blue) = 20+76+43=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #144C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C2B is #EBB3D4. Grayscale: #373737. Windows color (decimal): -15446997 or 2837524. OLE color: 2837524.

HSL color Cylindrical-coordinate representation of color #144C2B: hue angle of 144.64º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144C2B is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB207643-
CMYK0.7400.430.70
HSL144.64º58.33%18.82%-
HSV(B)144.64º73.68%29.8%-
XYZ3.315.493.17-
YUV55.49120.95102.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 76 (30.08% from 255) = 54.68%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=14.39%
G=54.68%
B=30.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2076430.7400.430.70144.6458.3318.82
Hex144C2B4A02B46913a13
Octal24114531120531062217223
Binary1010010011001010111001010010101110001101001000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,76,43); }

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

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

 a { background-color: rgb(20,76,43); }

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

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

 span { border-color: rgb(20,76,43); }

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