Html Css Color HEX #0E1806 Pine Tree

📋 copy color: '#0E1806'

red 14 ◦ green 24 ◦ blue 6

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

Shades of Pine Tree #0E1806

Tints of Pine Tree #0E1806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 54.55%

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

R = 31.82%
G = 54.55%
B = 13.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.75

 K value IS 0.91

RGB Variations

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

Color information

#0E1806 (or 0x0E1806) is known color: Pine Tree. HEX triplet: 0E, 18 and 06. RGB value is (14,24,6). Sum of RGB (Red+Green+Blue) = 14+24+6=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #0E1806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1806 is #F1E7F9. Grayscale: #131313. Windows color (decimal): -15853562 or 399374. OLE color: 399374.

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

Color convert

RGB 14 24 6 -
CMYK 0.42 0 0.75 0.91
HSL 93.33º 0.6% 0.06% -
HSV(B) 93.33º 0.75% 0.09% -
XYZ 0.54 0.76 0.29 -
YUV 18.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 14 24 6 0.42 0 0.75 0.91 93.33 0.6 0.06
Hex E 18 6 2A 0 4B 5B 5D 3C 6
Octal 16 30 6 52 0 113 133 135 74 6
Binary 1110 11000 110 101010 0 1001011 1011011 1011101 111100 110

Color Harmonies of #0E1806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1806

Black with #0E1806

Text Example


Text Example

White with #0E1806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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