#0A1701

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

Shades of Pine Tree #0A1701

Tints of Pine Tree #0A1701

Color information

#0A1701 (or 0x0A1701) is unknown color: approx Pine Tree. HEX triplet: 0A, 17 and 01. RGB value is (10,23,1). Sum of RGB (Red+Green+Blue) = 10+23+1=34 (4% of max value = 765). Red value is 10 (4.30% from 255 or 29.41% from 34); Green value is 23 (9.38% from 255 or 67.65% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 23 - color contains mainly: green. Hex color #0A1701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1701 is #F5E8FE. Grayscale: #101010. Windows color (decimal): -16115967 or 71434. OLE color: 71434.

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

Color convert

RGB10231-
CMYK0.5700.960.91
HSL95.45º91.67%4.71%-
HSV(B)95.45º95.65%9.02%-
XYZ0.440.680.14-
YUV16.6119.19123.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 29.41%
GREEN value IS 23 (9.38% from 255) = 67.65%
BLUE value IS 1 (0.78% from 255) = 2.94%
R=29.41%
G=67.65%
B=2.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal102310.5700.960.9195.4591.674.71
HexA171390605B5f5c5
Octal122717101401331371345
Binary101010111111100101100000101101110111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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