#0A1401

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

Shades of Pine Tree #0A1401

Tints of Pine Tree #0A1401

Color information

#0A1401 (or 0x0A1401) is unknown color: approx Pine Tree. HEX triplet: 0A, 14 and 01. RGB value is (10,20,1). Sum of RGB (Red+Green+Blue) = 10+20+1=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 20 (8.20% from 255 or 64.52% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 20 - color contains mainly: green. Hex color #0A1401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1401 is #F5EBFE. Grayscale: #0E0E0E. Windows color (decimal): -16116735 or 70666. OLE color: 70666.

HSL color Cylindrical-coordinate representation of color #0A1401: hue angle of 91.58º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A1401 is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB10201-
CMYK0.5000.950.92
HSL91.58º90.48%4.12%-
HSV(B)91.58º95%7.84%-
XYZ0.380.570.12-
YUV14.84120.19124.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 32.26%
GREEN value IS 20 (8.20% from 255) = 64.52%
BLUE value IS 1 (0.78% from 255) = 3.23%
R=32.26%
G=64.52%
B=3.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal102010.5000.950.9291.5890.484.12
HexA1413205F5C5c5a4
Octal122416201371341341324
Binary101010100111001001011111101110010111001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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