#1E3D28

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

Shades of Deep Fir #1E3D28

Tints of Deep Fir #1E3D28

Color information

#1E3D28 (or 0x1E3D28) is unknown color: approx Deep Fir. HEX triplet: 1E, 3D and 28. RGB value is (30,61,40). Sum of RGB (Red+Green+Blue) = 30+61+40=131 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.90% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 61 - color contains mainly: green. Hex color #1E3D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3D28 is #E1C2D7. Grayscale: #313131. Windows color (decimal): -14795480 or 2637086. OLE color: 2637086.

HSL color Cylindrical-coordinate representation of color #1E3D28: hue angle of 139.35º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E3D28 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.

Color convert

RGB306140-
CMYK0.5100.340.76
HSL139.35º34.07%17.84%-
HSV(B)139.35º50.82%23.92%-
XYZ2.593.772.6-
YUV49.34122.73114.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.90%
GREEN value IS 61 (24.22% from 255) = 46.56%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=22.90%
G=46.56%
B=30.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3061400.5100.340.76139.3534.0717.84
Hex1E3D28330224C8b2212
Octal367550630421142134222
Binary11110111101101000110011010001010011001000101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,61,40); }

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

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

 a { background-color: rgb(30,61,40); }

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

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

 span { border-color: rgb(30,61,40); }

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