Html Css Color HEX #0D1407 Pine Tree

📋 copy color: '#0D1407'

red 13 ◦ green 20 ◦ blue 7

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

Shades of Pine Tree #0D1407

Tints of Pine Tree #0D1407

RGB

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

 GREEN value IS 20 (8.2% from 255) = 50%

 BLUE value IS 7 (3.13% from 255) = 17.5%

R = 32.5%
G = 50%
B = 17.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.92

RGB Variations

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

Color information

#0D1407 (or 0x0D1407) is known color: Pine Tree. HEX triplet: 0D, 14 and 07. RGB value is (13,20,7). Sum of RGB (Red+Green+Blue) = 13+20+7=40 (5% of max value = 765). Red value is 13 (5.47% from 255 or 32.5% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #0D1407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1407 is #F2EBF8. Grayscale: #101010. Windows color (decimal): -15920121 or 463885. OLE color: 463885.

HSL color Cylindrical-coordinate representation of color #0D1407: hue angle of 92.31º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D1407 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 20 7 -
CMYK 0.35 0 0.65 0.92
HSL 92.31º 0.48% 0.05% -
HSV(B) 92.31º 0.65% 0.08% -
XYZ 0.45 0.6 0.29 -
YUV 16.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 13 20 7 0.35 0 0.65 0.92 92.31 0.48 0.05
Hex D 14 7 23 0 41 5C 5C 30 5
Octal 15 24 7 43 0 101 134 134 60 5
Binary 1101 10100 111 100011 0 1000001 1011100 1011100 110000 101

Color Harmonies of #0D1407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1407

Black with #0D1407

Text Example


Text Example

White with #0D1407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,20,7); }

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

background-color css

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

 a { background-color: rgb(13,20,7); }

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

border-color css

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

 span { border-color: rgb(13,20,7); }

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