#0E130C

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

Shades of Pine Tree #0E130C

Tints of Pine Tree #0E130C

Color information

#0E130C (or 0x0E130C) is unknown color: approx Pine Tree. HEX triplet: 0E, 13 and 0C. RGB value is (14,19,12). Sum of RGB (Red+Green+Blue) = 14+19+12=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 19 - color contains mainly: green. Hex color #0E130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E130C is #F1ECF3. Grayscale: #101010. Windows color (decimal): -15854836 or 791310. OLE color: 791310.

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

Color convert

RGB141912-
CMYK0.2600.370.93
HSL102.86º22.58%6.08%-
HSV(B)102.86º36.84%7.45%-
XYZ0.480.590.44-
YUV16.71125.34126.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 31.11%
GREEN value IS 19 (7.81% from 255) = 42.22%
BLUE value IS 12 (5.08% from 255) = 26.67%
R=31.11%
G=42.22%
B=26.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1419120.2600.370.93102.8622.586.08
HexE13C1A0255D67176
Octal16231432045135147276
Binary11101001111001101001001011011101110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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