Html Css Color HEX #144929 Zuccini

📋 copy color: '#144929'

red 20 ◦ green 73 ◦ blue 41

#144929
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zuccini #144929

Tints of Zuccini #144929

RGB

 RED value IS 20 (8.2% from 255) = 14.93%

 GREEN value IS 73 (28.91% from 255) = 54.48%

 BLUE value IS 41 (16.41% from 255) = 30.6%

R = 14.93%
G = 54.48%
B = 30.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#144929 (or 0x144929) is known color: Zuccini. HEX triplet: 14, 49 and 29. RGB value is (20,73,41). Sum of RGB (Red+Green+Blue) = 20+73+41=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 73 (28.91% from 255 or 54.48% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 73 - color contains mainly: green. Hex color #144929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144929 is #EBB6D6. Grayscale: #353535. Windows color (decimal): -15447767 or 2705684. OLE color: 2705684.

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

Color convert

RGB 20 73 41 -
CMYK 0.73 0 0.44 0.71
HSL 143.77º 0.57% 0.18% -
HSV(B) 143.77º 0.73% 0.29% -
XYZ 3.07 5.07 2.92 -
YUV 53.51 120.94 104.1 -
System Red Green Blue C M Y K H S L
Decimal 20 73 41 0.73 0 0.44 0.71 143.77 0.57 0.18
Hex 14 49 29 49 0 2C 47 90 39 12
Octal 24 111 51 111 0 54 107 220 71 22
Binary 10100 1001001 101001 1001001 0 101100 1000111 10010000 111001 10010

Color Harmonies of #144929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144929

Black with #144929

Text Example


Text Example

White with #144929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144929; }

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

 H1.HeaderClassName
 {
   color: #144929;
 }
 .AnyTagClassName
 {
   color: #144929;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #144929;
 }
 .BgClassName
 {
   background-color: #144929;
 }
</style>

border-color css

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

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

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