#1D3A25

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

Shades of Deep Fir #1D3A25

Tints of Deep Fir #1D3A25

Color information

#1D3A25 (or 0x1D3A25) is unknown color: approx Deep Fir. HEX triplet: 1D, 3A and 25. RGB value is (29,58,37). Sum of RGB (Red+Green+Blue) = 29+58+37=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 58 - color contains mainly: green. Hex color #1D3A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3A25 is #E2C5DA. Grayscale: #2E2E2E. Windows color (decimal): -14861787 or 2439709. OLE color: 2439709.

HSL color Cylindrical-coordinate representation of color #1D3A25: hue angle of 136.55º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1D3A25 is Cyan = 0.5, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB295837-
CMYK0.500.360.77
HSL136.55º33.33%17.06%-
HSV(B)136.55º50%22.75%-
XYZ2.353.422.29-
YUV46.94122.39115.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.39%
GREEN value IS 58 (23.05% from 255) = 46.77%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=23.39%
G=46.77%
B=29.84%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2958370.500.360.77136.5533.3317.06
Hex1D3A25320244D892111
Octal357245620441152114121
Binary11101111010100101110010010010010011011000100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,58,37); }

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

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

 a { background-color: rgb(29,58,37); }

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

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

 span { border-color: rgb(29,58,37); }

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