#144F2F

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

Shades of Zuccini #144F2F

Tints of Zuccini #144F2F

Color information

#144F2F (or 0x144F2F) is unknown color: approx Zuccini. HEX triplet: 14, 4F and 2F. RGB value is (20,79,47). Sum of RGB (Red+Green+Blue) = 20+79+47=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 79 (31.25% from 255 or 54.11% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 79 - color contains mainly: green. Hex color #144F2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F2F is #EBB0D0. Grayscale: #393939. Windows color (decimal): -15446225 or 3100436. OLE color: 3100436.

HSL color Cylindrical-coordinate representation of color #144F2F: hue angle of 147.46º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144F2F is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB207947-
CMYK0.7500.410.69
HSL147.46º59.6%19.41%-
HSV(B)147.46º74.68%30.98%-
XYZ3.65.953.65-
YUV57.71121.95101.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 79 (31.25% from 255) = 54.11%
BLUE value IS 47 (18.75% from 255) = 32.19%
R=13.70%
G=54.11%
B=32.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2079470.7500.410.69147.4659.619.41
Hex144F2F4B02945933c13
Octal24117571130511052237423
Binary1010010011111011111001011010100110001011001001111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,79,47); }

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

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

 a { background-color: rgb(20,79,47); }

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

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

 span { border-color: rgb(20,79,47); }

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