#1D2520

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

Shades of Midnight Moss #1D2520

Tints of Midnight Moss #1D2520

Color information

#1D2520 (or 0x1D2520) is unknown color: approx Midnight Moss. HEX triplet: 1D, 25 and 20. RGB value is (29,37,32). Sum of RGB (Red+Green+Blue) = 29+37+32=98 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.59% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2520 is #E2DADF. Grayscale: #222222. Windows color (decimal): -14867168 or 2106653. OLE color: 2106653.

HSL color Cylindrical-coordinate representation of color #1D2520: hue angle of 142.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1D2520 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB293732-
CMYK0.2200.140.85
HSL142.5º12.12%12.94%-
HSV(B)142.5º21.62%14.51%-
XYZ1.431.691.62-
YUV34.04126.85124.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 29.59%
GREEN value IS 37 (14.84% from 255) = 37.76%
BLUE value IS 32 (12.89% from 255) = 32.65%
R=29.59%
G=37.76%
B=32.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2937320.2200.140.85142.512.1212.94
Hex1D2520160E558ecd
Octal354540260161252161415
Binary11101100101100000101100111010101011000111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,37,32); }

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

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

 a { background-color: rgb(29,37,32); }

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

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

 span { border-color: rgb(29,37,32); }

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