#0C1109

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

Shades of Pine Tree #0C1109

Tints of Pine Tree #0C1109

Color information

#0C1109 (or 0x0C1109) is unknown color: approx Pine Tree. HEX triplet: 0C, 11 and 09. RGB value is (12,17,9). Sum of RGB (Red+Green+Blue) = 12+17+9=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 17 (7.03% from 255 or 44.74% from 38); Blue value is 9 (3.91% from 255 or 23.68% from 38); Max value from RGB is 17 - color contains mainly: green. Hex color #0C1109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1109 is #F3EEF6. Grayscale: #0E0E0E. Windows color (decimal): -15986423 or 594188. OLE color: 594188.

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

Color convert

RGB12179-
CMYK0.2900.470.93
HSL97.5º30.77%5.1%-
HSV(B)97.5º47.06%6.67%-
XYZ0.40.50.33-
YUV14.59124.84126.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 31.58%
GREEN value IS 17 (7.03% from 255) = 44.74%
BLUE value IS 9 (3.91% from 255) = 23.68%
R=31.58%
G=44.74%
B=23.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal121790.2900.470.9397.530.775.1
HexC1191D02F5D621f5
Octal14211135057135142375
Binary11001000110011110101011111011101110001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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