Html Css Color HEX #141512 Pine Tree

📋 copy color: '#141512'

red 20 ◦ green 21 ◦ blue 18

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

Shades of Pine Tree #141512

Tints of Pine Tree #141512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 35.59%

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

R = 33.9%
G = 35.59%
B = 30.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#141512 (or 0x141512) is known color: Pine Tree. HEX triplet: 14, 15 and 12. RGB value is (20,21,18). Sum of RGB (Red+Green+Blue) = 20+21+18=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 21 - color contains mainly: green. Hex color #141512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141512 is #EBEAED. Grayscale: #141414. Windows color (decimal): -15461102 or 1185044. OLE color: 1185044.

HSL color Cylindrical-coordinate representation of color #141512: hue angle of 80º degrees, saturation: 0.08, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #141512 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 21 18 -
CMYK 0.05 0 0.14 0.92
HSL 80º 0.08% 0.08% -
HSV(B) 80º 0.14% 0.08% -
XYZ 0.67 0.73 0.68 -
YUV 20.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 20 21 18 0.05 0 0.14 0.92 80 0.08 0.08
Hex 14 15 12 5 0 E 5C 50 8 8
Octal 24 25 22 5 0 16 134 120 10 10
Binary 10100 10101 10010 101 0 1110 1011100 1010000 1000 1000

Color Harmonies of #141512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141512

Black with #141512

Text Example


Text Example

White with #141512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141512; }

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

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

background-color css

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

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

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

border-color css

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

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

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