#0C1104

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

Shades of Pine Tree #0C1104

Tints of Pine Tree #0C1104

Color information

#0C1104 (or 0x0C1104) is unknown color: approx Pine Tree. HEX triplet: 0C, 11 and 04. RGB value is (12,17,4). Sum of RGB (Red+Green+Blue) = 12+17+4=33 (4% of max value = 765). Red value is 12 (5.08% from 255 or 36.36% from 33); Green value is 17 (7.03% from 255 or 51.52% from 33); Blue value is 4 (1.95% from 255 or 12.12% from 33); Max value from RGB is 17 - color contains mainly: green. Hex color #0C1104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1104 is #F3EEFB. Grayscale: #0E0E0E. Windows color (decimal): -15986428 or 266508. OLE color: 266508.

HSL color Cylindrical-coordinate representation of color #0C1104: hue angle of 83.08º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C1104 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.93.

Color convert

RGB12174-
CMYK0.2900.760.93
HSL83.08º61.9%4.12%-
HSV(B)83.08º76.47%6.67%-
XYZ0.370.490.19-
YUV14.02122.34126.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 36.36%
GREEN value IS 17 (7.03% from 255) = 51.52%
BLUE value IS 4 (1.95% from 255) = 12.12%
R=36.36%
G=51.52%
B=12.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal121740.2900.760.9383.0861.94.12
HexC1141D04C5D533e4
Octal14214350114135123764
Binary110010001100111010100110010111011010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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