#0A1703

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

Shades of Pine Tree #0A1703

Tints of Pine Tree #0A1703

Color information

#0A1703 (or 0x0A1703) is unknown color: approx Pine Tree. HEX triplet: 0A, 17 and 03. RGB value is (10,23,3). Sum of RGB (Red+Green+Blue) = 10+23+3=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 23 (9.38% from 255 or 63.89% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 23 - color contains mainly: green. Hex color #0A1703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1703 is #F5E8FC. Grayscale: #101010. Windows color (decimal): -16115965 or 202506. OLE color: 202506.

HSL color Cylindrical-coordinate representation of color #0A1703: hue angle of 99º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A1703 is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.91.

Color convert

RGB10233-
CMYK0.5700.870.91
HSL99º76.92%5.1%-
HSV(B)99º86.96%9.02%-
XYZ0.450.680.19-
YUV16.83120.19123.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 27.78%
GREEN value IS 23 (9.38% from 255) = 63.89%
BLUE value IS 3 (1.56% from 255) = 8.33%
R=27.78%
G=63.89%
B=8.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal102330.5700.870.919976.925.1
HexA173390575B634d5
Octal122737101271331431155
Binary1010101111111100101010111101101111000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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