#0D1702

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

Shades of Pine Tree #0D1702

Tints of Pine Tree #0D1702

Color information

#0D1702 (or 0x0D1702) is unknown color: approx Pine Tree. HEX triplet: 0D, 17 and 02. RGB value is (13,23,2). Sum of RGB (Red+Green+Blue) = 13+23+2=38 (5% of max value = 765). Red value is 13 (5.47% from 255 or 34.21% from 38); Green value is 23 (9.38% from 255 or 60.53% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1702 is #F2E8FD. Grayscale: #111111. Windows color (decimal): -15919358 or 136973. OLE color: 136973.

HSL color Cylindrical-coordinate representation of color #0D1702: hue angle of 88.57º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1702 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.91.

Color convert

RGB13232-
CMYK0.4300.910.91
HSL88.57º84%4.9%-
HSV(B)88.57º91.3%9.02%-
XYZ0.480.70.17-
YUV17.62119.19124.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 34.21%
GREEN value IS 23 (9.38% from 255) = 60.53%
BLUE value IS 2 (1.17% from 255) = 5.26%
R=34.21%
G=60.53%
B=5.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal132320.4300.910.9188.57844.9
HexD1722B05B5B59545
Octal152725301331331311245
Binary1101101111010101101011011101101110110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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