Html Css Color HEX #0E100A Pine Tree

📋 copy color: '#0E100A'

red 14 ◦ green 16 ◦ blue 10

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

Shades of Pine Tree #0E100A

Tints of Pine Tree #0E100A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 25%

R = 35%
G = 40%
B = 25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.94

RGB Variations

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

Color information

#0E100A (or 0x0E100A) is known color: Pine Tree. HEX triplet: 0E, 10 and 0A. RGB value is (14,16,10). Sum of RGB (Red+Green+Blue) = 14+16+10=40 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 16 - color contains mainly: green. Hex color #0E100A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E100A is #F1EFF5. Grayscale: #0E0E0E. Windows color (decimal): -15855606 or 659470. OLE color: 659470.

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

Color convert

RGB 14 16 10 -
CMYK 0.13 0 0.37 0.94
HSL 80º 0.23% 0.05% -
HSV(B) 80º 0.38% 0.06% -
XYZ 0.42 0.49 0.36 -
YUV 14.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 14 16 10 0.13 0 0.37 0.94 80 0.23 0.05
Hex E 10 A D 0 25 5E 50 17 5
Octal 16 20 12 15 0 45 136 120 27 5
Binary 1110 10000 1010 1101 0 100101 1011110 1010000 10111 101

Color Harmonies of #0E100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E100A

Black with #0E100A

Text Example


Text Example

White with #0E100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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