#1D3426

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

Shades of Deep Fir #1D3426

Tints of Deep Fir #1D3426

Color information

#1D3426 (or 0x1D3426) is unknown color: approx Deep Fir. HEX triplet: 1D, 34 and 26. RGB value is (29,52,38). Sum of RGB (Red+Green+Blue) = 29+52+38=119 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.37% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #1D3426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3426 is #E2CBD9. Grayscale: #2B2B2B. Windows color (decimal): -14863322 or 2503709. OLE color: 2503709.

HSL color Cylindrical-coordinate representation of color #1D3426: hue angle of 143.48º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1D3426 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB295238-
CMYK0.4400.270.80
HSL143.48º28.4%15.88%-
HSV(B)143.48º44.23%20.39%-
XYZ2.082.862.28-
YUV43.53124.88117.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.37%
GREEN value IS 52 (20.70% from 255) = 43.70%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=24.37%
G=43.70%
B=31.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2952380.4400.270.80143.4828.415.88
Hex1D34262C01B508f1c10
Octal356446540331202173420
Binary111011101001001101011000110111010000100011111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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