#1E3728

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

Shades of Deep Fir #1E3728

Tints of Deep Fir #1E3728

Color information

#1E3728 (or 0x1E3728) is unknown color: approx Deep Fir. HEX triplet: 1E, 37 and 28. RGB value is (30,55,40). Sum of RGB (Red+Green+Blue) = 30+55+40=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 55 - color contains mainly: green. Hex color #1E3728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3728 is #E1C8D7. Grayscale: #2D2D2D. Windows color (decimal): -14797016 or 2635550. OLE color: 2635550.

HSL color Cylindrical-coordinate representation of color #1E3728: hue angle of 144º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1E3728 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB305540-
CMYK0.4500.270.78
HSL144º29.41%16.67%-
HSV(B)144º45.45%21.57%-
XYZ2.283.162.5-
YUV45.82124.72116.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24%
GREEN value IS 55 (21.88% from 255) = 44%
BLUE value IS 40 (16.02% from 255) = 32%
R=24%
G=44%
B=32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3055400.4500.270.7814429.4116.67
Hex1E37282D01B4E901d11
Octal366750550331162203521
Binary111101101111010001011010110111001110100100001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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