Html Css Color HEX #143F1D Deep Fir

📋 copy color: '#143F1D'

red 20 ◦ green 63 ◦ blue 29

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

Shades of Deep Fir #143F1D

Tints of Deep Fir #143F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 56.25%

 BLUE value IS 29 (11.72% from 255) = 25.89%

R = 17.86%
G = 56.25%
B = 25.89%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#143F1D (or 0x143F1D) is known color: Deep Fir. HEX triplet: 14, 3F and 1D. RGB value is (20,63,29). Sum of RGB (Red+Green+Blue) = 20+63+29=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 63 (25% from 255 or 56.25% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 63 - color contains mainly: green. Hex color #143F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143F1D is #EBC0E2. Grayscale: #2E2E2E. Windows color (decimal): -15450339 or 1916692. OLE color: 1916692.

HSL color Cylindrical-coordinate representation of color #143F1D: hue angle of 132.56º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #143F1D is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 63 29 -
CMYK 0.68 0 0.54 0.75
HSL 132.56º 0.52% 0.16% -
HSV(B) 132.56º 0.68% 0.25% -
XYZ 2.29 3.79 1.77 -
YUV 46.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 20 63 29 0.68 0 0.54 0.75 132.56 0.52 0.16
Hex 14 3F 1D 44 0 36 4B 85 34 10
Octal 24 77 35 104 0 66 113 205 64 20
Binary 10100 111111 11101 1000100 0 110110 1001011 10000101 110100 10000

Color Harmonies of #143F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F1D

Black with #143F1D

Text Example


Text Example

White with #143F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,63,29); }

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

background-color css

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

 a { background-color: rgb(20,63,29); }

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

border-color css

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

 span { border-color: rgb(20,63,29); }

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