Html Css Color HEX #0E1606 Pine Tree

📋 copy color: '#0E1606'

red 14 ◦ green 22 ◦ blue 6

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

Shades of Pine Tree #0E1606

Tints of Pine Tree #0E1606

RGB

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

 GREEN value IS 22 (8.98% from 255) = 52.38%

 BLUE value IS 6 (2.73% from 255) = 14.29%

R = 33.33%
G = 52.38%
B = 14.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.91

RGB Variations

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

Color information

#0E1606 (or 0x0E1606) is known color: Pine Tree. HEX triplet: 0E, 16 and 06. RGB value is (14,22,6). Sum of RGB (Red+Green+Blue) = 14+22+6=42 (5% of max value = 765). Red value is 14 (5.86% from 255 or 33.33% from 42); Green value is 22 (8.98% from 255 or 52.38% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 22 - color contains mainly: green. Hex color #0E1606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1606 is #F1E9F9. Grayscale: #111111. Windows color (decimal): -15854074 or 398862. OLE color: 398862.

HSL color Cylindrical-coordinate representation of color #0E1606: hue angle of 90º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E1606 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 22 6 -
CMYK 0.36 0 0.73 0.91
HSL 90º 0.57% 0.05% -
HSV(B) 90º 0.73% 0.09% -
XYZ 0.5 0.68 0.28 -
YUV 17.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 14 22 6 0.36 0 0.73 0.91 90 0.57 0.05
Hex E 16 6 24 0 49 5B 5A 39 5
Octal 16 26 6 44 0 111 133 132 71 5
Binary 1110 10110 110 100100 0 1001001 1011011 1011010 111001 101

Color Harmonies of #0E1606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1606

Black with #0E1606

Text Example


Text Example

White with #0E1606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,22,6); }

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

background-color css

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

 a { background-color: rgb(14,22,6); }

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

border-color css

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

 span { border-color: rgb(14,22,6); }

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