Html Css Color HEX #0E1400 Pine Tree

📋 copy color: '#0E1400'

red 14 ◦ green 20 ◦ blue 0

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

Shades of Pine Tree #0E1400

Tints of Pine Tree #0E1400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 58.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.18%
G = 58.82%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#0E1400 (or 0x0E1400) is known color: Pine Tree. HEX triplet: 0E, 14 and 00. RGB value is (14,20,0). Sum of RGB (Red+Green+Blue) = 14+20+0=34 (4% of max value = 765). Red value is 14 (5.86% from 255 or 41.18% from 34); Green value is 20 (8.20% from 255 or 58.82% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 20 - color contains mainly: green. Hex color #0E1400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1400 is #F1EBFF. Grayscale: #101010. Windows color (decimal): -15854592 or 5134. OLE color: 5134.

HSL color Cylindrical-coordinate representation of color #0E1400: hue angle of 78º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E1400 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.92.

Color convert

RGB 14 20 0 -
CMYK 0.30 0 1 0.92
HSL 78º 1% 0.04% -
HSV(B) 78º 1% 0.08% -
XYZ 0.43 0.59 0.09 -
YUV 15.93 119.01 126.63 -
System Red Green Blue C M Y K H S L
Decimal 14 20 0 0.30 0 1 0.92 78 1 0.04
Hex E 14 0 1E 0 64 5C 4E 64 4
Octal 16 24 0 36 0 144 134 116 144 4
Binary 1110 10100 0 11110 0 1100100 1011100 1001110 1100100 100

Color Harmonies of #0E1400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1400

Black with #0E1400

Text Example


Text Example

White with #0E1400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,20,0); }

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

background-color css

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

 a { background-color: rgb(14,20,0); }

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

border-color css

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

 span { border-color: rgb(14,20,0); }

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