Html Css Color HEX #0D1709 Pine Tree

📋 copy color: '#0D1709'

red 13 ◦ green 23 ◦ blue 9

#0D1709
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #0D1709

Tints of Pine Tree #0D1709

RGB

 RED value IS 13 (5.47% from 255) = 28.89%

 GREEN value IS 23 (9.38% from 255) = 51.11%

 BLUE value IS 9 (3.91% from 255) = 20%

R = 28.89%
G = 51.11%
B = 20%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.61

 K value IS 0.91

RGB Variations

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

Color information

#0D1709 (or 0x0D1709) is known color: Pine Tree. HEX triplet: 0D, 17 and 09. RGB value is (13,23,9). Sum of RGB (Red+Green+Blue) = 13+23+9=45 (5% of max value = 765). Red value is 13 (5.47% from 255 or 28.89% from 45); Green value is 23 (9.38% from 255 or 51.11% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1709 is #F2E8F6. Grayscale: #121212. Windows color (decimal): -15919351 or 595725. OLE color: 595725.

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

Color convert

RGB 13 23 9 -
CMYK 0.43 0 0.61 0.91
HSL 102.86º 0.44% 0.06% -
HSV(B) 102.86º 0.61% 0.09% -
XYZ 0.52 0.72 0.37 -
YUV 18.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 13 23 9 0.43 0 0.61 0.91 102.86 0.44 0.06
Hex D 17 9 2B 0 3D 5B 67 2C 6
Octal 15 27 11 53 0 75 133 147 54 6
Binary 1101 10111 1001 101011 0 111101 1011011 1100111 101100 110

Color Harmonies of #0D1709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1709

Black with #0D1709

Text Example


Text Example

White with #0D1709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D1709;
 }
 .AnyTagClassName
 {
   color: #0D1709;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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