#1D4628

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

Shades of Deep Fir #1D4628

Tints of Deep Fir #1D4628

Color information

#1D4628 (or 0x1D4628) is unknown color: approx Deep Fir. HEX triplet: 1D, 46 and 28. RGB value is (29,70,40). Sum of RGB (Red+Green+Blue) = 29+70+40=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #1D4628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4628 is #E2B9D7. Grayscale: #363636. Windows color (decimal): -14858712 or 2639389. OLE color: 2639389.

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

Color convert

RGB297040-
CMYK0.5900.430.73
HSL136.1º41.41%19.41%-
HSV(B)136.1º58.57%27.45%-
XYZ3.084.792.77-
YUV54.32119.92109.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.86%
GREEN value IS 70 (27.73% from 255) = 50.36%
BLUE value IS 40 (16.02% from 255) = 28.78%
R=20.86%
G=50.36%
B=28.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2970400.5900.430.73136.141.4119.41
Hex1D46283B02B49882913
Octal3510650730531112105123
Binary111011000110101000111011010101110010011000100010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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