#1D3724

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

Shades of Deep Fir #1D3724

Tints of Deep Fir #1D3724

Color information

#1D3724 (or 0x1D3724) is unknown color: approx Deep Fir. HEX triplet: 1D, 37 and 24. RGB value is (29,55,36). Sum of RGB (Red+Green+Blue) = 29+55+36=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #1D3724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3724 is #E2C8DB. Grayscale: #2D2D2D. Windows color (decimal): -14862556 or 2373405. OLE color: 2373405.

HSL color Cylindrical-coordinate representation of color #1D3724: hue angle of 136.15º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D3724 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB295536-
CMYK0.4700.350.78
HSL136.15º30.95%16.47%-
HSV(B)136.15º47.27%21.57%-
XYZ2.193.122.16-
YUV45.06122.89116.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.17%
GREEN value IS 55 (21.88% from 255) = 45.83%
BLUE value IS 36 (14.45% from 255) = 30%
R=24.17%
G=45.83%
B=30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2955360.4700.350.78136.1530.9516.47
Hex1D37242F0234E881f10
Octal356744570431162103720
Binary1110111011110010010111101000111001110100010001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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