#0C1001

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

Shades of Pine Tree #0C1001

Tints of Pine Tree #0C1001

Color information

#0C1001 (or 0x0C1001) is unknown color: approx Pine Tree. HEX triplet: 0C, 10 and 01. RGB value is (12,16,1). Sum of RGB (Red+Green+Blue) = 12+16+1=29 (3% of max value = 765). Red value is 12 (5.08% from 255 or 41.38% from 29); Green value is 16 (6.64% from 255 or 55.17% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 16 - color contains mainly: green. Hex color #0C1001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1001 is #F3EFFE. Grayscale: #0D0D0D. Windows color (decimal): -15986687 or 69644. OLE color: 69644.

HSL color Cylindrical-coordinate representation of color #0C1001: hue angle of 76º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C1001 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.94.

Color convert

RGB12161-
CMYK0.2500.940.94
HSL76º88.24%3.33%-
HSV(B)76º93.75%6.27%-
XYZ0.340.450.1-
YUV13.09121.17127.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 41.38%
GREEN value IS 16 (6.64% from 255) = 55.17%
BLUE value IS 1 (0.78% from 255) = 3.45%
R=41.38%
G=55.17%
B=3.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal121610.2500.940.947688.243.33
HexC1011905E5E4c583
Octal142013101361361141303
Binary1100100001110010101111010111101001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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