#0A1201

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

Shades of Pine Tree #0A1201

Tints of Pine Tree #0A1201

Color information

#0A1201 (or 0x0A1201) is unknown color: approx Pine Tree. HEX triplet: 0A, 12 and 01. RGB value is (10,18,1). Sum of RGB (Red+Green+Blue) = 10+18+1=29 (3% of max value = 765). Red value is 10 (4.30% from 255 or 34.48% from 29); Green value is 18 (7.42% from 255 or 62.07% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 18 - color contains mainly: green. Hex color #0A1201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1201 is #F5EDFE. Grayscale: #0D0D0D. Windows color (decimal): -16117247 or 70154. OLE color: 70154.

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

Color convert

RGB10181-
CMYK0.4400.940.93
HSL88.24º89.47%3.73%-
HSV(B)88.24º94.44%7.06%-
XYZ0.350.50.11-
YUV13.67120.85125.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 34.48%
GREEN value IS 18 (7.42% from 255) = 62.07%
BLUE value IS 1 (0.78% from 255) = 3.45%
R=34.48%
G=62.07%
B=3.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal101810.4400.940.9388.2489.473.73
HexA1212C05E5D58594
Octal122215401361351301314
Binary101010010110110001011110101110110110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,18,1); }

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

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

 a { background-color: rgb(10,18,1); }

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

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

 span { border-color: rgb(10,18,1); }

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