#1E3526

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

Shades of Deep Fir #1E3526

Tints of Deep Fir #1E3526

Color information

#1E3526 (or 0x1E3526) is unknown color: approx Deep Fir. HEX triplet: 1E, 35 and 26. RGB value is (30,53,38). Sum of RGB (Red+Green+Blue) = 30+53+38=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 53 - color contains mainly: green. Hex color #1E3526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3526 is #E1CAD9. Grayscale: #2C2C2C. Windows color (decimal): -14797530 or 2503966. OLE color: 2503966.

HSL color Cylindrical-coordinate representation of color #1E3526: hue angle of 140.87º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1E3526 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB305338-
CMYK0.4300.280.79
HSL140.87º27.71%16.27%-
HSV(B)140.87º43.4%20.78%-
XYZ2.162.962.29-
YUV44.41124.38117.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.79%
GREEN value IS 53 (21.09% from 255) = 43.80%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=24.79%
G=43.80%
B=31.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3053380.4300.280.79140.8727.7116.27
Hex1E35262B01C4F8d1c10
Octal366546530341172153420
Binary111101101011001101010110111001001111100011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,53,38); }

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

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

 a { background-color: rgb(30,53,38); }

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

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

 span { border-color: rgb(30,53,38); }

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