#0E1507

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

Shades of Pine Tree #0E1507

Tints of Pine Tree #0E1507

Color information

#0E1507 (or 0x0E1507) is unknown color: approx Pine Tree. HEX triplet: 0E, 15 and 07. RGB value is (14,21,7). Sum of RGB (Red+Green+Blue) = 14+21+7=42 (5% of max value = 765). Red value is 14 (5.86% from 255 or 33.33% from 42); Green value is 21 (8.59% from 255 or 50% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 21 - color contains mainly: green. Hex color #0E1507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1507 is #F1EAF8. Grayscale: #111111. Windows color (decimal): -15854329 or 464142. OLE color: 464142.

HSL color Cylindrical-coordinate representation of color #0E1507: hue angle of 90º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0E1507 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.92.

Color convert

RGB14217-
CMYK0.3300.670.92
HSL90º50%5.49%-
HSV(B)90º66.67%8.24%-
XYZ0.490.650.3-
YUV17.31122.18125.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 33.33%
GREEN value IS 21 (8.59% from 255) = 50%
BLUE value IS 7 (3.12% from 255) = 16.67%
R=33.33%
G=50%
B=16.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal142170.3300.670.9290505.49
HexE157210435C5a325
Octal16257410103134132625
Binary1110101011111000010100001110111001011010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,21,7); }

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

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

 a { background-color: rgb(14,21,7); }

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

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

 span { border-color: rgb(14,21,7); }

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