#0A0D08

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

Shades of Pine Tree #0A0D08

Tints of Pine Tree #0A0D08

Color information

#0A0D08 (or 0x0A0D08) is unknown color: approx Pine Tree. HEX triplet: 0A, 0D and 08. RGB value is (10,13,8). Sum of RGB (Red+Green+Blue) = 10+13+8=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 13 (5.47% from 255 or 41.94% from 31); Blue value is 8 (3.52% from 255 or 25.81% from 31); Max value from RGB is 13 - color contains mainly: green. Hex color #0A0D08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0D08 is #F5F2F7. Grayscale: #0B0B0B. Windows color (decimal): -16118520 or 527626. OLE color: 527626.

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

Color convert

RGB10138-
CMYK0.2300.380.95
HSL96º23.81%4.12%-
HSV(B)96º38.46%5.1%-
XYZ0.310.370.28-
YUV11.53126.01126.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 32.26%
GREEN value IS 13 (5.47% from 255) = 41.94%
BLUE value IS 8 (3.52% from 255) = 25.81%
R=32.26%
G=41.94%
B=25.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal101380.2300.380.959623.814.12
HexAD8170265F60184
Octal12151027046137140304
Binary1010110110001011101001101011111110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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