Html Css Color HEX #0D1606 Pine Tree

📋 copy color: '#0D1606'

red 13 ◦ green 22 ◦ blue 6

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

Shades of Pine Tree #0D1606

Tints of Pine Tree #0D1606

RGB

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

 GREEN value IS 22 (8.98% from 255) = 53.66%

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

R = 31.71%
G = 53.66%
B = 14.63%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.91

RGB Variations

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

Color information

#0D1606 (or 0x0D1606) is known color: Pine Tree. HEX triplet: 0D, 16 and 06. RGB value is (13,22,6). Sum of RGB (Red+Green+Blue) = 13+22+6=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #0D1606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1606 is #F2E9F9. Grayscale: #111111. Windows color (decimal): -15919610 or 398861. OLE color: 398861.

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

Color convert

RGB 13 22 6 -
CMYK 0.41 0 0.73 0.91
HSL 93.75º 0.57% 0.05% -
HSV(B) 93.75º 0.73% 0.09% -
XYZ 0.49 0.67 0.28 -
YUV 17.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 13 22 6 0.41 0 0.73 0.91 93.75 0.57 0.05
Hex D 16 6 29 0 49 5B 5E 39 5
Octal 15 26 6 51 0 111 133 136 71 5
Binary 1101 10110 110 101001 0 1001001 1011011 1011110 111001 101

Color Harmonies of #0D1606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1606

Black with #0D1606

Text Example


Text Example

White with #0D1606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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