#144D2F

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

Shades of Zuccini #144D2F

Tints of Zuccini #144D2F

Color information

#144D2F (or 0x144D2F) is unknown color: approx Zuccini. HEX triplet: 14, 4D and 2F. RGB value is (20,77,47). Sum of RGB (Red+Green+Blue) = 20+77+47=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #144D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D2F is #EBB2D0. Grayscale: #383838. Windows color (decimal): -15446737 or 3099924. OLE color: 3099924.

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

Color convert

RGB207747-
CMYK0.7400.390.70
HSL148.42º58.76%19.02%-
HSV(B)148.42º74.03%30.2%-
XYZ3.465.663.6-
YUV56.54122.62101.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 77 (30.47% from 255) = 53.47%
BLUE value IS 47 (18.75% from 255) = 32.64%
R=13.89%
G=53.47%
B=32.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2077470.7400.390.70148.4258.7619.02
Hex144D2F4A02746943b13
Octal24115571120471062247323
Binary1010010011011011111001010010011110001101001010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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