Html Css Color HEX #144D29 Zuccini

📋 copy color: '#144D29'

red 20 ◦ green 77 ◦ blue 41

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

Shades of Zuccini #144D29

Tints of Zuccini #144D29

RGB

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

 GREEN value IS 77 (30.47% from 255) = 55.8%

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

R = 14.49%
G = 55.8%
B = 29.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#144D29 (or 0x144D29) is known color: Zuccini. HEX triplet: 14, 4D and 29. RGB value is (20,77,41). Sum of RGB (Red+Green+Blue) = 20+77+41=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 77 (30.47% from 255 or 55.80% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 77 - color contains mainly: green. Hex color #144D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D29 is #EBB2D6. Grayscale: #373737. Windows color (decimal): -15446743 or 2706708. OLE color: 2706708.

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

Color convert

RGB 20 77 41 -
CMYK 0.74 0 0.47 0.70
HSL 142.11º 0.59% 0.19% -
HSV(B) 142.11º 0.74% 0.3% -
XYZ 3.34 5.62 3.01 -
YUV 55.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 20 77 41 0.74 0 0.47 0.70 142.11 0.59 0.19
Hex 14 4D 29 4A 0 2F 46 8E 3B 13
Octal 24 115 51 112 0 57 106 216 73 23
Binary 10100 1001101 101001 1001010 0 101111 1000110 10001110 111011 10011

Color Harmonies of #144D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D29

Black with #144D29

Text Example


Text Example

White with #144D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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