Html Css Color HEX #0E140B Pine Tree

📋 copy color: '#0E140B'

red 14 ◦ green 20 ◦ blue 11

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

Shades of Pine Tree #0E140B

Tints of Pine Tree #0E140B

RGB

 RED value IS 14 (5.86% from 255) = 31.11%

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

 BLUE value IS 11 (4.69% from 255) = 24.44%

R = 31.11%
G = 44.44%
B = 24.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.92

RGB Variations

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

Color information

#0E140B (or 0x0E140B) is known color: Pine Tree. HEX triplet: 0E, 14 and 0B. RGB value is (14,20,11). Sum of RGB (Red+Green+Blue) = 14+20+11=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 20 - color contains mainly: green. Hex color #0E140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E140B is #F1EBF4. Grayscale: #111111. Windows color (decimal): -15854581 or 726030. OLE color: 726030.

HSL color Cylindrical-coordinate representation of color #0E140B: hue angle of 100º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0E140B is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB 14 20 11 -
CMYK 0.30 0 0.45 0.92
HSL 100º 0.29% 0.06% -
HSV(B) 100º 0.45% 0.08% -
XYZ 0.49 0.62 0.41 -
YUV 17.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 14 20 11 0.30 0 0.45 0.92 100 0.29 0.06
Hex E 14 B 1E 0 2D 5C 64 1D 6
Octal 16 24 13 36 0 55 134 144 35 6
Binary 1110 10100 1011 11110 0 101101 1011100 1100100 11101 110

Color Harmonies of #0E140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E140B

Black with #0E140B

Text Example


Text Example

White with #0E140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E140B; }

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

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

background-color css

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

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

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

border-color css

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

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

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