Html Css Color HEX #0E1107 Pine Tree

📋 copy color: '#0E1107'

red 14 ◦ green 17 ◦ blue 7

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

Shades of Pine Tree #0E1107

Tints of Pine Tree #0E1107

RGB

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

 GREEN value IS 17 (7.03% from 255) = 44.74%

 BLUE value IS 7 (3.13% from 255) = 18.42%

R = 36.84%
G = 44.74%
B = 18.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.93

RGB Variations

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

Color information

#0E1107 (or 0x0E1107) is known color: Pine Tree. HEX triplet: 0E, 11 and 07. RGB value is (14,17,7). Sum of RGB (Red+Green+Blue) = 14+17+7=38 (5% of max value = 765). Red value is 14 (5.86% from 255 or 36.84% from 38); Green value is 17 (7.03% from 255 or 44.74% from 38); Blue value is 7 (3.12% from 255 or 18.42% from 38); Max value from RGB is 17 - color contains mainly: green. Hex color #0E1107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1107 is #F1EEF8. Grayscale: #0F0F0F. Windows color (decimal): -15855353 or 463118. OLE color: 463118.

HSL color Cylindrical-coordinate representation of color #0E1107: hue angle of 78º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0E1107 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.93.

Color convert

RGB 14 17 7 -
CMYK 0.18 0 0.59 0.93
HSL 78º 0.42% 0.05% -
HSV(B) 78º 0.59% 0.07% -
XYZ 0.42 0.51 0.28 -
YUV 14.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 14 17 7 0.18 0 0.59 0.93 78 0.42 0.05
Hex E 11 7 12 0 3B 5D 4E 2A 5
Octal 16 21 7 22 0 73 135 116 52 5
Binary 1110 10001 111 10010 0 111011 1011101 1001110 101010 101

Color Harmonies of #0E1107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1107

Black with #0E1107

Text Example


Text Example

White with #0E1107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,17,7); }

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

background-color css

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

 a { background-color: rgb(14,17,7); }

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

border-color css

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

 span { border-color: rgb(14,17,7); }

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