Html Css Color HEX #0D1609 Pine Tree

📋 copy color: '#0D1609'

red 13 ◦ green 22 ◦ blue 9

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

Shades of Pine Tree #0D1609

Tints of Pine Tree #0D1609

RGB

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

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

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

R = 29.55%
G = 50%
B = 20.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.59

 K value IS 0.91

RGB Variations

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

Color information

#0D1609 (or 0x0D1609) is known color: Pine Tree. HEX triplet: 0D, 16 and 09. RGB value is (13,22,9). Sum of RGB (Red+Green+Blue) = 13+22+9=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 22 (8.98% from 255 or 50% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 22 - color contains mainly: green. Hex color #0D1609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1609 is #F2E9F6. Grayscale: #111111. Windows color (decimal): -15919607 or 595469. OLE color: 595469.

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

Color convert

RGB 13 22 9 -
CMYK 0.41 0 0.59 0.91
HSL 101.54º 0.42% 0.06% -
HSV(B) 101.54º 0.59% 0.09% -
XYZ 0.5 0.68 0.36 -
YUV 17.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 13 22 9 0.41 0 0.59 0.91 101.54 0.42 0.06
Hex D 16 9 29 0 3B 5B 66 2A 6
Octal 15 26 11 51 0 73 133 146 52 6
Binary 1101 10110 1001 101001 0 111011 1011011 1100110 101010 110

Color Harmonies of #0D1609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1609

Black with #0D1609

Text Example


Text Example

White with #0D1609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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