Html Css Color HEX #143923 Deep Fir

📋 copy color: '#143923'

red 20 ◦ green 57 ◦ blue 35

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

Shades of Deep Fir #143923

Tints of Deep Fir #143923

RGB

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

 GREEN value IS 57 (22.66% from 255) = 50.89%

 BLUE value IS 35 (14.06% from 255) = 31.25%

R = 17.86%
G = 50.89%
B = 31.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.39

 K value IS 0.78

RGB Variations

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

Color information

#143923 (or 0x143923) is known color: Deep Fir. HEX triplet: 14, 39 and 23. RGB value is (20,57,35). Sum of RGB (Red+Green+Blue) = 20+57+35=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 35 (14.06% from 255 or 31.25% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #143923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143923 is #EBC6DC. Grayscale: #2B2B2B. Windows color (decimal): -15451869 or 2308372. OLE color: 2308372.

HSL color Cylindrical-coordinate representation of color #143923: hue angle of 144.32º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #143923 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 57 35 -
CMYK 0.65 0 0.39 0.78
HSL 144.32º 0.48% 0.15% -
HSV(B) 144.32º 0.65% 0.22% -
XYZ 2.05 3.2 2.1 -
YUV 43.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 20 57 35 0.65 0 0.39 0.78 144.32 0.48 0.15
Hex 14 39 23 41 0 27 4E 90 30 F
Octal 24 71 43 101 0 47 116 220 60 17
Binary 10100 111001 100011 1000001 0 100111 1001110 10010000 110000 1111

Color Harmonies of #143923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143923

Black with #143923

Text Example


Text Example

White with #143923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143923; }

 p { color: rgb(20,57,35); }

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

background-color css

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

 a { background-color: rgb(20,57,35); }

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

border-color css

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

 span { border-color: rgb(20,57,35); }

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