#0C1608

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

Shades of Pine Tree #0C1608

Tints of Pine Tree #0C1608

Color information

#0C1608 (or 0x0C1608) is unknown color: approx Pine Tree. HEX triplet: 0C, 16 and 08. RGB value is (12,22,8). Sum of RGB (Red+Green+Blue) = 12+22+8=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 22 (8.98% from 255 or 52.38% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 22 - color contains mainly: green. Hex color #0C1608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1608 is #F3E9F7. Grayscale: #111111. Windows color (decimal): -15985144 or 529932. OLE color: 529932.

HSL color Cylindrical-coordinate representation of color #0C1608: hue angle of 102.86º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0C1608 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.91.

Color convert

RGB12228-
CMYK0.4500.640.91
HSL102.86º46.67%5.88%-
HSV(B)102.86º63.64%8.63%-
XYZ0.480.670.33-
YUV17.41122.69124.14-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 28.57%
GREEN value IS 22 (8.98% from 255) = 52.38%
BLUE value IS 8 (3.52% from 255) = 19.05%
R=28.57%
G=52.38%
B=19.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal122280.4500.640.91102.8646.675.88
HexC1682D0405B672f6
Octal142610550100133147576
Binary11001011010001011010100000010110111100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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