#0D1805

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

Shades of Pine Tree #0D1805

Tints of Pine Tree #0D1805

Color information

#0D1805 (or 0x0D1805) is unknown color: approx Pine Tree. HEX triplet: 0D, 18 and 05. RGB value is (13,24,5). Sum of RGB (Red+Green+Blue) = 13+24+5=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 24 (9.77% from 255 or 57.14% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 24 - color contains mainly: green. Hex color #0D1805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1805 is #F2E7FA. Grayscale: #121212. Windows color (decimal): -15919099 or 333837. OLE color: 333837.

HSL color Cylindrical-coordinate representation of color #0D1805: hue angle of 94.74º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D1805 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.91.

Color convert

RGB13245-
CMYK0.4600.790.91
HSL94.74º65.52%5.69%-
HSV(B)94.74º79.17%9.41%-
XYZ0.520.750.26-
YUV18.54120.36124.04-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 30.95%
GREEN value IS 24 (9.77% from 255) = 57.14%
BLUE value IS 5 (2.34% from 255) = 11.90%
R=30.95%
G=57.14%
B=11.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal132450.4600.790.9194.7465.525.69
HexD1852E04F5B5f426
Octal153055601171331371026
Binary11011100010110111001001111101101110111111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,24,5); }

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

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

 a { background-color: rgb(13,24,5); }

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

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

 span { border-color: rgb(13,24,5); }

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