#0A1203

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

Shades of Pine Tree #0A1203

Tints of Pine Tree #0A1203

Color information

#0A1203 (or 0x0A1203) is unknown color: approx Pine Tree. HEX triplet: 0A, 12 and 03. RGB value is (10,18,3). Sum of RGB (Red+Green+Blue) = 10+18+3=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 18 (7.42% from 255 or 58.06% from 31); Blue value is 3 (1.56% from 255 or 9.68% from 31); Max value from RGB is 18 - color contains mainly: green. Hex color #0A1203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1203 is #F5EDFC. Grayscale: #0D0D0D. Windows color (decimal): -16117245 or 201226. OLE color: 201226.

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

Color convert

RGB10183-
CMYK0.4400.830.93
HSL92º71.43%4.12%-
HSV(B)92º83.33%7.06%-
XYZ0.360.50.16-
YUV13.9121.85125.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 32.26%
GREEN value IS 18 (7.42% from 255) = 58.06%
BLUE value IS 3 (1.56% from 255) = 9.68%
R=32.26%
G=58.06%
B=9.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal101830.4400.830.939271.434.12
HexA1232C0535D5c474
Octal122235401231351341074
Binary1010100101110110001010011101110110111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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