#1E4128

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

Shades of Deep Fir #1E4128

Tints of Deep Fir #1E4128

Color information

#1E4128 (or 0x1E4128) is unknown color: approx Deep Fir. HEX triplet: 1E, 41 and 28. RGB value is (30,65,40). Sum of RGB (Red+Green+Blue) = 30+65+40=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #1E4128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4128 is #E1BED7. Grayscale: #333333. Windows color (decimal): -14794456 or 2638110. OLE color: 2638110.

HSL color Cylindrical-coordinate representation of color #1E4128: hue angle of 137.14º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E4128 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB306540-
CMYK0.5400.380.75
HSL137.14º36.84%18.63%-
HSV(B)137.14º53.85%25.49%-
XYZ2.814.212.67-
YUV51.68121.4112.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.22%
GREEN value IS 65 (25.78% from 255) = 48.15%
BLUE value IS 40 (16.02% from 255) = 29.63%
R=22.22%
G=48.15%
B=29.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3065400.5400.380.75137.1436.8418.63
Hex1E4128360264B892513
Octal3610150660461132114523
Binary111101000001101000110110010011010010111000100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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