Html Css Color HEX #141710 Pine Tree

📋 copy color: '#141710'

red 20 ◦ green 23 ◦ blue 16

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

Shades of Pine Tree #141710

Tints of Pine Tree #141710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 27.12%

R = 33.9%
G = 38.98%
B = 27.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.91

RGB Variations

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

Color information

#141710 (or 0x141710) is known color: Pine Tree. HEX triplet: 14, 17 and 10. RGB value is (20,23,16). Sum of RGB (Red+Green+Blue) = 20+23+16=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 23 (9.38% from 255 or 38.98% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 23 - color contains mainly: green. Hex color #141710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141710 is #EBE8EF. Grayscale: #151515. Windows color (decimal): -15460592 or 1054484. OLE color: 1054484.

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

Color convert

RGB 20 23 16 -
CMYK 0.13 0 0.30 0.91
HSL 85.71º 0.18% 0.08% -
HSV(B) 85.71º 0.3% 0.09% -
XYZ 0.69 0.8 0.61 -
YUV 21.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 20 23 16 0.13 0 0.30 0.91 85.71 0.18 0.08
Hex 14 17 10 D 0 1E 5B 56 12 8
Octal 24 27 20 15 0 36 133 126 22 10
Binary 10100 10111 10000 1101 0 11110 1011011 1010110 10010 1000

Color Harmonies of #141710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141710

Black with #141710

Text Example


Text Example

White with #141710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141710; }

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

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

background-color css

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

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

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

border-color css

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

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

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