#0C0F06

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

Shades of Pine Tree #0C0F06

Tints of Pine Tree #0C0F06

Color information

#0C0F06 (or 0x0C0F06) is unknown color: approx Pine Tree. HEX triplet: 0C, 0F and 06. RGB value is (12,15,6). Sum of RGB (Red+Green+Blue) = 12+15+6=33 (4% of max value = 765). Red value is 12 (5.08% from 255 or 36.36% from 33); Green value is 15 (6.25% from 255 or 45.45% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 15 - color contains mainly: green. Hex color #0C0F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F06 is #F3F0F9. Grayscale: #0D0D0D. Windows color (decimal): -15986938 or 397068. OLE color: 397068.

HSL color Cylindrical-coordinate representation of color #0C0F06: hue angle of 80º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0C0F06 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.94.

Color convert

RGB12156-
CMYK0.2000.600.94
HSL80º42.86%4.12%-
HSV(B)80º60%5.88%-
XYZ0.360.430.24-
YUV13.08124.01127.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 36.36%
GREEN value IS 15 (6.25% from 255) = 45.45%
BLUE value IS 6 (2.73% from 255) = 18.18%
R=36.36%
G=45.45%
B=18.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal121560.2000.600.948042.864.12
HexCF61403C5E502b4
Octal1417624074136120534
Binary1100111111010100011110010111101010000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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