#0A1300

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

Shades of Pine Tree #0A1300

Tints of Pine Tree #0A1300

Color information

#0A1300 (or 0x0A1300) is unknown color: approx Pine Tree. HEX triplet: 0A, 13 and 00. RGB value is (10,19,0). Sum of RGB (Red+Green+Blue) = 10+19+0=29 (3% of max value = 765). Red value is 10 (4.30% from 255 or 34.48% from 29); Green value is 19 (7.81% from 255 or 65.52% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 19 - color contains mainly: green. Hex color #0A1300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1300 is #F5ECFF. Grayscale: #0E0E0E. Windows color (decimal): -16116992 or 4874. OLE color: 4874.

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

Color convert

RGB10190-
CMYK0.47010.93
HSL88.42º100%3.73%-
HSV(B)88.42º100%7.45%-
XYZ0.360.530.08-
YUV14.14120.02125.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 34.48%
GREEN value IS 19 (7.81% from 255) = 65.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.48%
G=65.52%
B=0%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal101900.47010.9388.421003.73
HexA1302F0645D58644
Octal122305701441351301444
Binary101010011010111101100100101110110110001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,19,0); }

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

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

 a { background-color: rgb(10,19,0); }

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

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

 span { border-color: rgb(10,19,0); }

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