#0C1308

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

Shades of Pine Tree #0C1308

Tints of Pine Tree #0C1308

Color information

#0C1308 (or 0x0C1308) is unknown color: approx Pine Tree. HEX triplet: 0C, 13 and 08. RGB value is (12,19,8). Sum of RGB (Red+Green+Blue) = 12+19+8=39 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30.77% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 8 (3.52% from 255 or 20.51% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #0C1308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1308 is #F3ECF7. Grayscale: #0F0F0F. Windows color (decimal): -15985912 or 529164. OLE color: 529164.

HSL color Cylindrical-coordinate representation of color #0C1308: hue angle of 98.18º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0C1308 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.93.

Color convert

RGB12198-
CMYK0.3700.580.93
HSL98.18º40.74%5.29%-
HSV(B)98.18º57.89%7.45%-
XYZ0.430.560.32-
YUV15.65123.68125.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 30.77%
GREEN value IS 19 (7.81% from 255) = 48.72%
BLUE value IS 8 (3.52% from 255) = 20.51%
R=30.77%
G=48.72%
B=20.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal121980.3700.580.9398.1840.745.29
HexC1382503A5D62295
Octal14231045072135142515
Binary1100100111000100101011101010111011100010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,19,8); }

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

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

 a { background-color: rgb(12,19,8); }

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

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

 span { border-color: rgb(12,19,8); }

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