Html Css Color HEX #14180E Pine Tree

📋 copy color: '#14180E'

red 20 ◦ green 24 ◦ blue 14

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

Shades of Pine Tree #14180E

Tints of Pine Tree #14180E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 24.14%

R = 34.48%
G = 41.38%
B = 24.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.91

RGB Variations

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

Color information

#14180E (or 0x14180E) is known color: Pine Tree. HEX triplet: 14, 18 and 0E. RGB value is (20,24,14). Sum of RGB (Red+Green+Blue) = 20+24+14=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 24 - color contains mainly: green. Hex color #14180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14180E is #EBE7F1. Grayscale: #151515. Windows color (decimal): -15460338 or 923668. OLE color: 923668.

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

Color convert

RGB 20 24 14 -
CMYK 0.17 0 0.42 0.91
HSL 84º 0.26% 0.07% -
HSV(B) 84º 0.42% 0.09% -
XYZ 0.69 0.83 0.54 -
YUV 21.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 20 24 14 0.17 0 0.42 0.91 84 0.26 0.07
Hex 14 18 E 11 0 2A 5B 54 1A 7
Octal 24 30 16 21 0 52 133 124 32 7
Binary 10100 11000 1110 10001 0 101010 1011011 1010100 11010 111

Color Harmonies of #14180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14180E

Black with #14180E

Text Example


Text Example

White with #14180E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14180E; }

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

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

background-color css

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

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

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

border-color css

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

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

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