#0D1907

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

Shades of Pine Tree #0D1907

Tints of Pine Tree #0D1907

Color information

#0D1907 (or 0x0D1907) is unknown color: approx Pine Tree. HEX triplet: 0D, 19 and 07. RGB value is (13,25,7). Sum of RGB (Red+Green+Blue) = 13+25+7=45 (5% of max value = 765). Red value is 13 (5.47% from 255 or 28.89% from 45); Green value is 25 (10.16% from 255 or 55.56% from 45); Blue value is 7 (3.12% from 255 or 15.56% from 45); Max value from RGB is 25 - color contains mainly: green. Hex color #0D1907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1907 is #F2E6F8. Grayscale: #131313. Windows color (decimal): -15918841 or 465165. OLE color: 465165.

HSL color Cylindrical-coordinate representation of color #0D1907: hue angle of 100º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D1907 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.90.

Color convert

RGB13257-
CMYK0.4800.720.90
HSL100º56.25%6.27%-
HSV(B)100º72%9.8%-
XYZ0.550.80.33-
YUV19.36121.02123.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 28.89%
GREEN value IS 25 (10.16% from 255) = 55.56%
BLUE value IS 7 (3.12% from 255) = 15.56%
R=28.89%
G=55.56%
B=15.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal132570.4800.720.9010056.256.27
HexD197300485A64386
Octal15317600110132144706
Binary1101110011111100000100100010110101100100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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