Html Css Color HEX #144928 Zuccini

📋 copy color: '#144928'

red 20 ◦ green 73 ◦ blue 40

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

Shades of Zuccini #144928

Tints of Zuccini #144928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 30.08%

R = 15.04%
G = 54.89%
B = 30.08%

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

#144928 (or 0x144928) is known color: Zuccini. HEX triplet: 14, 49 and 28. RGB value is (20,73,40). Sum of RGB (Red+Green+Blue) = 20+73+40=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #144928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144928 is #EBB6D7. Grayscale: #353535. Windows color (decimal): -15447768 or 2640148. OLE color: 2640148.

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

Color convert

RGB 20 73 40 -
CMYK 0.73 0 0.45 0.71
HSL 142.64º 0.57% 0.18% -
HSV(B) 142.64º 0.73% 0.29% -
XYZ 3.05 5.07 2.82 -
YUV 53.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 20 73 40 0.73 0 0.45 0.71 142.64 0.57 0.18
Hex 14 49 28 49 0 2D 47 8F 39 12
Octal 24 111 50 111 0 55 107 217 71 22
Binary 10100 1001001 101000 1001001 0 101101 1000111 10001111 111001 10010

Color Harmonies of #144928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144928

Black with #144928

Text Example


Text Example

White with #144928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144928; }

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

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

background-color css

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

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

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

border-color css

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

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

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