Html Css Color HEX #141712 Pine Tree

📋 copy color: '#141712'

red 20 ◦ green 23 ◦ blue 18

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

Shades of Pine Tree #141712

Tints of Pine Tree #141712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 29.51%

R = 32.79%
G = 37.7%
B = 29.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#141712 (or 0x141712) is known color: Pine Tree. HEX triplet: 14, 17 and 12. RGB value is (20,23,18). Sum of RGB (Red+Green+Blue) = 20+23+18=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 23 - color contains mainly: green. Hex color #141712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141712 is #EBE8ED. Grayscale: #151515. Windows color (decimal): -15460590 or 1185556. OLE color: 1185556.

HSL color Cylindrical-coordinate representation of color #141712: hue angle of 96º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #141712 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 23 18 -
CMYK 0.13 0 0.22 0.91
HSL 96º 0.12% 0.08% -
HSV(B) 96º 0.22% 0.09% -
XYZ 0.7 0.81 0.69 -
YUV 21.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 20 23 18 0.13 0 0.22 0.91 96 0.12 0.08
Hex 14 17 12 D 0 16 5B 60 C 8
Octal 24 27 22 15 0 26 133 140 14 10
Binary 10100 10111 10010 1101 0 10110 1011011 1100000 1100 1000

Color Harmonies of #141712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141712

Black with #141712

Text Example


Text Example

White with #141712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141712; }

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

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

background-color css

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

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

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

border-color css

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

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

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