#1D4428

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

Shades of Deep Fir #1D4428

Tints of Deep Fir #1D4428

Color information

#1D4428 (or 0x1D4428) is unknown color: approx Deep Fir. HEX triplet: 1D, 44 and 28. RGB value is (29,68,40). Sum of RGB (Red+Green+Blue) = 29+68+40=137 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.17% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #1D4428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4428 is #E2BBD7. Grayscale: #353535. Windows color (decimal): -14859224 or 2638877. OLE color: 2638877.

HSL color Cylindrical-coordinate representation of color #1D4428: hue angle of 136.92º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D4428 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB296840-
CMYK0.5700.410.73
HSL136.92º40.21%19.02%-
HSV(B)136.92º57.35%26.67%-
XYZ2.964.552.73-
YUV53.15120.58110.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.17%
GREEN value IS 68 (26.95% from 255) = 49.64%
BLUE value IS 40 (16.02% from 255) = 29.20%
R=21.17%
G=49.64%
B=29.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2968400.5700.410.73136.9240.2119.02
Hex1D44283902949892813
Octal3510450710511112115023
Binary111011000100101000111001010100110010011000100110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,68,40); }

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

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

 a { background-color: rgb(29,68,40); }

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

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

 span { border-color: rgb(29,68,40); }

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