#0A1801

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

Shades of Pine Tree #0A1801

Tints of Pine Tree #0A1801

Color information

#0A1801 (or 0x0A1801) is unknown color: approx Pine Tree. HEX triplet: 0A, 18 and 01. RGB value is (10,24,1). Sum of RGB (Red+Green+Blue) = 10+24+1=35 (4% of max value = 765). Red value is 10 (4.30% from 255 or 28.57% from 35); Green value is 24 (9.77% from 255 or 68.57% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1801 is #F5E7FE. Grayscale: #111111. Windows color (decimal): -16115711 or 71690. OLE color: 71690.

HSL color Cylindrical-coordinate representation of color #0A1801: hue angle of 96.52º 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 #0A1801 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB10241-
CMYK0.5800.960.91
HSL96.52º92%4.9%-
HSV(B)96.52º95.83%9.41%-
XYZ0.460.720.14-
YUV17.19118.86122.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 28.57%
GREEN value IS 24 (9.77% from 255) = 68.57%
BLUE value IS 1 (0.78% from 255) = 2.86%
R=28.57%
G=68.57%
B=2.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal102410.5800.960.9196.52924.9
HexA1813A0605B615c5
Octal123017201401331411345
Binary101011000111101001100000101101111000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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