Html Css Color HEX #0E1108 Pine Tree

📋 copy color: '#0E1108'

red 14 ◦ green 17 ◦ blue 8

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

Shades of Pine Tree #0E1108

Tints of Pine Tree #0E1108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 20.51%

R = 35.9%
G = 43.59%
B = 20.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#0E1108 (or 0x0E1108) is known color: Pine Tree. HEX triplet: 0E, 11 and 08. RGB value is (14,17,8). Sum of RGB (Red+Green+Blue) = 14+17+8=39 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35.90% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 8 (3.52% from 255 or 20.51% from 39); Max value from RGB is 17 - color contains mainly: green. Hex color #0E1108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1108 is #F1EEF7. Grayscale: #0F0F0F. Windows color (decimal): -15855352 or 528654. OLE color: 528654.

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

Color convert

RGB 14 17 8 -
CMYK 0.18 0 0.53 0.93
HSL 80º 0.36% 0.05% -
HSV(B) 80º 0.53% 0.07% -
XYZ 0.43 0.51 0.31 -
YUV 15.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 14 17 8 0.18 0 0.53 0.93 80 0.36 0.05
Hex E 11 8 12 0 35 5D 50 24 5
Octal 16 21 10 22 0 65 135 120 44 5
Binary 1110 10001 1000 10010 0 110101 1011101 1010000 100100 101

Color Harmonies of #0E1108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1108

Black with #0E1108

Text Example


Text Example

White with #0E1108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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