Html Css Color HEX #144828 Zuccini

📋 copy color: '#144828'

red 20 ◦ green 72 ◦ blue 40

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

Shades of Zuccini #144828

Tints of Zuccini #144828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.55%

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

R = 15.15%
G = 54.55%
B = 30.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#144828 (or 0x144828) is known color: Zuccini. HEX triplet: 14, 48 and 28. RGB value is (20,72,40). Sum of RGB (Red+Green+Blue) = 20+72+40=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #144828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144828 is #EBB7D7. Grayscale: #343434. Windows color (decimal): -15448024 or 2639892. OLE color: 2639892.

HSL color Cylindrical-coordinate representation of color #144828: hue angle of 143.08º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144828 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 40 -
CMYK 0.72 0 0.44 0.72
HSL 143.08º 0.57% 0.18% -
HSV(B) 143.08º 0.72% 0.28% -
XYZ 2.99 4.94 2.8 -
YUV 52.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 20 72 40 0.72 0 0.44 0.72 143.08 0.57 0.18
Hex 14 48 28 48 0 2C 48 8F 39 12
Octal 24 110 50 110 0 54 110 217 71 22
Binary 10100 1001000 101000 1001000 0 101100 1001000 10001111 111001 10010

Color Harmonies of #144828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144828

Black with #144828

Text Example


Text Example

White with #144828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144828; }

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

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

background-color css

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

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

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

border-color css

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

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

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