#0C0F05

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

Shades of Pine Tree #0C0F05

Tints of Pine Tree #0C0F05

Color information

#0C0F05 (or 0x0C0F05) is unknown color: approx Pine Tree. HEX triplet: 0C, 0F and 05. RGB value is (12,15,5). Sum of RGB (Red+Green+Blue) = 12+15+5=32 (4% of max value = 765). Red value is 12 (5.08% from 255 or 37.5% from 32); Green value is 15 (6.25% from 255 or 46.88% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 15 - color contains mainly: green. Hex color #0C0F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F05 is #F3F0FA. Grayscale: #0D0D0D. Windows color (decimal): -15986939 or 331532. OLE color: 331532.

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

Color convert

RGB12155-
CMYK0.2000.670.94
HSL78º50%3.92%-
HSV(B)78º66.67%5.88%-
XYZ0.350.430.21-
YUV12.96123.51127.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 37.5%
GREEN value IS 15 (6.25% from 255) = 46.88%
BLUE value IS 5 (2.34% from 255) = 15.62%
R=37.5%
G=46.88%
B=15.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal121550.2000.670.9478503.92
HexCF5140435E4e324
Octal14175240103136116624
Binary11001111101101000100001110111101001110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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