#0C1708

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

Shades of Pine Tree #0C1708

Tints of Pine Tree #0C1708

Color information

#0C1708 (or 0x0C1708) is unknown color: approx Pine Tree. HEX triplet: 0C, 17 and 08. RGB value is (12,23,8). Sum of RGB (Red+Green+Blue) = 12+23+8=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 23 (9.38% from 255 or 53.49% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 23 - color contains mainly: green. Hex color #0C1708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1708 is #F3E8F7. Grayscale: #121212. Windows color (decimal): -15984888 or 530188. OLE color: 530188.

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

Color convert

RGB12238-
CMYK0.4800.650.91
HSL104º48.39%6.08%-
HSV(B)104º65.22%9.02%-
XYZ0.50.710.34-
YUV18122.36123.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.91%
GREEN value IS 23 (9.38% from 255) = 53.49%
BLUE value IS 8 (3.52% from 255) = 18.60%
R=27.91%
G=53.49%
B=18.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal122380.4800.650.9110448.396.08
HexC178300415B68306
Octal142710600101133150606
Binary11001011110001100000100000110110111101000110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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