#0A0E05

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

Shades of Pine Tree #0A0E05

Tints of Pine Tree #0A0E05

Color information

#0A0E05 (or 0x0A0E05) is unknown color: approx Pine Tree. HEX triplet: 0A, 0E and 05. RGB value is (10,14,5). Sum of RGB (Red+Green+Blue) = 10+14+5=29 (3% of max value = 765). Red value is 10 (4.30% from 255 or 34.48% from 29); Green value is 14 (5.86% from 255 or 48.28% from 29); Blue value is 5 (2.34% from 255 or 17.24% from 29); Max value from RGB is 14 - color contains mainly: green. Hex color #0A0E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0E05 is #F5F1FA. Grayscale: #0B0B0B. Windows color (decimal): -16118267 or 331274. OLE color: 331274.

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

Color convert

RGB10145-
CMYK0.2900.640.95
HSL86.67º47.37%3.73%-
HSV(B)86.67º64.29%5.49%-
XYZ0.310.390.2-
YUV11.78124.17126.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 34.48%
GREEN value IS 14 (5.86% from 255) = 48.28%
BLUE value IS 5 (2.34% from 255) = 17.24%
R=34.48%
G=48.28%
B=17.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal101450.2900.640.9586.6747.373.73
HexAE51D0405F572f4
Octal12165350100137127574
Binary10101110101111010100000010111111010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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