Html Css Color HEX #0E100D Pine Tree

📋 copy color: '#0E100D'

red 14 ◦ green 16 ◦ blue 13

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

Shades of Pine Tree #0E100D

Tints of Pine Tree #0E100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 37.21%

 BLUE value IS 13 (5.47% from 255) = 30.23%

R = 32.56%
G = 37.21%
B = 30.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.94

RGB Variations

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

Color information

#0E100D (or 0x0E100D) is known color: Pine Tree. HEX triplet: 0E, 10 and 0D. RGB value is (14,16,13). Sum of RGB (Red+Green+Blue) = 14+16+13=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 16 - color contains mainly: green. Hex color #0E100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E100D is #F1EFF2. Grayscale: #0F0F0F. Windows color (decimal): -15855603 or 856078. OLE color: 856078.

HSL color Cylindrical-coordinate representation of color #0E100D: hue angle of 100º degrees, saturation: 0.1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #0E100D is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.94.

Color convert

RGB 14 16 13 -
CMYK 0.13 0 0.19 0.94
HSL 100º 0.1% 0.06% -
HSV(B) 100º 0.19% 0.06% -
XYZ 0.44 0.49 0.45 -
YUV 15.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 14 16 13 0.13 0 0.19 0.94 100 0.1 0.06
Hex E 10 D D 0 13 5E 64 A 6
Octal 16 20 15 15 0 23 136 144 12 6
Binary 1110 10000 1101 1101 0 10011 1011110 1100100 1010 110

Color Harmonies of #0E100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E100D

Black with #0E100D

Text Example


Text Example

White with #0E100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,16,13); }

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

background-color css

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

 a { background-color: rgb(14,16,13); }

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

border-color css

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

 span { border-color: rgb(14,16,13); }

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