#1E3125

Color #1E3125 Midnight Moss (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Moss #1E3125

Tints of Midnight Moss #1E3125

Color information

#1E3125 (or 0x1E3125) is unknown color: approx Midnight Moss. HEX triplet: 1E, 31 and 25. RGB value is (30,49,37). Sum of RGB (Red+Green+Blue) = 30+49+37=116 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.86% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3125 is #E1CEDA. Grayscale: #292929. Windows color (decimal): -14798555 or 2437406. OLE color: 2437406.

HSL color Cylindrical-coordinate representation of color #1E3125: hue angle of 142.11º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E3125 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB304937-
CMYK0.3900.240.81
HSL142.11º24.05%15.49%-
HSV(B)142.11º38.78%19.22%-
XYZ1.972.612.15-
YUV41.95125.21119.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.86%
GREEN value IS 49 (19.53% from 255) = 42.24%
BLUE value IS 37 (14.84% from 255) = 31.90%
R=25.86%
G=42.24%
B=31.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3049370.3900.240.81142.1124.0515.49
Hex1E312527018518e18f
Octal366145470301212163017
Binary11110110001100101100111011000101000110001110110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,49,37); }

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

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

 a { background-color: rgb(30,49,37); }

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

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

 span { border-color: rgb(30,49,37); }

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