#10150C

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

Shades of Pine Tree #10150C

Tints of Pine Tree #10150C

Color information

#10150C (or 0x10150C) is unknown color: approx Pine Tree. HEX triplet: 10, 15 and 0C. RGB value is (16,21,12). Sum of RGB (Red+Green+Blue) = 16+21+12=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #10150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10150C is #EFEAF3. Grayscale: #121212. Windows color (decimal): -15723252 or 791824. OLE color: 791824.

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

Color convert

RGB162112-
CMYK0.2400.430.92
HSL93.33º27.27%6.47%-
HSV(B)93.33º42.86%8.24%-
XYZ0.550.670.45-
YUV18.48124.34126.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32.65%
GREEN value IS 21 (8.59% from 255) = 42.86%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=32.65%
G=42.86%
B=24.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1621120.2400.430.9293.3327.276.47
Hex1015C1802B5C5d1b6
Octal20251430053134135336
Binary100001010111001100001010111011100101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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