#1D3526

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

Shades of Deep Fir #1D3526

Tints of Deep Fir #1D3526

Color information

#1D3526 (or 0x1D3526) is unknown color: approx Deep Fir. HEX triplet: 1D, 35 and 26. RGB value is (29,53,38). Sum of RGB (Red+Green+Blue) = 29+53+38=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 53 - color contains mainly: green. Hex color #1D3526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3526 is #E2CAD9. Grayscale: #2C2C2C. Windows color (decimal): -14863066 or 2503965. OLE color: 2503965.

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

Color convert

RGB295338-
CMYK0.4500.280.79
HSL142.5º29.27%16.08%-
HSV(B)142.5º45.28%20.78%-
XYZ2.132.952.29-
YUV44.11124.55117.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.17%
GREEN value IS 53 (21.09% from 255) = 44.17%
BLUE value IS 38 (15.23% from 255) = 31.67%
R=24.17%
G=44.17%
B=31.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2953380.4500.280.79142.529.2716.08
Hex1D35262D01C4F8e1d10
Octal356546550341172163520
Binary111011101011001101011010111001001111100011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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