Html Css Color HEX #14170D Pine Tree

📋 copy color: '#14170D'

red 20 ◦ green 23 ◦ blue 13

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

Shades of Pine Tree #14170D

Tints of Pine Tree #14170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 41.07%

 BLUE value IS 13 (5.47% from 255) = 23.21%

R = 35.71%
G = 41.07%
B = 23.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.91

RGB Variations

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

Color information

#14170D (or 0x14170D) is known color: Pine Tree. HEX triplet: 14, 17 and 0D. RGB value is (20,23,13). Sum of RGB (Red+Green+Blue) = 20+23+13=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 23 - color contains mainly: green. Hex color #14170D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14170D is #EBE8F2. Grayscale: #151515. Windows color (decimal): -15460595 or 857876. OLE color: 857876.

HSL color Cylindrical-coordinate representation of color #14170D: hue angle of 78º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #14170D is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 23 13 -
CMYK 0.13 0 0.43 0.91
HSL 78º 0.28% 0.07% -
HSV(B) 78º 0.43% 0.09% -
XYZ 0.67 0.79 0.5 -
YUV 20.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 20 23 13 0.13 0 0.43 0.91 78 0.28 0.07
Hex 14 17 D D 0 2B 5B 4E 1C 7
Octal 24 27 15 15 0 53 133 116 34 7
Binary 10100 10111 1101 1101 0 101011 1011011 1001110 11100 111

Color Harmonies of #14170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14170D

Black with #14170D

Text Example


Text Example

White with #14170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14170D; }

 p { color: rgb(20,23,13); }

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

background-color css

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

 a { background-color: rgb(20,23,13); }

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

border-color css

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

 span { border-color: rgb(20,23,13); }

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