#0C1607

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

Shades of Pine Tree #0C1607

Tints of Pine Tree #0C1607

Color information

#0C1607 (or 0x0C1607) is unknown color: approx Pine Tree. HEX triplet: 0C, 16 and 07. RGB value is (12,22,7). Sum of RGB (Red+Green+Blue) = 12+22+7=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #0C1607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1607 is #F3E9F8. Grayscale: #111111. Windows color (decimal): -15985145 or 464396. OLE color: 464396.

HSL color Cylindrical-coordinate representation of color #0C1607: hue angle of 100º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C1607 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.91.

Color convert

RGB12227-
CMYK0.4500.680.91
HSL100º51.72%5.69%-
HSV(B)100º68.18%8.63%-
XYZ0.480.670.3-
YUV17.3122.19124.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 29.27%
GREEN value IS 22 (8.98% from 255) = 53.66%
BLUE value IS 7 (3.12% from 255) = 17.07%
R=29.27%
G=53.66%
B=17.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal122270.4500.680.9110051.725.69
HexC1672D0445B64346
Octal14267550104133144646
Binary1100101101111011010100010010110111100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,22,7); }

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

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

 a { background-color: rgb(12,22,7); }

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

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

 span { border-color: rgb(12,22,7); }

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