#1D3626

Color #1D3626 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #1D3626

Tints of Deep Fir #1D3626

Color information

#1D3626 (or 0x1D3626) is unknown color: approx Deep Fir. HEX triplet: 1D, 36 and 26. RGB value is (29,54,38). Sum of RGB (Red+Green+Blue) = 29+54+38=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #1D3626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3626 is #E2C9D9. Grayscale: #2C2C2C. Windows color (decimal): -14862810 or 2504221. OLE color: 2504221.

HSL color Cylindrical-coordinate representation of color #1D3626: hue angle of 141.6º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D3626 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB295438-
CMYK0.4600.300.79
HSL141.6º30.12%16.27%-
HSV(B)141.6º46.3%21.18%-
XYZ2.183.042.31-
YUV44.7124.22116.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.97%
GREEN value IS 54 (21.48% from 255) = 44.63%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=23.97%
G=44.63%
B=31.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2954380.4600.300.79141.630.1216.27
Hex1D36262E01E4F8e1e10
Octal356646560361172163620
Binary111011101101001101011100111101001111100011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,54,38); }

 H1.HeaderClassName
 {
   color: #1D3626;
 }
 .AnyTagClassName
 {
   color: #1D3626;
 }
</style>
background-color css

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

 a { background-color: rgb(29,54,38); }

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

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

 span { border-color: rgb(29,54,38); }

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