#10150E

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

Shades of Pine Tree #10150E

Tints of Pine Tree #10150E

Color information

#10150E (or 0x10150E) is unknown color: approx Pine Tree. HEX triplet: 10, 15 and 0E. RGB value is (16,21,14). Sum of RGB (Red+Green+Blue) = 16+21+14=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 21 - color contains mainly: green. Hex color #10150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10150E is #EFEAF1. Grayscale: #121212. Windows color (decimal): -15723250 or 922896. OLE color: 922896.

HSL color Cylindrical-coordinate representation of color #10150E: hue angle of 102.86º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #10150E is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.92.

Color convert

RGB162114-
CMYK0.2400.330.92
HSL102.86º20%6.86%-
HSV(B)102.86º33.33%8.24%-
XYZ0.560.680.52-
YUV18.71125.34126.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 31.37%
GREEN value IS 21 (8.59% from 255) = 41.18%
BLUE value IS 14 (5.86% from 255) = 27.45%
R=31.37%
G=41.18%
B=27.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1621140.2400.330.92102.86206.86
Hex1015E180215C67147
Octal20251630041134147247
Binary100001010111101100001000011011100110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10150E; }

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

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

<style>
 a { background-color: #10150E; }

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

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

<style>
 span { border-color: #10150E; }

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

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