#0A1402

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

Shades of Pine Tree #0A1402

Tints of Pine Tree #0A1402

Color information

#0A1402 (or 0x0A1402) is unknown color: approx Pine Tree. HEX triplet: 0A, 14 and 02. RGB value is (10,20,2). Sum of RGB (Red+Green+Blue) = 10+20+2=32 (4% of max value = 765). Red value is 10 (4.30% from 255 or 31.25% from 32); Green value is 20 (8.20% from 255 or 62.5% from 32); Blue value is 2 (1.17% from 255 or 6.25% from 32); Max value from RGB is 20 - color contains mainly: green. Hex color #0A1402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1402 is #F5EBFD. Grayscale: #0F0F0F. Windows color (decimal): -16116734 or 136202. OLE color: 136202.

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

Color convert

RGB10202-
CMYK0.5000.900.92
HSL93.33º81.82%4.31%-
HSV(B)93.33º90%7.84%-
XYZ0.390.570.15-
YUV14.96120.69124.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 31.25%
GREEN value IS 20 (8.20% from 255) = 62.5%
BLUE value IS 2 (1.17% from 255) = 6.25%
R=31.25%
G=62.5%
B=6.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal102020.5000.900.9293.3381.824.31
HexA1423205A5C5d524
Octal122426201321341351224
Binary1010101001011001001011010101110010111011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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