Html Css Color HEX #0E120C Pine Tree

📋 copy color: '#0E120C'

red 14 ◦ green 18 ◦ blue 12

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

Shades of Pine Tree #0E120C

Tints of Pine Tree #0E120C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 27.27%

R = 31.82%
G = 40.91%
B = 27.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.93

RGB Variations

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

Color information

#0E120C (or 0x0E120C) is known color: Pine Tree. HEX triplet: 0E, 12 and 0C. RGB value is (14,18,12). Sum of RGB (Red+Green+Blue) = 14+18+12=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 18 - color contains mainly: green. Hex color #0E120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E120C is #F1EDF3. Grayscale: #101010. Windows color (decimal): -15855092 or 791054. OLE color: 791054.

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

Color convert

RGB 14 18 12 -
CMYK 0.22 0 0.33 0.93
HSL 100º 0.2% 0.06% -
HSV(B) 100º 0.33% 0.07% -
XYZ 0.46 0.55 0.43 -
YUV 16.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 14 18 12 0.22 0 0.33 0.93 100 0.2 0.06
Hex E 12 C 16 0 21 5D 64 14 6
Octal 16 22 14 26 0 41 135 144 24 6
Binary 1110 10010 1100 10110 0 100001 1011101 1100100 10100 110

Color Harmonies of #0E120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E120C

Black with #0E120C

Text Example


Text Example

White with #0E120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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