Html Css Color HEX #14190E Pine Tree

📋 copy color: '#14190E'

red 20 ◦ green 25 ◦ blue 14

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

Shades of Pine Tree #14190E

Tints of Pine Tree #14190E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 42.37%

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

R = 33.9%
G = 42.37%
B = 23.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.90

RGB Variations

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

Color information

#14190E (or 0x14190E) is known color: Pine Tree. HEX triplet: 14, 19 and 0E. RGB value is (20,25,14). Sum of RGB (Red+Green+Blue) = 20+25+14=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 25 - color contains mainly: green. Hex color #14190E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14190E is #EBE6F1. Grayscale: #161616. Windows color (decimal): -15460082 or 923924. OLE color: 923924.

HSL color Cylindrical-coordinate representation of color #14190E: hue angle of 87.27º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #14190E is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.90.

Color convert

RGB 20 25 14 -
CMYK 0.20 0 0.44 0.90
HSL 87.27º 0.28% 0.08% -
HSV(B) 87.27º 0.44% 0.1% -
XYZ 0.72 0.88 0.55 -
YUV 22.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 20 25 14 0.20 0 0.44 0.90 87.27 0.28 0.08
Hex 14 19 E 14 0 2C 5A 57 1C 8
Octal 24 31 16 24 0 54 132 127 34 10
Binary 10100 11001 1110 10100 0 101100 1011010 1010111 11100 1000

Color Harmonies of #14190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14190E

Black with #14190E

Text Example


Text Example

White with #14190E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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