Html Css Color HEX #1D310E Pine Tree

📋 copy color: '#1D310E'

red 29 ◦ green 49 ◦ blue 14

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

Shades of Pine Tree #1D310E

Tints of Pine Tree #1D310E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 15.22%

R = 31.52%
G = 53.26%
B = 15.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#1D310E (or 0x1D310E) is known color: Pine Tree. HEX triplet: 1D, 31 and 0E. RGB value is (29,49,14). Sum of RGB (Red+Green+Blue) = 29+49+14=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #1D310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D310E is #E2CEF1. Grayscale: #272727. Windows color (decimal): -14864114 or 930077. OLE color: 930077.

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

Color convert

RGB 29 49 14 -
CMYK 0.41 0 0.71 0.81
HSL 94.29º 0.56% 0.12% -
HSV(B) 94.29º 0.71% 0.19% -
XYZ 1.68 2.49 0.81 -
YUV 39.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 29 49 14 0.41 0 0.71 0.81 94.29 0.56 0.12
Hex 1D 31 E 29 0 47 51 5E 38 C
Octal 35 61 16 51 0 107 121 136 70 14
Binary 11101 110001 1110 101001 0 1000111 1010001 1011110 111000 1100

Color Harmonies of #1D310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D310E

Black with #1D310E

Text Example


Text Example

White with #1D310E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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