Html Css Color HEX #0E1709 Pine Tree

📋 copy color: '#0E1709'

red 14 ◦ green 23 ◦ blue 9

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

Shades of Pine Tree #0E1709

Tints of Pine Tree #0E1709

RGB

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

 GREEN value IS 23 (9.38% from 255) = 50%

 BLUE value IS 9 (3.91% from 255) = 19.57%

R = 30.43%
G = 50%
B = 19.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.91

RGB Variations

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

Color information

#0E1709 (or 0x0E1709) is known color: Pine Tree. HEX triplet: 0E, 17 and 09. RGB value is (14,23,9). Sum of RGB (Red+Green+Blue) = 14+23+9=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 23 (9.38% from 255 or 50% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 23 - color contains mainly: green. Hex color #0E1709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1709 is #F1E8F6. Grayscale: #121212. Windows color (decimal): -15853815 or 595726. OLE color: 595726.

HSL color Cylindrical-coordinate representation of color #0E1709: hue angle of 98.57º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0E1709 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 23 9 -
CMYK 0.39 0 0.61 0.91
HSL 98.57º 0.44% 0.06% -
HSV(B) 98.57º 0.61% 0.09% -
XYZ 0.54 0.73 0.37 -
YUV 18.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 14 23 9 0.39 0 0.61 0.91 98.57 0.44 0.06
Hex E 17 9 27 0 3D 5B 63 2C 6
Octal 16 27 11 47 0 75 133 143 54 6
Binary 1110 10111 1001 100111 0 111101 1011011 1100011 101100 110

Color Harmonies of #0E1709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1709

Black with #0E1709

Text Example


Text Example

White with #0E1709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,23,9); }

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

background-color css

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

 a { background-color: rgb(14,23,9); }

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

border-color css

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

 span { border-color: rgb(14,23,9); }

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