Html Css Color HEX #0E1308 Pine Tree

📋 copy color: '#0E1308'

red 14 ◦ green 19 ◦ blue 8

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

Shades of Pine Tree #0E1308

Tints of Pine Tree #0E1308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 19.51%

R = 34.15%
G = 46.34%
B = 19.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.93

RGB Variations

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

Color information

#0E1308 (or 0x0E1308) is known color: Pine Tree. HEX triplet: 0E, 13 and 08. RGB value is (14,19,8). Sum of RGB (Red+Green+Blue) = 14+19+8=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #0E1308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1308 is #F1ECF7. Grayscale: #101010. Windows color (decimal): -15854840 or 529166. OLE color: 529166.

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

Color convert

RGB 14 19 8 -
CMYK 0.26 0 0.58 0.93
HSL 87.27º 0.41% 0.05% -
HSV(B) 87.27º 0.58% 0.07% -
XYZ 0.46 0.58 0.32 -
YUV 16.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 14 19 8 0.26 0 0.58 0.93 87.27 0.41 0.05
Hex E 13 8 1A 0 3A 5D 57 29 5
Octal 16 23 10 32 0 72 135 127 51 5
Binary 1110 10011 1000 11010 0 111010 1011101 1010111 101001 101

Color Harmonies of #0E1308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1308

Black with #0E1308

Text Example


Text Example

White with #0E1308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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