#0A0C05

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

Shades of Pine Tree #0A0C05

Tints of Pine Tree #0A0C05

Color information

#0A0C05 (or 0x0A0C05) is unknown color: approx Pine Tree. HEX triplet: 0A, 0C and 05. RGB value is (10,12,5). Sum of RGB (Red+Green+Blue) = 10+12+5=27 (3% of max value = 765). Red value is 10 (4.30% from 255 or 37.04% from 27); Green value is 12 (5.08% from 255 or 44.44% from 27); Blue value is 5 (2.34% from 255 or 18.52% from 27); Max value from RGB is 12 - color contains mainly: green. Hex color #0A0C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0C05 is #F5F3FA. Grayscale: #0A0A0A. Windows color (decimal): -16118779 or 330762. OLE color: 330762.

HSL color Cylindrical-coordinate representation of color #0A0C05: hue angle of 77.14º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A0C05 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.95.

Color convert

RGB10125-
CMYK0.1700.580.95
HSL77.14º41.18%3.33%-
HSV(B)77.14º58.33%4.71%-
XYZ0.280.340.19-
YUV10.6124.84127.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 37.04%
GREEN value IS 12 (5.08% from 255) = 44.44%
BLUE value IS 5 (2.34% from 255) = 18.52%
R=37.04%
G=44.44%
B=18.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal101250.1700.580.9577.1441.183.33
HexAC51103A5F4d293
Octal1214521072137115513
Binary101011001011000101110101011111100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,12,5); }

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

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

 a { background-color: rgb(10,12,5); }

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

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

 span { border-color: rgb(10,12,5); }

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