#0A0C08

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

Shades of Pine Tree #0A0C08

Tints of Pine Tree #0A0C08

Color information

#0A0C08 (or 0x0A0C08) is unknown color: approx Pine Tree. HEX triplet: 0A, 0C and 08. RGB value is (10,12,8). Sum of RGB (Red+Green+Blue) = 10+12+8=30 (3% of max value = 765). Red value is 10 (4.30% from 255 or 33.33% from 30); Green value is 12 (5.08% from 255 or 40% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 12 - color contains mainly: green. Hex color #0A0C08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0C08 is #F5F3F7. Grayscale: #0A0A0A. Windows color (decimal): -16118776 or 527370. OLE color: 527370.

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

Color convert

RGB10128-
CMYK0.1700.330.95
HSL90º20%3.92%-
HSV(B)90º33.33%4.71%-
XYZ0.30.350.28-
YUV10.95126.34127.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 33.33%
GREEN value IS 12 (5.08% from 255) = 40%
BLUE value IS 8 (3.52% from 255) = 26.67%
R=33.33%
G=40%
B=26.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal101280.1700.330.9590203.92
HexAC8110215F5a144
Octal12141021041137132244
Binary1010110010001000101000011011111101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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