#144C29

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

Shades of Zuccini #144C29

Tints of Zuccini #144C29

Color information

#144C29 (or 0x144C29) is unknown color: approx Zuccini. HEX triplet: 14, 4C and 29. RGB value is (20,76,41). Sum of RGB (Red+Green+Blue) = 20+76+41=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 76 (30.08% from 255 or 55.47% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 76 - color contains mainly: green. Hex color #144C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C29 is #EBB3D6. Grayscale: #373737. Windows color (decimal): -15446999 or 2706452. OLE color: 2706452.

HSL color Cylindrical-coordinate representation of color #144C29: hue angle of 142.5º 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 #144C29 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.70.

Color convert

RGB207641-
CMYK0.7400.460.70
HSL142.5º58.33%18.82%-
HSV(B)142.5º73.68%29.8%-
XYZ3.275.482.98-
YUV55.27119.95102.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 76 (30.08% from 255) = 55.47%
BLUE value IS 41 (16.41% from 255) = 29.93%
R=14.60%
G=55.47%
B=29.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2076410.7400.460.70142.558.3318.82
Hex144C294A02E468e3a13
Octal24114511120561062167223
Binary1010010011001010011001010010111010001101000111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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