Html Css Color HEX #14180C Pine Tree

📋 copy color: '#14180C'

red 20 ◦ green 24 ◦ blue 12

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

Shades of Pine Tree #14180C

Tints of Pine Tree #14180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 42.86%

 BLUE value IS 12 (5.08% from 255) = 21.43%

R = 35.71%
G = 42.86%
B = 21.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#14180C (or 0x14180C) is known color: Pine Tree. HEX triplet: 14, 18 and 0C. RGB value is (20,24,12). Sum of RGB (Red+Green+Blue) = 20+24+12=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 24 - color contains mainly: green. Hex color #14180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14180C is #EBE7F3. Grayscale: #151515. Windows color (decimal): -15460340 or 792596. OLE color: 792596.

HSL color Cylindrical-coordinate representation of color #14180C: hue angle of 80º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #14180C is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 24 12 -
CMYK 0.17 0 0.50 0.91
HSL 80º 0.33% 0.07% -
HSV(B) 80º 0.5% 0.09% -
XYZ 0.68 0.83 0.47 -
YUV 21.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 20 24 12 0.17 0 0.50 0.91 80 0.33 0.07
Hex 14 18 C 11 0 32 5B 50 21 7
Octal 24 30 14 21 0 62 133 120 41 7
Binary 10100 11000 1100 10001 0 110010 1011011 1010000 100001 111

Color Harmonies of #14180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14180C

Black with #14180C

Text Example


Text Example

White with #14180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14180C; }

 p { color: rgb(20,24,12); }

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

background-color css

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

 a { background-color: rgb(20,24,12); }

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

border-color css

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

 span { border-color: rgb(20,24,12); }

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