#1D3F29

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

Shades of Deep Fir #1D3F29

Tints of Deep Fir #1D3F29

Color information

#1D3F29 (or 0x1D3F29) is unknown color: approx Deep Fir. HEX triplet: 1D, 3F and 29. RGB value is (29,63,41). Sum of RGB (Red+Green+Blue) = 29+63+41=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 63 (25% from 255 or 47.37% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 63 - color contains mainly: green. Hex color #1D3F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3F29 is #E2C0D6. Grayscale: #323232. Windows color (decimal): -14860503 or 2703133. OLE color: 2703133.

HSL color Cylindrical-coordinate representation of color #1D3F29: hue angle of 141.18º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1D3F29 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB296341-
CMYK0.5400.350.75
HSL141.18º36.96%18.04%-
HSV(B)141.18º53.97%24.71%-
XYZ2.683.982.72-
YUV50.33122.74112.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.80%
GREEN value IS 63 (25% from 255) = 47.37%
BLUE value IS 41 (16.41% from 255) = 30.83%
R=21.80%
G=47.37%
B=30.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2963410.5400.350.75141.1836.9618.04
Hex1D3F29360234B8d2512
Octal357751660431132154522
Binary11101111111101001110110010001110010111000110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,63,41); }

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

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

 a { background-color: rgb(29,63,41); }

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

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

 span { border-color: rgb(29,63,41); }

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