Html Css Color HEX #141811 Pine Tree

📋 copy color: '#141811'

red 20 ◦ green 24 ◦ blue 17

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

Shades of Pine Tree #141811

Tints of Pine Tree #141811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 27.87%

R = 32.79%
G = 39.34%
B = 27.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.91

RGB Variations

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

Color information

#141811 (or 0x141811) is known color: Pine Tree. HEX triplet: 14, 18 and 11. RGB value is (20,24,17). Sum of RGB (Red+Green+Blue) = 20+24+17=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 24 - color contains mainly: green. Hex color #141811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141811 is #EBE7EE. Grayscale: #161616. Windows color (decimal): -15460335 or 1120276. OLE color: 1120276.

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

Color convert

RGB 20 24 17 -
CMYK 0.17 0 0.29 0.91
HSL 94.29º 0.17% 0.08% -
HSV(B) 94.29º 0.29% 0.09% -
XYZ 0.72 0.84 0.66 -
YUV 22.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 20 24 17 0.17 0 0.29 0.91 94.29 0.17 0.08
Hex 14 18 11 11 0 1D 5B 5E 11 8
Octal 24 30 21 21 0 35 133 136 21 10
Binary 10100 11000 10001 10001 0 11101 1011011 1011110 10001 1000

Color Harmonies of #141811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141811

Black with #141811

Text Example


Text Example

White with #141811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141811; }

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

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

background-color css

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

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

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

border-color css

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

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

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