#0C0F04

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

Shades of Pine Tree #0C0F04

Tints of Pine Tree #0C0F04

Color information

#0C0F04 (or 0x0C0F04) is unknown color: approx Pine Tree. HEX triplet: 0C, 0F and 04. RGB value is (12,15,4). Sum of RGB (Red+Green+Blue) = 12+15+4=31 (4% of max value = 765). Red value is 12 (5.08% from 255 or 38.71% from 31); Green value is 15 (6.25% from 255 or 48.39% from 31); Blue value is 4 (1.95% from 255 or 12.90% from 31); Max value from RGB is 15 - color contains mainly: green. Hex color #0C0F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F04 is #F3F0FB. Grayscale: #0C0C0C. Windows color (decimal): -15986940 or 265996. OLE color: 265996.

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

Color convert

RGB12154-
CMYK0.2000.730.94
HSL76.36º57.89%3.73%-
HSV(B)76.36º73.33%5.88%-
XYZ0.340.430.18-
YUV12.85123.01127.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 38.71%
GREEN value IS 15 (6.25% from 255) = 48.39%
BLUE value IS 4 (1.95% from 255) = 12.90%
R=38.71%
G=48.39%
B=12.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal121540.2000.730.9476.3657.893.73
HexCF4140495E4c3a4
Octal14174240111136114724
Binary11001111100101000100100110111101001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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