#0D120A

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

Shades of Pine Tree #0D120A

Tints of Pine Tree #0D120A

Color information

#0D120A (or 0x0D120A) is unknown color: approx Pine Tree. HEX triplet: 0D, 12 and 0A. RGB value is (13,18,10). Sum of RGB (Red+Green+Blue) = 13+18+10=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 18 - color contains mainly: green. Hex color #0D120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D120A is #F2EDF5. Grayscale: #0F0F0F. Windows color (decimal): -15920630 or 659981. OLE color: 659981.

HSL color Cylindrical-coordinate representation of color #0D120A: hue angle of 97.5º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0D120A is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB131810-
CMYK0.2800.440.93
HSL97.5º28.57%5.49%-
HSV(B)97.5º44.44%7.06%-
XYZ0.440.540.37-
YUV15.59124.84126.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 31.71%
GREEN value IS 18 (7.42% from 255) = 43.90%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=31.71%
G=43.90%
B=24.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1318100.2800.440.9397.528.575.49
HexD12A1C02C5D621d5
Octal15221234054135142355
Binary11011001010101110001011001011101110001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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