Html Css Color HEX #143B20 Deep Fir

📋 copy color: '#143B20'

red 20 ◦ green 59 ◦ blue 32

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

Shades of Deep Fir #143B20

Tints of Deep Fir #143B20

RGB

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

 GREEN value IS 59 (23.44% from 255) = 53.15%

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

R = 18.02%
G = 53.15%
B = 28.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.77

RGB Variations

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

Color information

#143B20 (or 0x143B20) is known color: Deep Fir. HEX triplet: 14, 3B and 20. RGB value is (20,59,32). Sum of RGB (Red+Green+Blue) = 20+59+32=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 59 (23.44% from 255 or 53.15% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 59 - color contains mainly: green. Hex color #143B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B20 is #EBC4DF. Grayscale: #2C2C2C. Windows color (decimal): -15451360 or 2112276. OLE color: 2112276.

HSL color Cylindrical-coordinate representation of color #143B20: hue angle of 138.46º 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 #143B20 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 59 32 -
CMYK 0.66 0 0.46 0.77
HSL 138.46º 0.49% 0.15% -
HSV(B) 138.46º 0.66% 0.23% -
XYZ 2.11 3.38 1.91 -
YUV 44.26 121.08 110.7 -
System Red Green Blue C M Y K H S L
Decimal 20 59 32 0.66 0 0.46 0.77 138.46 0.49 0.15
Hex 14 3B 20 42 0 2E 4D 8A 31 F
Octal 24 73 40 102 0 56 115 212 61 17
Binary 10100 111011 100000 1000010 0 101110 1001101 10001010 110001 1111

Color Harmonies of #143B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B20

Black with #143B20

Text Example


Text Example

White with #143B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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