#1E3826

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

Shades of Deep Fir #1E3826

Tints of Deep Fir #1E3826

Color information

#1E3826 (or 0x1E3826) is unknown color: approx Deep Fir. HEX triplet: 1E, 38 and 26. RGB value is (30,56,38). Sum of RGB (Red+Green+Blue) = 30+56+38=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #1E3826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3826 is #E1C7D9. Grayscale: #2E2E2E. Windows color (decimal): -14796762 or 2504734. OLE color: 2504734.

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

Color convert

RGB305638-
CMYK0.4600.320.78
HSL138.46º30.23%16.86%-
HSV(B)138.46º46.43%21.96%-
XYZ2.33.242.34-
YUV46.17123.39116.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.19%
GREEN value IS 56 (22.27% from 255) = 45.16%
BLUE value IS 38 (15.23% from 255) = 30.65%
R=24.19%
G=45.16%
B=30.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3056380.4600.320.78138.4630.2316.86
Hex1E38262E0204E8a1e11
Octal367046560401162123621
Binary1111011100010011010111001000001001110100010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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