#0A0D02

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

Shades of Pine Tree #0A0D02

Tints of Pine Tree #0A0D02

Color information

#0A0D02 (or 0x0A0D02) is unknown color: approx Pine Tree. HEX triplet: 0A, 0D and 02. RGB value is (10,13,2). Sum of RGB (Red+Green+Blue) = 10+13+2=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 13 (5.47% from 255 or 52% from 25); Blue value is 2 (1.17% from 255 or 8% from 25); Max value from RGB is 13 - color contains mainly: green. Hex color #0A0D02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0D02 is #F5F2FD. Grayscale: #0A0A0A. Windows color (decimal): -16118526 or 134410. OLE color: 134410.

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

Color convert

RGB10132-
CMYK0.2300.850.95
HSL76.36º73.33%2.94%-
HSV(B)76.36º84.62%5.1%-
XYZ0.280.360.11-
YUV10.85123.01127.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 40%
GREEN value IS 13 (5.47% from 255) = 52%
BLUE value IS 2 (1.17% from 255) = 8%
R=40%
G=52%
B=8%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal101320.2300.850.9576.3673.332.94
HexAD2170555F4c493
Octal121522701251371141113
Binary1010110110101110101010110111111001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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