Html Css Color HEX #0D1507 Pine Tree

📋 copy color: '#0D1507'

red 13 ◦ green 21 ◦ blue 7

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

Shades of Pine Tree #0D1507

Tints of Pine Tree #0D1507

RGB

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

 GREEN value IS 21 (8.59% from 255) = 51.22%

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

R = 31.71%
G = 51.22%
B = 17.07%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.67

 K value IS 0.92

RGB Variations

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

Color information

#0D1507 (or 0x0D1507) is known color: Pine Tree. HEX triplet: 0D, 15 and 07. RGB value is (13,21,7). Sum of RGB (Red+Green+Blue) = 13+21+7=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #0D1507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1507 is #F2EAF8. Grayscale: #111111. Windows color (decimal): -15919865 or 464141. OLE color: 464141.

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

Color convert

RGB 13 21 7 -
CMYK 0.38 0 0.67 0.92
HSL 94.29º 0.5% 0.05% -
HSV(B) 94.29º 0.67% 0.08% -
XYZ 0.47 0.64 0.3 -
YUV 17.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 13 21 7 0.38 0 0.67 0.92 94.29 0.5 0.05
Hex D 15 7 26 0 43 5C 5E 32 5
Octal 15 25 7 46 0 103 134 136 62 5
Binary 1101 10101 111 100110 0 1000011 1011100 1011110 110010 101

Color Harmonies of #0D1507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1507

Black with #0D1507

Text Example


Text Example

White with #0D1507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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