#0C1406

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

Shades of Pine Tree #0C1406

Tints of Pine Tree #0C1406

Color information

#0C1406 (or 0x0C1406) is unknown color: approx Pine Tree. HEX triplet: 0C, 14 and 06. RGB value is (12,20,6). Sum of RGB (Red+Green+Blue) = 12+20+6=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 20 (8.20% from 255 or 52.63% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 20 - color contains mainly: green. Hex color #0C1406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1406 is #F3EBF9. Grayscale: #101010. Windows color (decimal): -15985658 or 398348. OLE color: 398348.

HSL color Cylindrical-coordinate representation of color #0C1406: hue angle of 94.29º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0C1406 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB12206-
CMYK0.4000.700.92
HSL94.29º53.85%5.1%-
HSV(B)94.29º70%7.84%-
XYZ0.430.590.26-
YUV16.01122.35125.14-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 31.58%
GREEN value IS 20 (8.20% from 255) = 52.63%
BLUE value IS 6 (2.73% from 255) = 15.79%
R=31.58%
G=52.63%
B=15.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal122060.4000.700.9294.2953.855.1
HexC146280465C5e365
Octal14246500106134136665
Binary1100101001101010000100011010111001011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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