#1F2924

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

Shades of Midnight Moss #1F2924

Tints of Midnight Moss #1F2924

Color information

#1F2924 (or 0x1F2924) is unknown color: approx Midnight Moss. HEX triplet: 1F, 29 and 24. RGB value is (31,41,36). Sum of RGB (Red+Green+Blue) = 31+41+36=108 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.70% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 41 - color contains mainly: green. Hex color #1F2924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2924 is #E0D6DB. Grayscale: #252525. Windows color (decimal): -14735068 or 2369823. OLE color: 2369823.

HSL color Cylindrical-coordinate representation of color #1F2924: hue angle of 150º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1F2924 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB314136-
CMYK0.2400.120.84
HSL150º13.89%14.12%-
HSV(B)150º24.39%16.08%-
XYZ1.6821.97-
YUV37.44127.19123.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.70%
GREEN value IS 41 (16.41% from 255) = 37.96%
BLUE value IS 36 (14.45% from 255) = 33.33%
R=28.70%
G=37.96%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3141360.2400.120.8415013.8914.12
Hex1F2924180C5496ee
Octal375144300141242261616
Binary11111101001100100110000110010101001001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,41,36); }

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

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

 a { background-color: rgb(31,41,36); }

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

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

 span { border-color: rgb(31,41,36); }

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