#0E1203

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

Shades of Pine Tree #0E1203

Tints of Pine Tree #0E1203

Color information

#0E1203 (or 0x0E1203) is unknown color: approx Pine Tree. HEX triplet: 0E, 12 and 03. RGB value is (14,18,3). Sum of RGB (Red+Green+Blue) = 14+18+3=35 (4% of max value = 765). Red value is 14 (5.86% from 255 or 40% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 3 (1.56% from 255 or 8.57% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #0E1203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1203 is #F1EDFC. Grayscale: #0F0F0F. Windows color (decimal): -15855101 or 201230. OLE color: 201230.

HSL color Cylindrical-coordinate representation of color #0E1203: hue angle of 76º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E1203 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.93.

Color convert

RGB14183-
CMYK0.2200.830.93
HSL76º71.43%4.12%-
HSV(B)76º83.33%7.06%-
XYZ0.410.530.17-
YUV15.09121.17127.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 40%
GREEN value IS 18 (7.42% from 255) = 51.43%
BLUE value IS 3 (1.56% from 255) = 8.57%
R=40%
G=51.43%
B=8.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal141830.2200.830.937671.434.12
HexE123160535D4c474
Octal162232601231351141074
Binary111010010111011001010011101110110011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,18,3); }

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

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

 a { background-color: rgb(14,18,3); }

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

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

 span { border-color: rgb(14,18,3); }

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