#0C1005

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

Shades of Pine Tree #0C1005

Tints of Pine Tree #0C1005

Color information

#0C1005 (or 0x0C1005) is unknown color: approx Pine Tree. HEX triplet: 0C, 10 and 05. RGB value is (12,16,5). Sum of RGB (Red+Green+Blue) = 12+16+5=33 (4% of max value = 765). Red value is 12 (5.08% from 255 or 36.36% from 33); Green value is 16 (6.64% from 255 or 48.48% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 16 - color contains mainly: green. Hex color #0C1005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1005 is #F3EFFA. Grayscale: #0D0D0D. Windows color (decimal): -15986683 or 331788. OLE color: 331788.

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

Color convert

RGB12165-
CMYK0.2500.690.94
HSL81.82º52.38%4.12%-
HSV(B)81.82º68.75%6.27%-
XYZ0.360.460.21-
YUV13.55123.17126.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 36.36%
GREEN value IS 16 (6.64% from 255) = 48.48%
BLUE value IS 5 (2.34% from 255) = 15.15%
R=36.36%
G=48.48%
B=15.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal121650.2500.690.9481.8252.384.12
HexC105190455E52344
Octal14205310105136122644
Binary110010000101110010100010110111101010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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