Html Css Color HEX #0D1706 Pine Tree

📋 copy color: '#0D1706'

red 13 ◦ green 23 ◦ blue 6

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

Shades of Pine Tree #0D1706

Tints of Pine Tree #0D1706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 14.29%

R = 30.95%
G = 54.76%
B = 14.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.74

 K value IS 0.91

RGB Variations

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

Color information

#0D1706 (or 0x0D1706) is known color: Pine Tree. HEX triplet: 0D, 17 and 06. RGB value is (13,23,6). Sum of RGB (Red+Green+Blue) = 13+23+6=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 23 (9.38% from 255 or 54.76% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1706 is #F2E8F9. Grayscale: #121212. Windows color (decimal): -15919354 or 399117. OLE color: 399117.

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

Color convert

RGB 13 23 6 -
CMYK 0.43 0 0.74 0.91
HSL 95.29º 0.59% 0.06% -
HSV(B) 95.29º 0.74% 0.09% -
XYZ 0.51 0.71 0.28 -
YUV 18.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 13 23 6 0.43 0 0.74 0.91 95.29 0.59 0.06
Hex D 17 6 2B 0 4A 5B 5F 3B 6
Octal 15 27 6 53 0 112 133 137 73 6
Binary 1101 10111 110 101011 0 1001010 1011011 1011111 111011 110

Color Harmonies of #0D1706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1706

Black with #0D1706

Text Example


Text Example

White with #0D1706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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