#0E1402

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

Shades of Pine Tree #0E1402

Tints of Pine Tree #0E1402

Color information

#0E1402 (or 0x0E1402) is unknown color: approx Pine Tree. HEX triplet: 0E, 14 and 02. RGB value is (14,20,2). Sum of RGB (Red+Green+Blue) = 14+20+2=36 (4% of max value = 765). Red value is 14 (5.86% from 255 or 38.89% from 36); Green value is 20 (8.20% from 255 or 55.56% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 20 - color contains mainly: green. Hex color #0E1402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1402 is #F1EBFD. Grayscale: #101010. Windows color (decimal): -15854590 or 136206. OLE color: 136206.

HSL color Cylindrical-coordinate representation of color #0E1402: hue angle of 80º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E1402 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB14202-
CMYK0.3000.900.92
HSL80º81.82%4.31%-
HSV(B)80º90%7.84%-
XYZ0.440.60.15-
YUV16.15120.01126.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 38.89%
GREEN value IS 20 (8.20% from 255) = 55.56%
BLUE value IS 2 (1.17% from 255) = 5.56%
R=38.89%
G=55.56%
B=5.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal142020.3000.900.928081.824.31
HexE1421E05A5C50524
Octal162423601321341201224
Binary111010100101111001011010101110010100001010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,20,2); }

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

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

 a { background-color: rgb(14,20,2); }

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

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

 span { border-color: rgb(14,20,2); }

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