#1D4028

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

Shades of Deep Fir #1D4028

Tints of Deep Fir #1D4028

Color information

#1D4028 (or 0x1D4028) is unknown color: approx Deep Fir. HEX triplet: 1D, 40 and 28. RGB value is (29,64,40). Sum of RGB (Red+Green+Blue) = 29+64+40=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #1D4028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4028 is #E2BFD7. Grayscale: #323232. Windows color (decimal): -14860248 or 2637853. OLE color: 2637853.

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

Color convert

RGB296440-
CMYK0.5500.380.75
HSL138.86º37.63%18.24%-
HSV(B)138.86º54.69%25.1%-
XYZ2.724.082.65-
YUV50.8121.9112.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.80%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=21.80%
G=48.12%
B=30.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2964400.5500.380.75138.8637.6318.24
Hex1D4028370264B8b2612
Octal3510050670461132134622
Binary111011000000101000110111010011010010111000101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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