Html Css Color HEX #144D30 Zuccini

📋 copy color: '#144D30'

red 20 ◦ green 77 ◦ blue 48

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

Shades of Zuccini #144D30

Tints of Zuccini #144D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 33.1%

R = 13.79%
G = 53.1%
B = 33.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#144D30 (or 0x144D30) is known color: Zuccini. HEX triplet: 14, 4D and 30. RGB value is (20,77,48). Sum of RGB (Red+Green+Blue) = 20+77+48=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 77 (30.47% from 255 or 53.10% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 77 - color contains mainly: green. Hex color #144D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D30 is #EBB2CF. Grayscale: #383838. Windows color (decimal): -15446736 or 3165460. OLE color: 3165460.

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

Color convert

RGB 20 77 48 -
CMYK 0.74 0 0.38 0.70
HSL 149.47º 0.59% 0.19% -
HSV(B) 149.47º 0.74% 0.3% -
XYZ 3.48 5.67 3.71 -
YUV 56.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 20 77 48 0.74 0 0.38 0.70 149.47 0.59 0.19
Hex 14 4D 30 4A 0 26 46 95 3B 13
Octal 24 115 60 112 0 46 106 225 73 23
Binary 10100 1001101 110000 1001010 0 100110 1000110 10010101 111011 10011

Color Harmonies of #144D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D30

Black with #144D30

Text Example


Text Example

White with #144D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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