#1E482A

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

Shades of Deep Fir #1E482A

Tints of Deep Fir #1E482A

Color information

#1E482A (or 0x1E482A) is unknown color: approx Deep Fir. HEX triplet: 1E, 48 and 2A. RGB value is (30,72,42). Sum of RGB (Red+Green+Blue) = 30+72+42=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #1E482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E482A is #E1B7D5. Grayscale: #383838. Windows color (decimal): -14792662 or 2770974. OLE color: 2770974.

HSL color Cylindrical-coordinate representation of color #1E482A: hue angle of 137.14º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E482A is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB307242-
CMYK0.5800.420.72
HSL137.14º41.18%20%-
HSV(B)137.14º58.33%28.24%-
XYZ3.275.083-
YUV56.02120.09109.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.83%
GREEN value IS 72 (28.52% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=20.83%
G=50%
B=29.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3072420.5800.420.72137.1441.1820
Hex1E482A3A02A48892914
Octal3611052720521102115124
Binary111101001000101010111010010101010010001000100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,72,42); }

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

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

 a { background-color: rgb(30,72,42); }

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

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

 span { border-color: rgb(30,72,42); }

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