#10140C

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

Shades of Pine Tree #10140C

Tints of Pine Tree #10140C

Color information

#10140C (or 0x10140C) is unknown color: approx Pine Tree. HEX triplet: 10, 14 and 0C. RGB value is (16,20,12). Sum of RGB (Red+Green+Blue) = 16+20+12=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 20 - color contains mainly: green. Hex color #10140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10140C is #EFEBF3. Grayscale: #111111. Windows color (decimal): -15723508 or 791568. OLE color: 791568.

HSL color Cylindrical-coordinate representation of color #10140C: hue angle of 90º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #10140C is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB162012-
CMYK0.2000.400.92
HSL90º25%6.27%-
HSV(B)90º40%7.84%-
XYZ0.530.640.44-
YUV17.89124.67126.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 33.33%
GREEN value IS 20 (8.20% from 255) = 41.67%
BLUE value IS 12 (5.08% from 255) = 25%
R=33.33%
G=41.67%
B=25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1620120.2000.400.9290256.27
Hex1014C140285C5a196
Octal20241424050134132316
Binary100001010011001010001010001011100101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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