#1C2620

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

Shades of Midnight Moss #1C2620

Tints of Midnight Moss #1C2620

Color information

#1C2620 (or 0x1C2620) is unknown color: approx Midnight Moss. HEX triplet: 1C, 26 and 20. RGB value is (28,38,32). Sum of RGB (Red+Green+Blue) = 28+38+32=98 (12% of max value = 765). Red value is 28 (11.33% from 255 or 28.57% from 98); Green value is 38 (15.23% from 255 or 38.78% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 38 - color contains mainly: green. Hex color #1C2620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2620 is #E3D9DF. Grayscale: #222222. Windows color (decimal): -14932448 or 2106908. OLE color: 2106908.

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

Color convert

RGB283832-
CMYK0.2600.160.85
HSL144º15.15%12.94%-
HSV(B)144º26.32%14.9%-
XYZ1.431.741.63-
YUV34.33126.69123.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 28.57%
GREEN value IS 38 (15.23% from 255) = 38.78%
BLUE value IS 32 (12.89% from 255) = 32.65%
R=28.57%
G=38.78%
B=32.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2838320.2600.160.8514415.1512.94
Hex1C26201A0105590fd
Octal344640320201252201715
Binary111001001101000001101001000010101011001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,38,32); }

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

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

 a { background-color: rgb(28,38,32); }

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

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

 span { border-color: rgb(28,38,32); }

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