Html Css Color HEX #142C1C Deep Fir

📋 copy color: '#142C1C'

red 20 ◦ green 44 ◦ blue 28

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

Shades of Deep Fir #142C1C

Tints of Deep Fir #142C1C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 47.83%

 BLUE value IS 28 (11.33% from 255) = 30.43%

R = 21.74%
G = 47.83%
B = 30.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.83

RGB Variations

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

Color information

#142C1C (or 0x142C1C) is known color: Deep Fir. HEX triplet: 14, 2C and 1C. RGB value is (20,44,28). Sum of RGB (Red+Green+Blue) = 20+44+28=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 44 (17.58% from 255 or 47.83% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 44 - color contains mainly: green. Hex color #142C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C1C is #EBD3E3. Grayscale: #232323. Windows color (decimal): -15455204 or 1846292. OLE color: 1846292.

HSL color Cylindrical-coordinate representation of color #142C1C: hue angle of 140º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #142C1C is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 44 28 -
CMYK 0.55 0 0.36 0.83
HSL 140º 0.38% 0.13% -
HSV(B) 140º 0.55% 0.17% -
XYZ 1.4 2.03 1.42 -
YUV 35 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 20 44 28 0.55 0 0.36 0.83 140 0.38 0.13
Hex 14 2C 1C 37 0 24 53 8C 26 D
Octal 24 54 34 67 0 44 123 214 46 15
Binary 10100 101100 11100 110111 0 100100 1010011 10001100 100110 1101

Color Harmonies of #142C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C1C

Black with #142C1C

Text Example


Text Example

White with #142C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142C1C; }

 p { color: rgb(20,44,28); }

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

background-color css

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

 a { background-color: rgb(20,44,28); }

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

border-color css

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

 span { border-color: rgb(20,44,28); }

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