Html Css Color HEX #0E120A Pine Tree

📋 copy color: '#0E120A'

red 14 ◦ green 18 ◦ blue 10

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

Shades of Pine Tree #0E120A

Tints of Pine Tree #0E120A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 42.86%

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

R = 33.33%
G = 42.86%
B = 23.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.93

RGB Variations

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

Color information

#0E120A (or 0x0E120A) is known color: Pine Tree. HEX triplet: 0E, 12 and 0A. RGB value is (14,18,10). Sum of RGB (Red+Green+Blue) = 14+18+10=42 (5% of max value = 765). Red value is 14 (5.86% from 255 or 33.33% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 18 - color contains mainly: green. Hex color #0E120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E120A is #F1EDF5. Grayscale: #0F0F0F. Windows color (decimal): -15855094 or 659982. OLE color: 659982.

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

Color convert

RGB 14 18 10 -
CMYK 0.22 0 0.44 0.93
HSL 90º 0.29% 0.05% -
HSV(B) 90º 0.44% 0.07% -
XYZ 0.45 0.55 0.37 -
YUV 15.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 14 18 10 0.22 0 0.44 0.93 90 0.29 0.05
Hex E 12 A 16 0 2C 5D 5A 1D 5
Octal 16 22 12 26 0 54 135 132 35 5
Binary 1110 10010 1010 10110 0 101100 1011101 1011010 11101 101

Color Harmonies of #0E120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E120A

Black with #0E120A

Text Example


Text Example

White with #0E120A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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