#0A0F01

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

Shades of Pine Tree #0A0F01

Tints of Pine Tree #0A0F01

Color information

#0A0F01 (or 0x0A0F01) is unknown color: approx Pine Tree. HEX triplet: 0A, 0F and 01. RGB value is (10,15,1). Sum of RGB (Red+Green+Blue) = 10+15+1=26 (3% of max value = 765). Red value is 10 (4.30% from 255 or 38.46% from 26); Green value is 15 (6.25% from 255 or 57.69% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 15 - color contains mainly: green. Hex color #0A0F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0F01 is #F5F0FE. Grayscale: #0B0B0B. Windows color (decimal): -16118015 or 69386. OLE color: 69386.

HSL color Cylindrical-coordinate representation of color #0A0F01: hue angle of 81.43º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A0F01 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.94.

Color convert

RGB10151-
CMYK0.3300.930.94
HSL81.43º87.5%3.14%-
HSV(B)81.43º93.33%5.88%-
XYZ0.30.410.09-
YUV11.91121.84126.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 38.46%
GREEN value IS 15 (6.25% from 255) = 57.69%
BLUE value IS 1 (0.78% from 255) = 3.85%
R=38.46%
G=57.69%
B=3.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal101510.3300.930.9481.4387.53.14
HexAF12105D5E51583
Octal121714101351361211303
Binary1010111111000010101110110111101010001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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