#0E130A

Color #0E130A Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #0E130A

Tints of Pine Tree #0E130A

Color information

#0E130A (or 0x0E130A) is unknown color: approx Pine Tree. HEX triplet: 0E, 13 and 0A. RGB value is (14,19,10). Sum of RGB (Red+Green+Blue) = 14+19+10=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 19 - color contains mainly: green. Hex color #0E130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E130A is #F1ECF5. Grayscale: #101010. Windows color (decimal): -15854838 or 660238. OLE color: 660238.

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

Color convert

RGB141910-
CMYK0.2600.470.93
HSL93.33º31.03%5.69%-
HSV(B)93.33º47.37%7.45%-
XYZ0.470.580.37-
YUV16.48124.34126.23-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 32.56%
GREEN value IS 19 (7.81% from 255) = 44.19%
BLUE value IS 10 (4.30% from 255) = 23.26%
R=32.56%
G=44.19%
B=23.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1419100.2600.470.9393.3331.035.69
HexE13A1A02F5D5d1f6
Octal16231232057135135376
Binary11101001110101101001011111011101101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E130A;
 }
 .AnyTagClassName
 {
   color: #0E130A;
 }
</style>
background-color css

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

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

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

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

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

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