Html Css Color HEX #0E1306 Pine Tree

📋 copy color: '#0E1306'

red 14 ◦ green 19 ◦ blue 6

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

Shades of Pine Tree #0E1306

Tints of Pine Tree #0E1306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 48.72%

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

R = 35.9%
G = 48.72%
B = 15.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.93

RGB Variations

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

Color information

#0E1306 (or 0x0E1306) is known color: Pine Tree. HEX triplet: 0E, 13 and 06. RGB value is (14,19,6). Sum of RGB (Red+Green+Blue) = 14+19+6=39 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35.90% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #0E1306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1306 is #F1ECF9. Grayscale: #101010. Windows color (decimal): -15854842 or 398094. OLE color: 398094.

HSL color Cylindrical-coordinate representation of color #0E1306: hue angle of 83.08º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0E1306 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.93.

Color convert

RGB 14 19 6 -
CMYK 0.26 0 0.68 0.93
HSL 83.08º 0.52% 0.05% -
HSV(B) 83.08º 0.68% 0.07% -
XYZ 0.45 0.57 0.26 -
YUV 16.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 14 19 6 0.26 0 0.68 0.93 83.08 0.52 0.05
Hex E 13 6 1A 0 44 5D 53 34 5
Octal 16 23 6 32 0 104 135 123 64 5
Binary 1110 10011 110 11010 0 1000100 1011101 1010011 110100 101

Color Harmonies of #0E1306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1306

Black with #0E1306

Text Example


Text Example

White with #0E1306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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