Html Css Color HEX #1D2513 Pine Tree

📋 copy color: '#1D2513'

red 29 ◦ green 37 ◦ blue 19

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

Shades of Pine Tree #1D2513

Tints of Pine Tree #1D2513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 43.53%

 BLUE value IS 19 (7.81% from 255) = 22.35%

R = 34.12%
G = 43.53%
B = 22.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#1D2513 (or 0x1D2513) is known color: Pine Tree. HEX triplet: 1D, 25 and 13. RGB value is (29,37,19). Sum of RGB (Red+Green+Blue) = 29+37+19=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2513 is #E2DAEC. Grayscale: #202020. Windows color (decimal): -14867181 or 1254685. OLE color: 1254685.

HSL color Cylindrical-coordinate representation of color #1D2513: hue angle of 86.67º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1D2513 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 29 37 19 -
CMYK 0.22 0 0.49 0.85
HSL 86.67º 0.32% 0.11% -
HSV(B) 86.67º 0.49% 0.15% -
XYZ 1.29 1.63 0.86 -
YUV 32.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 29 37 19 0.22 0 0.49 0.85 86.67 0.32 0.11
Hex 1D 25 13 16 0 31 55 57 20 B
Octal 35 45 23 26 0 61 125 127 40 13
Binary 11101 100101 10011 10110 0 110001 1010101 1010111 100000 1011

Color Harmonies of #1D2513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2513

Black with #1D2513

Text Example


Text Example

White with #1D2513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,37,19); }

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

background-color css

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

 a { background-color: rgb(29,37,19); }

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

border-color css

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

 span { border-color: rgb(29,37,19); }

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