#1D3224

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

Shades of Deep Fir #1D3224

Tints of Deep Fir #1D3224

Color information

#1D3224 (or 0x1D3224) is unknown color: approx Deep Fir. HEX triplet: 1D, 32 and 24. RGB value is (29,50,36). Sum of RGB (Red+Green+Blue) = 29+50+36=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 50 - color contains mainly: green. Hex color #1D3224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3224 is #E2CDDB. Grayscale: #2A2A2A. Windows color (decimal): -14863836 or 2372125. OLE color: 2372125.

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

Color convert

RGB295036-
CMYK0.4200.280.80
HSL140º26.58%15.49%-
HSV(B)140º42%19.61%-
XYZ1.972.672.08-
YUV42.12124.54118.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.22%
GREEN value IS 50 (19.92% from 255) = 43.48%
BLUE value IS 36 (14.45% from 255) = 31.30%
R=25.22%
G=43.48%
B=31.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2950360.4200.280.8014026.5815.49
Hex1D32242A01C508c1bf
Octal356244520341202143317
Binary11101110010100100101010011100101000010001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,50,36); }

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

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

 a { background-color: rgb(29,50,36); }

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

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

 span { border-color: rgb(29,50,36); }

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