#0D1807

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

Shades of Pine Tree #0D1807

Tints of Pine Tree #0D1807

Color information

#0D1807 (or 0x0D1807) is unknown color: approx Pine Tree. HEX triplet: 0D, 18 and 07. RGB value is (13,24,7). Sum of RGB (Red+Green+Blue) = 13+24+7=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 7 (3.12% from 255 or 15.91% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #0D1807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1807 is #F2E7F8. Grayscale: #121212. Windows color (decimal): -15919097 or 464909. OLE color: 464909.

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

Color convert

RGB13247-
CMYK0.4600.710.91
HSL98.82º54.84%6.08%-
HSV(B)98.82º70.83%9.41%-
XYZ0.530.750.32-
YUV18.77121.36123.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 29.55%
GREEN value IS 24 (9.77% from 255) = 54.55%
BLUE value IS 7 (3.12% from 255) = 15.91%
R=29.55%
G=54.55%
B=15.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal132470.4600.710.9198.8254.846.08
HexD1872E0475B63376
Octal15307560107133143676
Binary1101110001111011100100011110110111100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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