Html Css Color HEX #1D310D Pine Tree

📋 copy color: '#1D310D'

red 29 ◦ green 49 ◦ blue 13

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

Shades of Pine Tree #1D310D

Tints of Pine Tree #1D310D

RGB

 RED value IS 29 (11.72% from 255) = 31.87%

 GREEN value IS 49 (19.53% from 255) = 53.85%

 BLUE value IS 13 (5.47% from 255) = 14.29%

R = 31.87%
G = 53.85%
B = 14.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#1D310D (or 0x1D310D) is known color: Pine Tree. HEX triplet: 1D, 31 and 0D. RGB value is (29,49,13). Sum of RGB (Red+Green+Blue) = 29+49+13=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #1D310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D310D is #E2CEF2. Grayscale: #272727. Windows color (decimal): -14864115 or 864541. OLE color: 864541.

HSL color Cylindrical-coordinate representation of color #1D310D: hue angle of 93.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D310D is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 29 49 13 -
CMYK 0.41 0 0.73 0.81
HSL 93.33º 0.58% 0.12% -
HSV(B) 93.33º 0.73% 0.19% -
XYZ 1.68 2.49 0.77 -
YUV 38.92 113.37 120.93 -
System Red Green Blue C M Y K H S L
Decimal 29 49 13 0.41 0 0.73 0.81 93.33 0.58 0.12
Hex 1D 31 D 29 0 49 51 5D 3A C
Octal 35 61 15 51 0 111 121 135 72 14
Binary 11101 110001 1101 101001 0 1001001 1010001 1011101 111010 1100

Color Harmonies of #1D310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D310D

Black with #1D310D

Text Example


Text Example

White with #1D310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D310D; }

 p { color: rgb(29,49,13); }

 H1.HeaderClassName
 {
   color: #1D310D;
 }
 .AnyTagClassName
 {
   color: #1D310D;
 }
</style>

background-color css

<style>
 a { background-color: #1D310D; }

 a { background-color: rgb(29,49,13); }

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

border-color css

<style>
 span { border-color: #1D310D; }

 span { border-color: rgb(29,49,13); }

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