Html Css Color HEX #12140E Pine Tree

📋 copy color: '#12140E'

red 18 ◦ green 20 ◦ blue 14

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

Shades of Pine Tree #12140E

Tints of Pine Tree #12140E

RGB

 RED value IS 18 (7.42% from 255) = 34.62%

 GREEN value IS 20 (8.2% from 255) = 38.46%

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

R = 34.62%
G = 38.46%
B = 26.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.92

RGB Variations

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

Color information

#12140E (or 0x12140E) is known color: Pine Tree. HEX triplet: 12, 14 and 0E. RGB value is (18,20,14). Sum of RGB (Red+Green+Blue) = 18+20+14=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 20 - color contains mainly: green. Hex color #12140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12140E is #EDEBF1. Grayscale: #121212. Windows color (decimal): -15592434 or 922642. OLE color: 922642.

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

Color convert

RGB 18 20 14 -
CMYK 0.10 0 0.30 0.92
HSL 80º 0.18% 0.07% -
HSV(B) 80º 0.3% 0.08% -
XYZ 0.58 0.66 0.51 -
YUV 18.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 18 20 14 0.10 0 0.30 0.92 80 0.18 0.07
Hex 12 14 E A 0 1E 5C 50 12 7
Octal 22 24 16 12 0 36 134 120 22 7
Binary 10010 10100 1110 1010 0 11110 1011100 1010000 10010 111

Color Harmonies of #12140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12140E

Black with #12140E

Text Example


Text Example

White with #12140E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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