Html Css Color HEX #143A20 Deep Fir

📋 copy color: '#143A20'

red 20 ◦ green 58 ◦ blue 32

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

Shades of Deep Fir #143A20

Tints of Deep Fir #143A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 52.73%

 BLUE value IS 32 (12.89% from 255) = 29.09%

R = 18.18%
G = 52.73%
B = 29.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.77

RGB Variations

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

Color information

#143A20 (or 0x143A20) is known color: Deep Fir. HEX triplet: 14, 3A and 20. RGB value is (20,58,32). Sum of RGB (Red+Green+Blue) = 20+58+32=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #143A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A20 is #EBC5DF. Grayscale: #2B2B2B. Windows color (decimal): -15451616 or 2112020. OLE color: 2112020.

HSL color Cylindrical-coordinate representation of color #143A20: hue angle of 138.95º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143A20 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 58 32 -
CMYK 0.66 0 0.45 0.77
HSL 138.95º 0.49% 0.15% -
HSV(B) 138.95º 0.66% 0.23% -
XYZ 2.06 3.28 1.89 -
YUV 43.67 121.41 111.11 -
System Red Green Blue C M Y K H S L
Decimal 20 58 32 0.66 0 0.45 0.77 138.95 0.49 0.15
Hex 14 3A 20 42 0 2D 4D 8B 31 F
Octal 24 72 40 102 0 55 115 213 61 17
Binary 10100 111010 100000 1000010 0 101101 1001101 10001011 110001 1111

Color Harmonies of #143A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143A20

Black with #143A20

Text Example


Text Example

White with #143A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143A20; }

 p { color: rgb(20,58,32); }

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

background-color css

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

 a { background-color: rgb(20,58,32); }

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

border-color css

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

 span { border-color: rgb(20,58,32); }

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