Html Css Color HEX #144A29 Zuccini

📋 copy color: '#144A29'

red 20 ◦ green 74 ◦ blue 41

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

Shades of Zuccini #144A29

Tints of Zuccini #144A29

RGB

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

 GREEN value IS 74 (29.3% from 255) = 54.81%

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

R = 14.81%
G = 54.81%
B = 30.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#144A29 (or 0x144A29) is known color: Zuccini. HEX triplet: 14, 4A and 29. RGB value is (20,74,41). Sum of RGB (Red+Green+Blue) = 20+74+41=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 74 (29.30% from 255 or 54.81% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 74 - color contains mainly: green. Hex color #144A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A29 is #EBB5D6. Grayscale: #363636. Windows color (decimal): -15447511 or 2705940. OLE color: 2705940.

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

Color convert

RGB 20 74 41 -
CMYK 0.73 0 0.45 0.71
HSL 143.33º 0.57% 0.18% -
HSV(B) 143.33º 0.73% 0.29% -
XYZ 3.14 5.21 2.94 -
YUV 54.09 120.61 103.68 -
System Red Green Blue C M Y K H S L
Decimal 20 74 41 0.73 0 0.45 0.71 143.33 0.57 0.18
Hex 14 4A 29 49 0 2D 47 8F 39 12
Octal 24 112 51 111 0 55 107 217 71 22
Binary 10100 1001010 101001 1001001 0 101101 1000111 10001111 111001 10010

Color Harmonies of #144A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144A29

Black with #144A29

Text Example


Text Example

White with #144A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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